Hello,

I have tried to build Referee under cygwin, according to the user guide 
[1]. When I do

# mvn package

it downloads the required packages, then starts compiling, then I get a 
ClassNotFoundException, see below.

What can I do?


Thanks

Matthias


[1] http://simile.mit.edu/wiki/Referee_User_Guide

------------------

[INFO] [surefire:test]
[INFO] Surefire report directory: 
C:\cygwin\home\berth\work\referee-1.0\target\surefire-reports
org.apache.maven.surefire.booter.SurefireExecutionException: Unable to 
create test class 'edu.mit.simile.referee.test.BlacklistTest'; nested 
exception is java.lang.ClassNotFoundException: 
edu.mit.simile.referee.test.BlacklistTest; nested exception is 
org.apache.maven.surefire.testset.TestSetFailedException: Unable to 
create test class 'edu.mit.simile.referee.test.BlacklistTest'; nested 
exception is java.lang.ClassNotFoundException: 
edu.mit.simile.referee.test.BlacklistTest
org.apache.maven.surefire.testset.TestSetFailedException: Unable to 
create test class 'edu.mit.simile.referee.test.BlacklistTest'; nested 
exception is java.lang.ClassNotFoundException: 
edu.mit.simile.referee.test.BlacklistTest
java.lang.ClassNotFoundException: edu.mit.simile.referee.test.BlacklistTest
         at java.net.URLClassLoader$1.run(Unknown Source)
         at java.security.AccessController.doPrivileged(Native Method)
         at java.net.URLClassLoader.findClass(Unknown Source)
         at java.lang.ClassLoader.loadClass(Unknown Source)
         at java.lang.ClassLoader.loadClass(Unknown Source)
         at 
org.apache.maven.surefire.booter.IsolatedClassLoader.loadClass(IsolatedClassLoader.java:100)
         at 
org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.locateTestSets(AbstractDirectoryTestSuite.java:84)
         at 
org.apache.maven.surefire.Surefire.createSuiteFromDefinition(Surefire.java:147)
         at org.apache.maven.surefire.Surefire.run(Surefire.java:108)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
         at java.lang.reflect.Method.invoke(Unknown Source)
         at 
org.apache.maven.surefire.booter.SurefireBooter.runSuitesInProcess(SurefireBooter.java:225)
         at 
org.apache.maven.surefire.booter.SurefireBooter.main(SurefireBooter.java:747)
[INFO] 
----------------------------------------------------------------------------
[ERROR] BUILD FAILURE
[INFO] 
----------------------------------------------------------------------------
[INFO] There are test failures.
[INFO] 
----------------------------------------------------------------------------
[INFO] For more information, run Maven with the -e switch
[INFO] 
----------------------------------------------------------------------------
[INFO] Total time: 3 seconds
[INFO] Finished at: Mon Dec 04 17:01:18 CET 2006
[INFO] Final Memory: 4M/8M
[INFO] 
----------------------------------------------------------------------------

_______________________________________________
General mailing list
[email protected]
http://simile.mit.edu/mailman/listinfo/general

Reply via email to