-------------------- 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
[delete] Deleting directory Apache/TinderBox_Derby/trunk/classes.storeless
cleanstate:
[delete] Deleting: Apache/TinderBox_Derby/trunk/java/engine/state.properties
[delete] Deleting:
Apache/TinderBox_Derby/trunk/java/shared/org/apache/derby/shared/common/sanity/SanityState.java
cleanparsers:
[delete] Deleting 4 files from
Apache/TinderBox_Derby/trunk/java/engine/org/apache/derby/impl/sql/compile
[delete] Deleting 10 files from
Apache/TinderBox_Derby/trunk/java/tools/org/apache/derby/impl/tools/ij
cleanmessages:
[delete] Deleting 1 files from
Apache/TinderBox_Derby/trunk/java/engine/org/apache/derby/loc
cleancatalog:
[delete] Deleting:
Apache/TinderBox_Derby/trunk/java/engine/org/apache/derby/iapi/services/cache/ClassSizeCatalog.java
cleantoursdb:
[delete] Deleting: Apache/TinderBox_Derby/trunk/java/demo/toursdb/toursdb.jar
[delete] Deleting: Apache/TinderBox_Derby/trunk/java/demo/toursdb/toursdb.out
[delete] Deleting: Apache/TinderBox_Derby/trunk/java/demo/toursdb/derby.log
[delete] Deleting directory
Apache/TinderBox_Derby/trunk/java/demo/toursdb/toursdb
clobber:
BUILD SUCCESSFUL
Total time: 1 minute 9 seconds
-------------------- 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:
prebuild:
compile:
[javac] Compiling 1 source file to Apache/TinderBox_Derby/trunk/classes
build:
setCompilerProperties:
[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
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
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
security:
compile_mbeans:
[javac] Compiling 4 source files to Apache/TinderBox_Derby/trunk/classes
compile_io:
storage:
compile_iapi_error_jsr169:
compile_reference:
[javac] Compiling 2 source files to Apache/TinderBox_Derby/trunk/classes
compile_util:
compile_types:
[javac] Compiling 1 source file to Apache/TinderBox_Derby/trunk/classes
[javac] Compiling 5 source files to Apache/TinderBox_Derby/trunk/classes
[javac] Compiling 2 source files to Apache/TinderBox_Derby/trunk/classes
compile_iapi_services_jsr169:
[javac] Compiling 27 source files to Apache/TinderBox_Derby/trunk/classes
compile_iapi_services_io:
[javac] Compiling 3 source files to Apache/TinderBox_Derby/trunk/classes
compile_iapi_store_jsr169:
[javac] Compiling 12 source files to Apache/TinderBox_Derby/trunk/classes
compile_iapi_sql_jsr169:
[javac] Compiling 1 source file to Apache/TinderBox_Derby/trunk/classes
compile_iapi_db:
[javac] Compiling 6 source files to Apache/TinderBox_Derby/trunk/classes
compile_iapi_jdbc_jsr169:
[javac] Compiling 12 source files to Apache/TinderBox_Derby/trunk/classes
compile_database:
database:
compile_impl_169:
compile_impl_services_169:
[javac] Compiling 53 source files to Apache/TinderBox_Derby/trunk/classes
compile_impl_io_169:
[javac] Compiling 11 source files to Apache/TinderBox_Derby/trunk/classes
engine_j2se:
compile_iapi_error_jsr169:
compile_reference:
compile_util:
compile_types:
compile_iapi_services_jsr169:
compile_iapi_services_io:
compile_iapi_store_jsr169:
compile_iapi_sql_jsr169:
compile_iapi_db:
compile_iapi_jdbc_jsr169:
compile_iapi_error:
compile_iapi_services_jsr169:
compile_iapi_services_io:
compile_crypto:
compile_crypto:
[javac] Compiling 3 source files to Apache/TinderBox_Derby/trunk/classes
compile_jdbc3:
compile:
compile_iapi_store_jsr169:
compile_iapi_store_jdk13:
compile:
compile_iapi_sql_jsr169:
compile_iapi_sql_jdbc2:
compile:
compile_iapi_jdbc:
compile_iapi_jdbc_stmt:
[javac] Compiling 1 source file to Apache/TinderBox_Derby/trunk/classes
compile_iapi_jdbc_jsr169:
compile_iapi_jdbc_jdbc2:
[javac] Compiling 3 source files to Apache/TinderBox_Derby/trunk/classes
compile_iapi_jdbc_jdbc3:
[javac] Compiling 3 source files to Apache/TinderBox_Derby/trunk/classes
compile_jdbc4:
[javac] Compiling 5 source files to Apache/TinderBox_Derby/trunk/classes
compile:
iapi:
compile_vti:
[javac] Compiling 3 source files to Apache/TinderBox_Derby/trunk/classes
vti:
compile_impl_169:
compile_impl_services_169:
compile_impl_io_169:
compile:
compile_impl_services_169:
compile_impl_services_jdk15:
[javac] Compiling 9 source files to Apache/TinderBox_Derby/trunk/classes
compile_impl_services:
[javac] Compiling 3 source files to Apache/TinderBox_Derby/trunk/classes
compile_impl_io_169:
compile_impl_io:
[javac] Compiling 3 source files to Apache/TinderBox_Derby/trunk/classes
parser:
chkparser:
genParser:
compile:
[javac] Compiling 152 source files to Apache/TinderBox_Derby/trunk/classes
[copy] Copying 1 file to
Apache/TinderBox_Derby/trunk/classes/org/apache/derby/impl/sql/catalog
compile_impl_store:
[javac] Compiling 209 source files to Apache/TinderBox_Derby/trunk/classes
compile_impl_store_14:
[javac] Compiling 2 source files to Apache/TinderBox_Derby/trunk/classes
compile:
compile:
[javac] Compiling 15 source files to Apache/TinderBox_Derby/trunk/classes
compile_impl_jdbc:
compile_jsr169:
[javac] Compiling 5 source files to Apache/TinderBox_Derby/trunk/classes
[copy] Copying 1 file to
Apache/TinderBox_Derby/trunk/classes/org/apache/derby/impl/jdbc
compile_jdbc3:
[javac] Compiling 12 source files to Apache/TinderBox_Derby/trunk/classes
compile_jdbc4:
[javac] Compiling 9 source files to Apache/TinderBox_Derby/trunk/classes
compile:
iapi:
compile_jsr169:
[javac] Compiling 1 source file to Apache/TinderBox_Derby/trunk/classes
compile_jdbc2:
[javac] Compiling 7 source files to Apache/TinderBox_Derby/trunk/classes
[javac]
Apache/TinderBox_Derby/trunk/java/engine/org/apache/derby/jdbc/EmbeddedDriver.java:196:
warning: [deprecation] getLogStream() in java.sql.DriverManager has been
deprecated
[javac] PrintStream ps = DriverManager.getLogStream();
[javac] ^
[javac] 1 warning
compile_jdbc3:
[javac] Compiling 2 source files to Apache/TinderBox_Derby/trunk/classes
compile_jdbc4:
[javac] Compiling 6 source files to Apache/TinderBox_Derby/trunk/classes
jdbc:
checkosgijar:
compile_osgi:
[javac] Compiling 1 source file to Apache/TinderBox_Derby/trunk/classes
osgi:
compile_catalog:
[javac] Compiling 5 source files to Apache/TinderBox_Derby/trunk/classes
catalog:
compile_diag:
[javac] Compiling 7 source files to Apache/TinderBox_Derby/trunk/classes
diag:
[copy] Copying 1 file to
Apache/TinderBox_Derby/trunk/classes/org/apache/derby
checkJ2MEmoduleprops:
J2ME_modules_edit:
[touch] Creating
Apache/TinderBox_Derby/trunk/classes/org/apache/derby/modulesJ2ME.done
engine_169_opt:
compile_jsr169_opt:
[javac] Compiling 3 source files to Apache/TinderBox_Derby/trunk/classes
compile_jsr169_opt:
[javac] Compiling 1 source file to Apache/TinderBox_Derby/trunk/classes
jdbc4_modules_edit:
engine:
build:
build_base:
compile:
[copy] Copying 1 file to
Apache/TinderBox_Derby/trunk/classes/org/apache/derbyBuild
[javac] Compiling 17 source files to Apache/TinderBox_Derby/trunk/classes
build:
build:
init:
buildMessages:
[mkdir] Created dir: Apache/TinderBox_Derby/trunk/classes/doc
verifysplit:
split:
splitprops:
verifysplit:
noSplit:
chksplit:
doSplit:
[mkdir] Created dir:
Apache/TinderBox_Derby/trunk/classes/org/apache/derby/loc
[java] split messages_en
[java] Copied client messages for _en
[touch] Creating
Apache/TinderBox_Derby/trunk/classes/org/apache/derby/loc/messages_en.done
splitprops:
verifysplit:
noSplit:
chksplit:
doSplit:
[java] split messages_cs
[java] Copied client messages for _cs
[touch] Creating
Apache/TinderBox_Derby/trunk/classes/org/apache/derby/loc/messages_cs.done
splitprops:
verifysplit:
noSplit:
chksplit:
doSplit:
[java] split messages_de_DE
[java] Copied client messages for _de_DE
[touch] Creating
Apache/TinderBox_Derby/trunk/classes/org/apache/derby/loc/messages_de_DE.done
splitprops:
verifysplit:
noSplit:
chksplit:
doSplit:
[java] split messages_es
[java] Copied client messages for _es
[touch] Creating
Apache/TinderBox_Derby/trunk/classes/org/apache/derby/loc/messages_es.done
splitprops:
verifysplit:
noSplit:
chksplit:
doSplit:
[java] split messages_hu
[java] Copied client messages for _hu
[touch] Creating
Apache/TinderBox_Derby/trunk/classes/org/apache/derby/loc/messages_hu.done
splitprops:
verifysplit:
noSplit:
chksplit:
doSplit:
[java] split messages_ja_JP
[java] Copied client messages for _ja_JP
[touch] Creating
Apache/TinderBox_Derby/trunk/classes/org/apache/derby/loc/messages_ja_JP.done
splitprops:
verifysplit:
noSplit:
chksplit:
doSplit:
[java] split messages_ko_KR
[java] Copied client messages for _ko_KR
[touch] Creating
Apache/TinderBox_Derby/trunk/classes/org/apache/derby/loc/messages_ko_KR.done
splitprops:
verifysplit:
noSplit:
chksplit:
doSplit:
[java] split messages_qq_PP_testOnly
[java] Copied client messages for _qq_PP_testOnly
[touch] Creating
Apache/TinderBox_Derby/trunk/classes/org/apache/derby/loc/messages_qq_PP_testOnly.done
splitprops:
verifysplit:
noSplit:
chksplit:
doSplit:
[java] split messages_pl
[java] Copied client messages for _pl
[touch] Creating
Apache/TinderBox_Derby/trunk/classes/org/apache/derby/loc/messages_pl.done
splitprops:
verifysplit:
noSplit:
chksplit:
doSplit:
[java] split messages_pt_BR
[java] Copied client messages for _pt_BR
[touch] Creating
Apache/TinderBox_Derby/trunk/classes/org/apache/derby/loc/messages_pt_BR.done
splitprops:
verifysplit:
noSplit:
chksplit:
doSplit:
[java] split messages_ru
[java] Copied client messages for _ru
[touch] Creating
Apache/TinderBox_Derby/trunk/classes/org/apache/derby/loc/messages_ru.done
splitprops:
verifysplit:
noSplit:
chksplit:
doSplit:
[java] split messages_zh_CN
[java] Copied client messages for _zh_CN
[touch] Creating
Apache/TinderBox_Derby/trunk/classes/org/apache/derby/loc/messages_zh_CN.done
splitprops:
verifysplit:
noSplit:
chksplit:
doSplit:
[java] split messages_zh_TW
[java] Copied client messages for _zh_TW
[touch] Creating
Apache/TinderBox_Derby/trunk/classes/org/apache/derby/loc/messages_zh_TW.done
splitprops:
verifysplit:
noSplit:
chksplit:
doSplit:
[java] split messages_it
[java] Copied client messages for _it
[touch] Creating
Apache/TinderBox_Derby/trunk/classes/org/apache/derby/loc/messages_it.done
splitprops:
verifysplit:
noSplit:
chksplit:
doSplit:
[java] split messages_fr
[java] Copied client messages for _fr
[touch] Creating
Apache/TinderBox_Derby/trunk/classes/org/apache/derby/loc/messages_fr.done
locales:
cscuptodate:
class_size_catalog:
[javac] Compiling 1 source file to Apache/TinderBox_Derby/trunk/classes
storeless:
storeless:
[mkdir] Created dir: Apache/TinderBox_Derby/trunk/classes.storeless
[copy] Copying 1 file to
Apache/TinderBox_Derby/trunk/classes.storeless/org/apache/derby
[javac] Compiling 4 source files to
Apache/TinderBox_Derby/trunk/classes.storeless
tools:
tools_base:
compile_tools_impl:
[javac] Compiling 54 source files to Apache/TinderBox_Derby/trunk/classes
compile:
compile_tools_iapi:
compile:
[javac] Compiling 1 source file to Apache/TinderBox_Derby/trunk/classes
tools:
copyfiles:
[copy] Copying 27 files to
Apache/TinderBox_Derby/trunk/classes/org/apache/derby/loc
locales:
tools:
drda:
drda:
compile:
[javac] Compiling 1 source file to Apache/TinderBox_Derby/trunk/classes
[javac] Compiling 3 source files to Apache/TinderBox_Derby/trunk/classes
[javac] Compiling 2 source files to Apache/TinderBox_Derby/trunk/classes
drda:
compile:
checkservletjar:
servlet:
[javac] Compiling 1 source file to Apache/TinderBox_Derby/trunk/classes
copyfiles:
[copy] Copying 1 file to
Apache/TinderBox_Derby/trunk/classes/org/apache/derby/drda
drda:
copyfiles:
[copy] Copying 28 files to
Apache/TinderBox_Derby/trunk/classes/org/apache/derby/loc/drda
locales:
odbcprops:
verifyodbcgen:
noODBC:
chkodbcgen:
odbcMeta:
[delete] Deleting:
Apache/TinderBox_Derby/trunk/classes/org/apache/derby/impl/jdbc/metadata.properties
[copy] Copying 1 file to
Apache/TinderBox_Derby/trunk/classes/org/apache/derby/impl/jdbc
[move] Moving 1 file to
Apache/TinderBox_Derby/trunk/classes/org/apache/derby/impl/jdbc
[touch] Creating
Apache/TinderBox_Derby/trunk/classes/org/apache/derby/impl/jdbc/odbcmeta.done
tools_run:
compile_tools_iapi_run:
[javac] Compiling 1 source file to Apache/TinderBox_Derby/trunk/classes
client:
compile:
[javac] Compiling 138 source files to Apache/TinderBox_Derby/trunk/classes
[javac]
Apache/TinderBox_Derby/trunk/java/client/org/apache/derby/client/am/Clob.java:669:
warning: [deprecation] java.io.StringBufferInputStream in java.io has been
deprecated
[javac] asciiStream_ = new
java.io.StringBufferInputStream(string_);
[javac] ^
[javac]
Apache/TinderBox_Derby/trunk/java/client/org/apache/derby/client/am/Clob.java:670:
warning: [deprecation] java.io.StringBufferInputStream in java.io has been
deprecated
[javac] unicodeStream_ = new
java.io.StringBufferInputStream(string_);
[javac] ^
[javac]
Apache/TinderBox_Derby/trunk/java/client/org/apache/derby/client/am/Clob.java:792:
warning: [deprecation] java.io.StringBufferInputStream in java.io has been
deprecated
[javac] asciiStream_ = new
java.io.StringBufferInputStream(string_);
[javac] ^
[javac]
Apache/TinderBox_Derby/trunk/java/client/org/apache/derby/client/am/Clob.java:793:
warning: [deprecation] java.io.StringBufferInputStream in java.io has been
deprecated
[javac] unicodeStream_ = new
java.io.StringBufferInputStream(string_);
[javac] ^
[javac]
Apache/TinderBox_Derby/trunk/java/client/org/apache/derby/client/am/LogicalPreparedStatement.java:137:
warning: [deprecation] setUnicodeStream(int,java.io.InputStream,int) in
java.sql.PreparedStatement has been deprecated
[javac] public void setUnicodeStream(int parameterIndex, InputStream x,
int length)
[javac] ^
[javac]
Apache/TinderBox_Derby/trunk/java/client/org/apache/derby/client/am/LogicalPreparedStatement.java:139:
warning: [deprecation] setUnicodeStream(int,java.io.InputStream,int) in
java.sql.PreparedStatement has been deprecated
[javac] getPhysPs().setUnicodeStream(parameterIndex, x, length);
[javac] ^
[javac]
Apache/TinderBox_Derby/trunk/java/client/org/apache/derby/client/am/LogicalCallableStatement.java:52:
warning: [deprecation] setUnicodeStream(int,java.io.InputStream,int) in
java.sql.PreparedStatement has been deprecated
[javac] public class LogicalCallableStatement
[javac] ^
[javac]
Apache/TinderBox_Derby/trunk/java/client/org/apache/derby/client/am/LogicalCallableStatement.java:206:
warning: [deprecation] getBigDecimal(int,int) in java.sql.CallableStatement
has been deprecated
[javac] public BigDecimal getBigDecimal(int parameterIndex, int scale)
throws SQLException {
[javac] ^
[javac]
Apache/TinderBox_Derby/trunk/java/client/org/apache/derby/client/am/LogicalCallableStatement.java:52:
warning: [deprecation] setUnicodeStream(int,java.io.InputStream,int) in
java.sql.PreparedStatement has been deprecated
[javac] public class LogicalCallableStatement
[javac] ^
[javac]
Apache/TinderBox_Derby/trunk/java/client/org/apache/derby/client/am/LogicalCallableStatement.java:207:
warning: [deprecation] getBigDecimal(int,int) in java.sql.CallableStatement
has been deprecated
[javac] return getPhysCs().getBigDecimal(parameterIndex, scale);
[javac] ^
[javac]
Apache/TinderBox_Derby/trunk/java/client/org/apache/derby/client/am/ClobOutputStream.java:73:
warning: [deprecation] java.io.StringBufferInputStream in java.io has been
deprecated
[javac] clob_.asciiStream_ = new
java.io.StringBufferInputStream(clob_.string_);
[javac] ^
[javac]
Apache/TinderBox_Derby/trunk/java/client/org/apache/derby/client/am/ClobOutputStream.java:75:
warning: [deprecation] java.io.StringBufferInputStream in java.io has been
deprecated
[javac] = new java.io.StringBufferInputStream(clob_.string_);
[javac] ^
[javac]
Apache/TinderBox_Derby/trunk/java/client/org/apache/derby/client/am/ClobWriter.java:86:
warning: [deprecation] java.io.StringBufferInputStream in java.io has been
deprecated
[javac] clob_.asciiStream_ = new
java.io.StringBufferInputStream(clob_.string_);
[javac] ^
[javac]
Apache/TinderBox_Derby/trunk/java/client/org/apache/derby/client/am/ClobWriter.java:88:
warning: [deprecation] java.io.StringBufferInputStream in java.io has been
deprecated
[javac] = new java.io.StringBufferInputStream(clob_.string_);
[javac] ^
[javac]
Apache/TinderBox_Derby/trunk/java/client/org/apache/derby/client/am/DateTime.java:259:
warning: [deprecation] getYear() in java.util.Date has been deprecated
[javac] int year = date.getYear() + 1900;
[javac] ^
[javac]
Apache/TinderBox_Derby/trunk/java/client/org/apache/derby/client/am/DateTime.java:265:
warning: [deprecation] getMonth() in java.util.Date has been deprecated
[javac] int month = date.getMonth() + 1;
[javac] ^
[javac]
Apache/TinderBox_Derby/trunk/java/client/org/apache/derby/client/am/DateTime.java:266:
warning: [deprecation] getDate() in java.util.Date has been deprecated
[javac] int day = date.getDate();
[javac] ^
[javac]
Apache/TinderBox_Derby/trunk/java/client/org/apache/derby/client/am/DateTime.java:306:
warning: [deprecation] getHours() in java.util.Date has been deprecated
[javac] int hour = time.getHours();
[javac] ^
[javac]
Apache/TinderBox_Derby/trunk/java/client/org/apache/derby/client/am/DateTime.java:307:
warning: [deprecation] getMinutes() in java.util.Date has been deprecated
[javac] int minute = time.getMinutes();
[javac] ^
[javac]
Apache/TinderBox_Derby/trunk/java/client/org/apache/derby/client/am/DateTime.java:308:
warning: [deprecation] getSeconds() in java.util.Date has been deprecated
[javac] int second = time.getSeconds();
[javac] ^
[javac]
Apache/TinderBox_Derby/trunk/java/client/org/apache/derby/client/am/DateTime.java:346:
warning: [deprecation] getYear() in java.util.Date has been deprecated
[javac] int year = timestamp.getYear() + 1900;
[javac] ^
[javac]
Apache/TinderBox_Derby/trunk/java/client/org/apache/derby/client/am/DateTime.java:352:
warning: [deprecation] getMonth() in java.util.Date has been deprecated
[javac] int month = timestamp.getMonth() + 1;
[javac] ^
[javac]
Apache/TinderBox_Derby/trunk/java/client/org/apache/derby/client/am/DateTime.java:353:
warning: [deprecation] getDate() in java.util.Date has been deprecated
[javac] int day = timestamp.getDate();
[javac] ^
[javac]
Apache/TinderBox_Derby/trunk/java/client/org/apache/derby/client/am/DateTime.java:354:
warning: [deprecation] getHours() in java.util.Date has been deprecated
[javac] int hour = timestamp.getHours();
[javac] ^
[javac]
Apache/TinderBox_Derby/trunk/java/client/org/apache/derby/client/am/DateTime.java:355:
warning: [deprecation] getMinutes() in java.util.Date has been deprecated
[javac] int minute = timestamp.getMinutes();
[javac] ^
[javac]
Apache/TinderBox_Derby/trunk/java/client/org/apache/derby/client/am/DateTime.java:356:
warning: [deprecation] getSeconds() in java.util.Date has been deprecated
[javac] int second = timestamp.getSeconds();
[javac] ^
[javac]
Apache/TinderBox_Derby/trunk/java/client/org/apache/derby/client/am/DateTime.java:644:
warning: [deprecation] getYear() in java.util.Date has been deprecated
[javac] int year = timestamp.getYear() + 1900;
[javac] ^
[javac]
Apache/TinderBox_Derby/trunk/java/client/org/apache/derby/client/am/DateTime.java:650:
warning: [deprecation] getMonth() in java.util.Date has been deprecated
[javac] int month = timestamp.getMonth() + 1;
[javac] ^
[javac]
Apache/TinderBox_Derby/trunk/java/client/org/apache/derby/client/am/DateTime.java:651:
warning: [deprecation] getDate() in java.util.Date has been deprecated
[javac] int day = timestamp.getDate();
[javac] ^
[javac]
Apache/TinderBox_Derby/trunk/java/client/org/apache/derby/client/am/DateTime.java:690:
warning: [deprecation] getHours() in java.util.Date has been deprecated
[javac] int hour = timestamp.getHours();
[javac] ^
[javac]
Apache/TinderBox_Derby/trunk/java/client/org/apache/derby/client/am/DateTime.java:691:
warning: [deprecation] getMinutes() in java.util.Date has been deprecated
[javac] int minute = timestamp.getMinutes();
[javac] ^
[javac]
Apache/TinderBox_Derby/trunk/java/client/org/apache/derby/client/am/DateTime.java:692:
warning: [deprecation] getSeconds() in java.util.Date has been deprecated
[javac] int second = timestamp.getSeconds();
[javac] ^
[javac]
Apache/TinderBox_Derby/trunk/java/client/org/apache/derby/client/am/DateTime.java:730:
warning: [deprecation] getYear() in java.util.Date has been deprecated
[javac] int year = date.getYear() + 1900;
[javac] ^
[javac]
Apache/TinderBox_Derby/trunk/java/client/org/apache/derby/client/am/DateTime.java:736:
warning: [deprecation] getMonth() in java.util.Date has been deprecated
[javac] int month = date.getMonth() + 1;
[javac] ^
[javac]
Apache/TinderBox_Derby/trunk/java/client/org/apache/derby/client/am/DateTime.java:737:
warning: [deprecation] getDate() in java.util.Date has been deprecated
[javac] int day = date.getDate();
[javac] ^
[javac]
Apache/TinderBox_Derby/trunk/java/client/org/apache/derby/client/am/DateTime.java:791:
warning: [deprecation] getHours() in java.util.Date has been deprecated
[javac] int hour = time.getHours();
[javac] ^
[javac]
Apache/TinderBox_Derby/trunk/java/client/org/apache/derby/client/am/DateTime.java:792:
warning: [deprecation] getMinutes() in java.util.Date has been deprecated
[javac] int minute = time.getMinutes();
[javac] ^
[javac]
Apache/TinderBox_Derby/trunk/java/client/org/apache/derby/client/am/DateTime.java:793:
warning: [deprecation] getSeconds() in java.util.Date has been deprecated
[javac] int second = time.getSeconds();
[javac] ^
[javac] 38 warnings
compile_jdbc4:
[javac] Compiling 20 source files to Apache/TinderBox_Derby/trunk/classes
client:
build:
build_base:
compile:
build:
build:
ckversioninfo:
writeversioninfo:
[mkdir] Created dir:
Apache/TinderBox_Derby/trunk/classes/org/apache/derby/info
infowriter:
[propertyfile] Creating new property file:
Apache/TinderBox_Derby/trunk/classes/org/apache/derby/info/DBMS.properties
infowriter:
[propertyfile] Creating new property file:
Apache/TinderBox_Derby/trunk/classes/org/apache/derby/info/tools.properties
infowriter:
[propertyfile] Creating new property file:
Apache/TinderBox_Derby/trunk/classes/org/apache/derby/info/net.properties
infowriter:
[propertyfile] Creating new property file:
Apache/TinderBox_Derby/trunk/classes/org/apache/derby/info/dnc.properties
versioninfo:
checklocaleinfo:
localeinfo:
buildlocaleinfo:
localeinfowriter:
[propertyfile] Creating new property file:
Apache/TinderBox_Derby/trunk/classes/org/apache/derby/info/locale_cs.properties
buildlocaleinfo:
localeinfowriter:
[propertyfile] Creating new property file:
Apache/TinderBox_Derby/trunk/classes/org/apache/derby/info/locale_de_DE.properties
buildlocaleinfo:
localeinfowriter:
[propertyfile] Creating new property file:
Apache/TinderBox_Derby/trunk/classes/org/apache/derby/info/locale_es.properties
buildlocaleinfo:
localeinfowriter:
[propertyfile] Creating new property file:
Apache/TinderBox_Derby/trunk/classes/org/apache/derby/info/locale_fr.properties
buildlocaleinfo:
localeinfowriter:
[propertyfile] Creating new property file:
Apache/TinderBox_Derby/trunk/classes/org/apache/derby/info/locale_hu.properties
buildlocaleinfo:
localeinfowriter:
[propertyfile] Creating new property file:
Apache/TinderBox_Derby/trunk/classes/org/apache/derby/info/locale_it.properties
buildlocaleinfo:
localeinfowriter:
[propertyfile] Creating new property file:
Apache/TinderBox_Derby/trunk/classes/org/apache/derby/info/locale_ja_JP.properties
buildlocaleinfo:
localeinfowriter:
[propertyfile] Creating new property file:
Apache/TinderBox_Derby/trunk/classes/org/apache/derby/info/locale_ko_KR.properties
buildlocaleinfo:
localeinfowriter:
[propertyfile] Creating new property file:
Apache/TinderBox_Derby/trunk/classes/org/apache/derby/info/locale_pl.properties
buildlocaleinfo:
localeinfowriter:
[propertyfile] Creating new property file:
Apache/TinderBox_Derby/trunk/classes/org/apache/derby/info/locale_pt_BR.properties
buildlocaleinfo:
localeinfowriter:
[propertyfile] Creating new property file:
Apache/TinderBox_Derby/trunk/classes/org/apache/derby/info/locale_ru.properties
buildlocaleinfo:
localeinfowriter:
[propertyfile] Creating new property file:
Apache/TinderBox_Derby/trunk/classes/org/apache/derby/info/locale_zh_CN.properties
buildlocaleinfo:
localeinfowriter:
[propertyfile] Creating new property file:
Apache/TinderBox_Derby/trunk/classes/org/apache/derby/info/locale_zh_TW.properties
buildsource:
demo:
compile:
[javac] Compiling 2 source files to Apache/TinderBox_Derby/trunk/classes
[javac] Compiling 3 source files to Apache/TinderBox_Derby/trunk/classes
[javac] Compiling 2 source files to Apache/TinderBox_Derby/trunk/classes
[javac] Compiling 3 source files to Apache/TinderBox_Derby/trunk/classes
compile:
[javac] Compiling 1 source file to Apache/TinderBox_Derby/trunk/classes
checktoursdb:
toursdb:
compile:
buildschema:
[echo] Begin building toursdb
loadtables:
jarup:
[zip] Building zip:
Apache/TinderBox_Derby/trunk/java/demo/toursdb/toursdb.jar
[echo] Finished building toursdb
copyfiles:
[copy] Copying 13 files to
Apache/TinderBox_Derby/trunk/classes/org/apache/derbyTesting/functionTests/tests/demo
toursdb:
demo:
testing:
testing:
junitcomponents:
[javac] Compiling 1 source file to Apache/TinderBox_Derby/trunk/classes
[javac] Compiling 13 source files to Apache/TinderBox_Derby/trunk/classes
init:
[mkdir] Created dir:
Apache/TinderBox_Derby/trunk/classes/org/apache/derbyTesting/functionTests/harness
compile:
[javac] Compiling 44 source files to Apache/TinderBox_Derby/trunk/classes
copyfiles:
[copy] Copying 1 file to
Apache/TinderBox_Derby/trunk/classes/org/apache/derbyTesting/functionTests/harness
FTharness:
copyfiles:
[copy] Copying 1 file to
Apache/TinderBox_Derby/trunk/classes/org/apache/derbyTesting/functionTests/testData/v1
[copy] Copying 1 file to
Apache/TinderBox_Derby/trunk/classes/org/apache/derbyTesting/functionTests/testData/v2
[copy] Copying 20 files to
Apache/TinderBox_Derby/trunk/classes/org/apache/derbyTesting/functionTests/testData/ImportExport
[copy] Copying 3 files to
Apache/TinderBox_Derby/trunk/classes/org/apache/derbyTesting/functionTests/testData/ResultSetStream
[copy] Copying 1 file to
Apache/TinderBox_Derby/trunk/classes/org/apache/derbyTesting/functionTests/testData/ConnectionMethods
[copy] Copying 21 files to
Apache/TinderBox_Derby/trunk/classes/org/apache/derbyTesting/functionTests/testData/serializedDataSources
compile_jdk15:
[javac] Compiling 1 source file to Apache/TinderBox_Derby/trunk/classes
testdata:
copyfiles:
[copy] Copying 4 files to
Apache/TinderBox_Derby/trunk/classes/org/apache/derbyTesting/functionTests/util
compile:
[javac] Compiling 47 source files to Apache/TinderBox_Derby/trunk/classes
[javac]
Apache/TinderBox_Derby/trunk/java/testing/org/apache/derbyTesting/functionTests/util/ManyMethods.java:508:
warning: [deprecation] Date(int,int,int) in java.sql.Date has been deprecated
[javac] return new Date(97, 7, 2);
[javac] ^
[javac]
Apache/TinderBox_Derby/trunk/java/testing/org/apache/derbyTesting/functionTests/util/ManyMethods.java:514:
warning: [deprecation] Time(int,int,int) in java.sql.Time has been deprecated
[javac] return new Time(10, 58, 33);
[javac] ^
[javac]
Apache/TinderBox_Derby/trunk/java/testing/org/apache/derbyTesting/functionTests/util/ManyMethods.java:520:
warning: [deprecation] Timestamp(int,int,int,int,int,int,int) in
java.sql.Timestamp has been deprecated
[javac] return new Timestamp(97, 7, 2, 10, 59, 15, 0);
[javac] ^
[javac] 3 warnings
[javac] Compiling 1 source file to Apache/TinderBox_Derby/trunk/classes
FTpolicy:
util:
unitTests:
[javac] Compiling 71 source files to Apache/TinderBox_Derby/trunk/classes
[copy] Copying 1 file to
Apache/TinderBox_Derby/trunk/classes/org/apache/derbyTesting/unitTests
compilex:
[javac] Compiling 5 source files to Apache/TinderBox_Derby/trunk/classes
FTOtestsubdir:
compilet1:
[javac] Compiling 1 source file to Apache/TinderBox_Derby/trunk/classes
copyfiles:
[copy] Copying 1 file to
Apache/TinderBox_Derby/trunk/classes/org/apache/derbyTesting/functionTests/tests/junitTests/derbyNet
FTOtestsubdir:
compilet1:
[javac] Compiling 67 source files to Apache/TinderBox_Derby/trunk/classes
[javac]
Apache/TinderBox_Derby/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/jdbcapi/ParameterMappingTest.java:1222:
warning: [deprecation] getUnicodeStream(int) in java.sql.ResultSet has been
deprecated
[javac] InputStream is = rs.getUnicodeStream(1);
[javac] ^
[javac]
Apache/TinderBox_Derby/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/jdbcapi/ParameterMappingTest.java:2748:
warning: [deprecation] setUnicodeStream(int,java.io.InputStream,int) in
java.sql.PreparedStatement has been deprecated
[javac] psi.setUnicodeStream(1, new
java.io.ByteArrayInputStream(
[javac] ^
[javac] 2 warnings
compilex:
[javac] Compiling 1 source file to Apache/TinderBox_Derby/trunk/classes
compilet2:
[javac] Compiling 11 source files to Apache/TinderBox_Derby/trunk/classes
compileSuite:
[javac] Compiling 1 source file to Apache/TinderBox_Derby/trunk/classes
copyfiles:
[copy] Copying 33 files to
Apache/TinderBox_Derby/trunk/classes/org/apache/derbyTesting/functionTests/tests/jdbcapi
FTOtestsubdir:
compilet1:
[javac] Compiling 99 source files to Apache/TinderBox_Derby/trunk/classes
[javac]
Apache/TinderBox_Derby/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/lang/TableVTI.java:357:
warning: [deprecation] getBigDecimal(java.lang.String,int) in
java.sql.ResultSet has been deprecated
[javac] public BigDecimal getBigDecimal(String columnName, int scale)
throws SQLException {
[javac] ^
[javac]
Apache/TinderBox_Derby/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/lang/TableVTI.java:411:
warning: [deprecation] getUnicodeStream(java.lang.String) in
java.sql.ResultSet has been deprecated
[javac] public java.io.InputStream getUnicodeStream(String columnName)
throws SQLException {
[javac] ^
[javac]
Apache/TinderBox_Derby/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/lang/TableVTI.java:212:
warning: [deprecation] getBigDecimal(int,int) in java.sql.ResultSet has been
deprecated
[javac] public BigDecimal getBigDecimal(int columnIndex, int scale)
throws SQLException {
[javac] ^
[javac]
Apache/TinderBox_Derby/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/lang/TableVTI.java:266:
warning: [deprecation] getUnicodeStream(int) in java.sql.ResultSet has been
deprecated
[javac] public java.io.InputStream getUnicodeStream(int columnIndex)
throws SQLException {
[javac] ^
[javac]
Apache/TinderBox_Derby/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/lang/WarehouseVTI.java:29:
warning: [deprecation] getBigDecimal(java.lang.String,int) in
java.sql.ResultSet has been deprecated
[javac] public class WarehouseVTI extends TableVTI {
[javac] ^
[javac]
Apache/TinderBox_Derby/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/lang/WarehouseVTI.java:29:
warning: [deprecation] getUnicodeStream(java.lang.String) in
java.sql.ResultSet has been deprecated
[javac] public class WarehouseVTI extends TableVTI {
[javac] ^
[javac]
Apache/TinderBox_Derby/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/lang/WarehouseVTI.java:29:
warning: [deprecation] getBigDecimal(int,int) in java.sql.ResultSet has been
deprecated
[javac] public class WarehouseVTI extends TableVTI {
[javac] ^
[javac]
Apache/TinderBox_Derby/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/lang/WarehouseVTI.java:29:
warning: [deprecation] getUnicodeStream(int) in java.sql.ResultSet has been
deprecated
[javac] public class WarehouseVTI extends TableVTI {
[javac] ^
[javac] 8 warnings
compilet2:
[javac] Compiling 1 source file to Apache/TinderBox_Derby/trunk/classes
compilet3:
[javac] Compiling 1 source file to Apache/TinderBox_Derby/trunk/classes
compilett4:
copyfiles:
[copy] Copying 189 files to
Apache/TinderBox_Derby/trunk/classes/org/apache/derbyTesting/functionTests/tests/lang
FTOtestsubdir:
compile:
[javac] Compiling 36 source files to Apache/TinderBox_Derby/trunk/classes
[javac] Compiling 1 source file to Apache/TinderBox_Derby/trunk/classes
copyfiles:
[copy] Copying 171 files to
Apache/TinderBox_Derby/trunk/classes/org/apache/derbyTesting/functionTests/tests/store
FTOtestsubdir:
compilet1:
[javac] Compiling 2 source files to Apache/TinderBox_Derby/trunk/classes
copyfiles:
FTOtestsubdir:
compile:
[javac] Compiling 3 source files to Apache/TinderBox_Derby/trunk/classes
copyfiles:
[copy] Copying 15 files to
Apache/TinderBox_Derby/trunk/classes/org/apache/derbyTesting/functionTests/tests/storetests
FTOtestsubdir:
compilet2:
compilet1:
[javac] Compiling 14 source files to Apache/TinderBox_Derby/trunk/classes
copyfiles:
[copy] Copying 33 files to
Apache/TinderBox_Derby/trunk/classes/org/apache/derbyTesting/functionTests/tests/tools
FTOtestsubdir:
copyfiles:
[copy] Copying 126 files to
Apache/TinderBox_Derby/trunk/classes/org/apache/derbyTesting/functionTests/tests/nist
nistsuites:
FTOtestsubdir:
compile:
[javac] Compiling 2 source files to Apache/TinderBox_Derby/trunk/classes
copy:
FTOtestsubdir:
compilet2:
[javac] Compiling 1 source file to Apache/TinderBox_Derby/trunk/classes
compilet1:
[javac] Compiling 33 source files to Apache/TinderBox_Derby/trunk/classes
copyfiles:
[copy] Copying 35 files to
Apache/TinderBox_Derby/trunk/classes/org/apache/derbyTesting/functionTests/tests/derbynet
FTOtestsubdir:
copyfiles:
[copy] Copying 54 files to
Apache/TinderBox_Derby/trunk/classes/org/apache/derbyTesting/functionTests/tests/unit
FTOtestsubdir:
compile:
[javac] Compiling 2 source files to Apache/TinderBox_Derby/trunk/classes
copyfiles:
[copy] Copying 21 files to
Apache/TinderBox_Derby/trunk/classes/org/apache/derbyTesting/functionTests/tests/i18n
[copy] Copying 6 files to
Apache/TinderBox_Derby/trunk/classes/org/apache/derbyTesting/functionTests/tests/i18n/data
FTOtestsubdir:
copyfiles:
[copy] Copying 1 file to
Apache/TinderBox_Derby/trunk/classes/org/apache/derbyTesting/functionTests/tests/jdbc4
compile_jdbc4:
[javac] Compiling 27 source files to Apache/TinderBox_Derby/trunk/classes
[javac] Note: Some input files use unchecked or unsafe operations.
[javac] Note: Recompile with -Xlint:unchecked for details.
compile:
compile:
[javac] Compiling 2 source files to Apache/TinderBox_Derby/trunk/classes
copyfiles:
[copy] Copying 2 files to
Apache/TinderBox_Derby/trunk/classes/org/apache/derbyTesting/functionTests/tests/perf
FTOtestsubdir:
compile_jdk15:
[javac] Compiling 12 source files to Apache/TinderBox_Derby/trunk/classes
compile:
memorytests:
[javac] Compiling 2 source files to Apache/TinderBox_Derby/trunk/classes
compilet1:
[javac] Compiling 9 source files to Apache/TinderBox_Derby/trunk/classes
FTOtestsubdir:
compilet1:
[javac] Compiling 43 source files to Apache/TinderBox_Derby/trunk/classes
FTOtestsubdir:
compilet1:
compilet2:
[javac] Compiling 1 source file to Apache/TinderBox_Derby/trunk/classes
copyfiles:
[copy] Copying 1 file to
Apache/TinderBox_Derby/trunk/classes/org/apache/derbyTesting/functionTests/tests/largedata
FTOtestsubdir:
copyfiles:
[copy] Copying 23 files to
Apache/TinderBox_Derby/trunk/classes/org/apache/derbyTesting/functionTests/multi/stress
FTstress:
copyfiles:
[copy] Copying 489 files to
Apache/TinderBox_Derby/trunk/classes/org/apache/derbyTesting/functionTests/master
FTmaster:
junitsuites:
[javac] Compiling 1 source file to Apache/TinderBox_Derby/trunk/classes
copyfiles:
[copy] Copying 68 files to
Apache/TinderBox_Derby/trunk/classes/org/apache/derbyTesting/functionTests/suites
suites:
mailjdbc:
[javac] Compiling 10 source files to Apache/TinderBox_Derby/trunk/classes
[javac]
Apache/TinderBox_Derby/trunk/java/testing/org/apache/derbyTesting/system/mailjdbc/tasks/Backup.java:78:
unreported exception java.lang.Exception; must be caught or declared to be
thrown
[javac] dbtasks.compressTable(conn, "INBOX", this.getName());
[javac] ^
[javac]
Apache/TinderBox_Derby/trunk/java/testing/org/apache/derbyTesting/system/mailjdbc/tasks/Backup.java:79:
unreported exception java.lang.Exception; must be caught or declared to be
thrown
[javac] dbtasks.compressTable(conn, "ATTACH", this.getName());
[javac] ^
[javac]
Apache/TinderBox_Derby/trunk/java/testing/org/apache/derbyTesting/system/mailjdbc/tasks/Backup.java:83:
unreported exception java.lang.Exception; must be caught or declared to be
thrown
[javac] dbtasks.Backup(conn, this.getName());
[javac] ^
[javac] 3 errors
BUILD FAILED
Apache/TinderBox_Derby/trunk/build.xml:452: The following error occurred while
executing this line:
Apache/TinderBox_Derby/trunk/java/testing/build.xml:87: The following error
occurred while executing this line:
Apache/TinderBox_Derby/trunk/java/testing/org/apache/derbyTesting/system/mailjdbc/build.xml:70:
Compile failed; see the compiler error output for details.
Total time: 4 minutes 20 seconds