After svn up and "ant clean" I get this error on "ant all"
compilet2:
Compiling 101 source files to /home/ak136785/devel/issue/919/trunk/classes
/home/ak136785/devel/issue/919/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/demo/checkToursDB.java:24:
package toursdb does not exist
import toursdb.insertMaps;
^
/home/ak136785/devel/issue/919/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/demo/checkToursDB.java:54:
cannot resolve symbol
symbol : variable insertMaps
location: class
org.apache.derbyTesting.functionTests.tests.demo.checkToursDB
insertMaps.main(args);
^
2 errors
BUILD FAILED
/home/ak136785/devel/issue/919/trunk/build.xml:320: The following error
occurred while executing this line:
/home/ak136785/devel/issue/919/trunk/java/testing/build.xml:53: The
following error occurred while executing this line:
/home/ak136785/devel/issue/919/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/tools/build.xml:84:
Compile failed; see the compiler error output for details.
Total time: 34 seconds
[EMAIL PROTECTED]:~/<2>919/trunk> find . -name "insertMaps"
[EMAIL PROTECTED]:~/<2>919/trunk>
Anyone else ?
Andreas