Did you also CVS update the rest of your repository? Specifically,
did you get the compilers-jsr14v1_0.jar in the lib directory, and then
add it to your classpath? There's instructions on how to update after
the JSR-14 changes in my last email.
Anyway, I'm trying to run the tests on OS X right now and the
DebugTest is failing, giving a java.net.ConnectException in
testStartupAndShutdown. I'll eventually look into this, but the JSR-14
stuff is higher priority for me at the moment.
If you have followed all the steps in the last email and still get
this problem, let me know. I'm able to run CompilerRegistryTest in
isolation on my iBook without a problem, so I think it's probably a
classpath issue.
(By the way, updating everything means you have to get Ant 1.5. This is
not available through Fink on OS X, or at least it only went up to Ant
1.4.1 for me. But if you download the Ant 1.5 binary from Ant's web
site, it works fine on OS X.)
Charlie
Peter Centgraf wrote:
> Just for the hell of it, I ran "ant update clean compile test" on my Mac
> OS 10.1.5 iBook. The first test case took 76s, which is quite
> excessive, but I figure that probably includes slow Mac OS X JVM loading
> time. The other quirk is a little harder to explain away. Can anyone
> duplicate this failure? I'll send my .drjava to the curious.
>
> [junit] Testcase: testLimitOneByOne took 0.075 sec
> [junit] FAILED
> [junit] Number of available compilers expected:<0> but was:<1>
> [junit] junit.framework.AssertionFailedError: Number of available
> compilers expected:<0> but was:<1>
> [junit] at junit.framework.Assert.fail(Assert.java:51)
> [junit] at junit.framework.Assert.failNotEquals(Assert.java:234)
> [junit] at junit.framework.Assert.assertEquals(Assert.java:68)
> [junit] at junit.framework.Assert.assertEquals(Assert.java:181)
> [junit] at
> edu.rice.cs.drjava.model.compiler.CompilerRegistryTest._getCompilersAfterDisablingSome(
> CompilerRegistryTest.java:209)
> [junit] at
> edu.rice.cs.drjava.model.compiler.CompilerRegistryTest._getCompilersAfterDisablingOne(
> CompilerRegistryTest.java:189)
> [junit] at
> edu.rice.cs.drjava.model.compiler.CompilerRegistryTest.testLimitOneByOne
> (CompilerRegistryTest.java:127)
>
> + junit stack overhead . . .
>
> --
> Peter
>
>
>
> -------------------------------------------------------
> This sf.net email is sponsored by:ThinkGeek
> Welcome to geek heaven.
> http://thinkgeek.com/sf
> _______________________________________________
> drjava-hackers mailing list
> drj...@li...
> https://lists.sourceforge.net/lists/listinfo/drjava-hackers
|