hi,

i have a subproject that holds only system-tests. for that reason it  
contains only of one class in one folder src/test-system/java .

i add this folder using test.compile.from _("src/test-system/java")

wich results in a Class not found exception:

Compiling chief:systemtest:test into /home/phoet/workspace/chief/ 
systemtest/target/test/classes
NativeException: java.lang.ClassNotFoundException:  
de.blau.chief.ws.validation.v1_0.ValidationWebServiceImplSystemTest
Buildr aborted!
java.lang.ClassNotFoundException:  
de.blau.chief.ws.validation.v1_0.ValidationWebServiceImplSystemTest

if i add a default folder src/test/java with an empty class in it  
everything is fine!

this seems kind of strange to me...

kind regards
peter

Reply via email to