Hello,

I updated my trunk today morning and the "testing" target fails for me with following error message.

The build for 'demo' target goes fine. The required class in the following compile activity is not found in "classes" directory though.

Has anyone seen this ??
please let me know
Mayuresh



<snip>
FTOtestsubdir:

compilet2:
[javac] Compiling 101 source files to /export/home/mayuresh/ws/derby/trunk/classes [javac] /export/home/mayuresh/ws/derby/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/demo/checkToursDB.java:24: package toursdb does not exist
   [javac] import toursdb.insertMaps;
   [javac]                ^
[javac] /export/home/mayuresh/ws/derby/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/demo/checkToursDB.java:54: cannot resolve symbol
   [javac] symbol  : variable insertMaps
[javac] location: class org.apache.derbyTesting.functionTests.tests.demo.checkToursDB
   [javac]                     insertMaps.main(args);
   [javac]                         ^
   [javac] 2 errors

BUILD FAILED
</snip>

Reply via email to