Skip to Content.
Sympa Menu

grouper-dev - Re: [grouper-dev] tiny problem, api build 1.30 rc1

Subject: Grouper Developers Forum

List archive

Re: [grouper-dev] tiny problem, api build 1.30 rc1


Chronological Thread 
  • From: "Tom Zeller" <>
  • To: "Grouper Dev" <>
  • Subject: Re: [grouper-dev] tiny problem, api build 1.30 rc1
  • Date: Tue, 22 Apr 2008 19:07:57 -0500
  • Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:sender:to:subject:in-reply-to:mime-version:content-type:references:x-google-sender-auth; b=Qz0vtuidPr8+zeAZzEG59KW5D7fN3NauXMYTTCq71DyBD7FuQUu+1K5a7yocKESjxGOG3lRT1bkxGMeTXU1VGaszWwMqNiFS2tu9hdurpnIG88xE4SZBG/JWOfn8jboLRWSM7m2o38BBlnCT+mCiQUChiN498SugLIx6lha4D9M=

Building and testing 1.3.0rc1 was at first unsuccessful for me too. On my solaris 9 + java 1.5.0_15 box, 'ant test' yielded

 java.lang.NoClassDefFoundError: net/sf/jsr107cache/CacheLoader

After adding jsr107cache-1.0.jar to lib/, 'ant test' reported no errors.

On another note, tests for both extensions, gsh and usdu, fail on solaris.

Tom

On Tue, Apr 22, 2008 at 12:48 PM, Tom Barton <> wrote:
Gary,

I'm sure we haven't tested in that precise environment.

Because your testing stopped at the first error, could you rerun the test suite as

 ant -D"haltonerror=no" test

so that we can determine if any other tests also fail in your environment?

Thanks,
Tom


Gary Chapman wrote:
Saw this tiny flaw in a nearly flawless build.  Using Solaris 9,
java version "1.5.0_15".


% ant test
   [echo] ** results can be found in /apps/grouper/grouper-api-1.3.0-rc1/dist/test **

   [mkdir] Created dir: /apps/grouper/grouper-api-1.3.0-rc1/dist/test
   [junit] Running edu.internet2.middleware.grouper.SuiteDefault
   [junit] Tests run: 427, Failures: 0, Errors: 1, Time elapsed: 65.042 sec  <---


And from the file /apps/grouper/grouper-api-1.3.0-rc1/dist/test:

 <testcase classname="edu.internet2.middleware.grouper.TestGroupTypes" name="testAddExistingField" time="0.045">
   <error type="java.lang.NullPointerException">java.lang.NullPointerException
       at edu.internet2.middleware.grouper.SessionHelper.stop(Unknown Source)
       at edu.internet2.middleware.grouper.TestGroupTypes.testAddExistingField(Unknown Source)
</error>
 </testcase>







Archive powered by MHonArc 2.6.16.

Top of Page