-------------------- ant
ant.properties.jdk16:
j13lib=/usr/local/java/jdk1.3/jre/lib
j14lib=/usr/local/java/jdk1.4/jre/lib
# Need next, otherwise build.xml chooses /usr/local/java/jdk1.5.0_beta2/jre/lib
j15lib=/usr/local/java/jdk1.5/jre/lib
jdk16=/usr/local/java/jdk1.6.0
proceed=false
sane=false
debug=false
jsr169compile.classpath=Apache/Derby/jsr169compile/classes.zip:/home/os136789/Apache/Derby/jsr169compile/jdbc.jar
-------------------- ant clobber
Buildfile: build.xml
clean:
[delete] Deleting directory Apache/TinderBox_Derby/trunk/classes
cleanstate:
[delete] Deleting: Apache/TinderBox_Derby/trunk/java/engine/state.properties
cleanparsers:
cleanmessages:
cleancatalog:
cleantoursdb:
clobber:
BUILD SUCCESSFUL
Total time: 1 second
-------------------- ant all
Buildfile: build.xml
checkCompilerLevel:
[javac] Compiling 1 source file
[delete] Deleting: Apache/TinderBox_Derby/trunk/z.java
[delete] Deleting: Apache/TinderBox_Derby/trunk/z.class
setInitialProperties:
init:
[mkdir] Created dir: Apache/TinderBox_Derby/trunk/classes
ensuresanitystate:
evaluate.sane:
ensuresanitystate.sane:
ensuresanitystate.insane:
insane:
[propertyfile] Creating new property file:
Apache/TinderBox_Derby/trunk/java/engine/state.properties
setissane:
jsr169stubs:
[mkdir] Created dir: Apache/TinderBox_Derby/trunk/classes/stubs
[mkdir] Created dir: Apache/TinderBox_Derby/trunk/classes/stubs/jsr169
[javac] Compiling 26 source files to
Apache/TinderBox_Derby/trunk/classes/stubs/jsr169
[javac] Fatal Error: Unable to find package java.lang in classpath or
bootclasspath
BUILD FAILED
Apache/TinderBox_Derby/trunk/build.xml:598: Compile failed; see the compiler
error output for details.
Total time: 3 seconds