--- Begin Message ----------------------- 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=falsejsr169compile.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: setInitialProperties: init: [mkdir] Created dir: Apache/TinderBox_Derby/trunk/classes [mkdir] Created dir: Apache/TinderBox_Derby/trunk/classes/empty ensuresanitystate: evaluate.sane: ensuresanitystate.sane: ensuresanitystate.insane: insane: [propertyfile] Creating new property file: Apache/TinderBox_Derby/trunk/java/engine/state.properties setissane: prebuild: compile: [javac] Compiling 1 source file to Apache/TinderBox_Derby/trunk/classes build: setCompilerProperties: printCompilerProperties: [setJdkProperties] Setting property java14compile.classpath to /usr/local/java/jdk1.4/jre/lib/charsets.jar:/usr/local/java/jdk1.4/jre/lib/jce.jar:/usr/local/java/jdk1.4/jre/lib/jsse.jar:/usr/local/java/jdk1.4/jre/lib/plugin.jar:/usr/local/java/jdk1.4/jre/lib/rt.jar:/usr/local/java/jdk1.4/jre/lib/sunrsasign.jar [setJdkProperties] Setting property java15compile.classpath to /usr/local/java/jdk1.5/jre/lib/charsets.jar:/usr/local/java/jdk1.5/jre/lib/deploy.jar:/usr/local/java/jdk1.5/jre/lib/javaws.jar:/usr/local/java/jdk1.5/jre/lib/jce.jar:/usr/local/java/jdk1.5/jre/lib/jsse.jar:/usr/local/java/jdk1.5/jre/lib/plugin.jar:/usr/local/java/jdk1.5/jre/lib/rt.jar [setJdkProperties] Setting property java14compile.classpath to /usr/local/java/jdk1.4/jre/lib/charsets.jar:/usr/local/java/jdk1.4/jre/lib/jce.jar:/usr/local/java/jdk1.4/jre/lib/jsse.jar:/usr/local/java/jdk1.4/jre/lib/plugin.jar:/usr/local/java/jdk1.4/jre/lib/rt.jar:/usr/local/java/jdk1.4/jre/lib/sunrsasign.jar [setJdkProperties] Setting property java15compile.classpath to /usr/local/java/jdk1.5/jre/lib/charsets.jar:/usr/local/java/jdk1.5/jre/lib/deploy.jar:/usr/local/java/jdk1.5/jre/lib/javaws.jar:/usr/local/java/jdk1.5/jre/lib/jce.jar:/usr/local/java/jdk1.5/jre/lib/jsse.jar:/usr/local/java/jdk1.5/jre/lib/plugin.jar:/usr/local/java/jdk1.5/jre/lib/rt.jar printCompilerProperties: 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 jdbc3stubs: [mkdir] Created dir: Apache/TinderBox_Derby/trunk/classes/stubs/jdbc3 [javac] Compiling 43 source files to Apache/TinderBox_Derby/trunk/classes/stubs/jdbc3 jdbc4stubs: [mkdir] Created dir: Apache/TinderBox_Derby/trunk/classes/stubs/jdbc4 [javac] Compiling 93 source files to Apache/TinderBox_Derby/trunk/classes/stubs/jdbc4 [javac] Apache/TinderBox_Derby/trunk/java/stubs/jdbc4/java/sql/Date.java:25: warning: [deprecation] getHours() in java.util.Date has been deprecated [javac] public int getHours() { return 0; } [javac] ^ [javac] Apache/TinderBox_Derby/trunk/java/stubs/jdbc4/java/sql/Date.java:26: warning: [deprecation] getMinutes() in java.util.Date has been deprecated [javac] public int getMinutes() { return 0; } [javac] ^ [javac] Apache/TinderBox_Derby/trunk/java/stubs/jdbc4/java/sql/Date.java:27: warning: [deprecation] getSeconds() in java.util.Date has been deprecated [javac] public int getSeconds() { return 0; } [javac] ^ [javac] Apache/TinderBox_Derby/trunk/java/stubs/jdbc4/java/sql/Date.java:28: warning: [deprecation] setHours(int) in java.util.Date has been deprecated [javac] public void setHours(int i) { } [javac] ^ [javac] Apache/TinderBox_Derby/trunk/java/stubs/jdbc4/java/sql/Date.java:29: warning: [deprecation] setMinutes(int) in java.util.Date has been deprecated [javac] public void setMinutes(int i) { } [javac] ^ [javac] Apache/TinderBox_Derby/trunk/java/stubs/jdbc4/java/sql/Date.java:30: warning: [deprecation] setSeconds(int) in java.util.Date has been deprecated [javac] public void setSeconds(int i) { } [javac] ^ [javac] Apache/TinderBox_Derby/trunk/java/stubs/jdbc4/java/sql/Time.java:25: warning: [deprecation] getDate() in java.util.Date has been deprecated [javac] public int getDate() { return 0; } [javac] ^ [javac] Apache/TinderBox_Derby/trunk/java/stubs/jdbc4/java/sql/Time.java:26: warning: [deprecation] getDay() in java.util.Date has been deprecated [javac] public int getDay() { return 0; } [javac] ^ [javac] Apache/TinderBox_Derby/trunk/java/stubs/jdbc4/java/sql/Time.java:27: warning: [deprecation] getMonth() in java.util.Date has been deprecated [javac] public int getMonth() { return 0; } [javac] ^ [javac] Apache/TinderBox_Derby/trunk/java/stubs/jdbc4/java/sql/Time.java:28: warning: [deprecation] getYear() in java.util.Date has been deprecated [javac] public int getYear() { return 0; } [javac] ^ [javac] Apache/TinderBox_Derby/trunk/java/stubs/jdbc4/java/sql/Time.java:29: warning: [deprecation] setDate(int) in java.util.Date has been deprecated [javac] public void setDate(int i) { } [javac] ^ [javac] Apache/TinderBox_Derby/trunk/java/stubs/jdbc4/java/sql/Time.java:30: warning: [deprecation] setMonth(int) in java.util.Date has been deprecated [javac] public void setMonth(int i) { } [javac] ^ [javac] Apache/TinderBox_Derby/trunk/java/stubs/jdbc4/java/sql/Time.java:32: warning: [deprecation] setYear(int) in java.util.Date has been deprecated [javac] public void setYear(int i) { } [javac] ^ [javac] 13 warnings showenv: [echo] Ant environment: [echo] Base Directory: Apache/TinderBox_Derby/trunk [echo] Build output: Apache/TinderBox_Derby/trunk/classes [echo] Compiler: modern [echo] Sane = false [echo] Proceed = false getstate: state: [echo] Generating SanityState.java... [copy] Copying 1 file to Apache/TinderBox_Derby/trunk/java/shared/org/apache/derby/shared/common/sanity [propertyfile] Updating property file: Apache/TinderBox_Derby/trunk/java/engine/state.properties shared: compile: [javac] Compiling 11 source files to Apache/TinderBox_Derby/trunk/classes [javac] Compiling 1 source file to Apache/TinderBox_Derby/trunk/classes shared: parsers: parser: chkparser: genParser: [echo] Generating ij parser... [java] Java Compiler Compiler Version 4.0 (Parser Generator) [java] (type "javacc" with no arguments for help) [java] Reading from file ij.jj . . . [java] Note: UNICODE_INPUT option is specified. Please make sure you create the parser/lexer using a Reader with the correct character encoding. [java] Warning: Lookahead adequacy checking not being performed since option LOOKAHEAD is more than 1. Set option FORCE_LA_CHECK to true to force checking. [java] File "TokenMgrError.java" does not exist. Will create one. [java] File "Token.java" does not exist. Will create one. [java] File "CharStream.java" does not exist. Will create one. [java] Parser generated with 0 errors and 1 warnings. chkparser: genParser: [echo] Generating mtGrammar parser... [java] Java Compiler Compiler Version 4.0 (Parser Generator) [java] (type "javacc" with no arguments for help) [java] Reading from file mtGrammar.jj . . . [java] Note: UNICODE_INPUT option is specified. Please make sure you create the parser/lexer using a Reader with the correct character encoding. [java] File "SimpleCharStream.java" does not exist. Will create one. [java] Parser generated successfully. parser: chkparser: genParser: [echo] Generating SQL parser... [java] Java Compiler Compiler Version 4.0 (Parser Generator) [java] (type "javacc" with no arguments for help) [java] Reading from file sqlgrammar.jj . . . [java] Note: UNICODE_INPUT option is specified. Please make sure you create the parser/lexer using a Reader with the correct character encoding. [java] File "TokenMgrError.java" does not exist. Will create one. [java] Warning: ParseException.java: File is obsolete. Please rename or delete this file so that a new one can be generated for you. [java] Warning: Token.java: File is obsolete. Please rename or delete this file so that a new one can be generated for you. [java] Warning: CharStream.java: File is obsolete. Please rename or delete this file so that a new one can be generated for you. [java] Parser generated with 0 errors and 3 warnings. engine: engine_169: compile_reference: [javac] Compiling 11 source files to Apache/TinderBox_Derby/trunk/classes [javac] Compiling 2 source files to Apache/TinderBox_Derby/trunk/classes compile_authentication: [javac] Compiling 2 source files to Apache/TinderBox_Derby/trunk/classes authentication: compile_security: [javac] Compiling 2 source files to Apache/TinderBox_Derby/trunk/classes [javac] Apache/TinderBox_Derby/trunk/java/engine/org/apache/derby/security/DatabasePermission.java:339: cannot find symbol [javac] symbol : method getCause() [javac] location: class java.security.PrivilegedActionException [javac] throw (IOException)pae.getCause(); [javac] ^ [javac] 1 error BUILD FAILED Apache/TinderBox_Derby/trunk/build.xml:438: The following error occurred while executing this line: Apache/TinderBox_Derby/trunk/java/engine/build.xml:76: The following error occurred while executing this line: Apache/TinderBox_Derby/trunk/java/engine/org/apache/derby/security/build.xml:51: Compile failed; see the compiler error output for details. Total time: 23 seconds
--- End Message ---
Please stand by. Revision 728965 has broken the continuous integration
build in ways not detected in my build.
