Details
- State: Failed
- For: Project: commons-dbcp
- Working Directory: /Volumes/X1/home/sctemme/asf/gump/trunk/work/workspace/apache-commons/dbcp
- Output: /Volumes/X1/home/sctemme/asf/gump/trunk/work/workspace/tmp/build_apache-commons_commons-dbcp.txt
- Exit Code: 1
- Start Time: Mon, 23 Nov 2009 07:16:21 (PST)
- End Time: Mon, 23 Nov 2009 07:16:30 (PST)
- Elapsed Time: 9 secs
Parameters
| Prefix |
Name |
Value |
| -D |
java.awt.headless |
true |
| -X |
bootclasspath/p |
:/Volumes/X1/home/sctemme/asf/gump/trunk/work/workspace/xml-xerces2/build/xercesImpl.jar
/Volumes/X1/home/sctemme/asf/gump/trunk/work/workspace/xml-commons/java/external/build/xml-apis.jar |
|
org.apache.tools.ant.Main |
|
| -D |
gump.merge |
/Volumes/X1/home/sctemme/asf/gump/trunk/work/merge.xml |
| -D |
build.sysclasspath |
only |
|
dist |
|
Environment Overrides
| Name |
Value |
| CLASSPATH |
:/Volumes/X1/home/sctemme/asf/gump/trunk/work/workspace/apache-commons/dbcp/dist/classes
/Volumes/X1/home/sctemme/asf/gump/trunk/work/workspace/ant/dist/lib/ant-jmf.jar
/Volumes/X1/home/sctemme/asf/gump/trunk/work/workspace/ant/dist/lib/ant-swing.jar
/Volumes/X1/home/sctemme/asf/gump/trunk/work/workspace/ant/dist/lib/ant-apache-resolver.jar
/Volumes/X1/home/sctemme/asf/gump/trunk/work/workspace/ant/dist/lib/ant-apache-xalan2.jar
/Volumes/X1/home/sctemme/asf/gump/trunk/work/workspace/ant/dist/lib/ant-trax.jar
/Volumes/X1/home/sctemme/asf/gump/trunk/work/workspace/ant/dist/lib/ant-junit.jar
/Volumes/X1/home/sctemme/asf/gump/trunk/work/workspace/ant/dist/lib/ant-launcher.jar
/Volumes/X1/home/sctemme/asf/gump/trunk/work/workspace/ant/dist/lib/ant-nodeps.jar
/Volumes/X1/home/sctemme/asf/gump/trunk/work/workspace/ant/dist/lib/ant.jar
/Volumes/X1/home/sctemme/asf/gump/trunk/work/packages/junit3.8.1/junit.jar
/Volumes/X1/home/sctemme/asf/gump/trunk/work/workspace/xml-commons/java/build/resolver.jar
/Volumes/X1/home/sctemme/asf/gump/trunk/work/workspace/xml-commons/java/external/build/xml-apis-ext.jar
/Volumes/X1/home/sctemme/asf/gump/trunk/work/packages/jta-spec1_0_1/jta-spec1_0_1.jar
/Volumes/X1/home/sctemme/asf/gump/trunk/work/packages/jdbc2_0/jdbc2_0-stdext.jar
/Volumes/X1/home/sctemme/asf/gump/trunk/work/workspace/junit/dist/junit-23112009.jar
/Volumes/X1/home/sctemme/asf/gump/trunk/work/workspace/apache-commons/pool/dist/commons-pool.jar
/Volumes/X1/home/sctemme/asf/gump/trunk/work/workspace/commons-lang-2.x/target/commons-lang-2.4.jar
/Volumes/X1/home/sctemme/asf/gump/trunk/work/workspace/commons-collections-3.x/target/commons-collections-3.3-SNAPSHOT.jar |
Command Line
/Library/Java/Home/bin/java -Djava.awt.headless=true
-Xbootclasspath/p:/Volumes/X1/home/sctemme/asf/gump/trunk/work/workspace/xml-xerces2/build/xercesImpl.jar:/Volumes/X1/home/sctemme/asf/gump/trunk/work/workspace/xml-commons/java/external/build/xml-apis.jar
org.apache.tools.ant.Main
-Dgump.merge=/Volumes/X1/home/sctemme/asf/gump/trunk/work/merge.xml
-Dbuild.sysclasspath=only dist Output
Buildfile: /Volumes/X1/home/sctemme/work/workspace/apache-commons/dbcp/build.xml
init:
clean:
check_depends:
[echo] Checking dependencies
check_jar:
check_message:
check_jar:
check_message:
[echo] Could not find ${jdbc20ext.jar}
check_jar:
check_message:
[echo] Could not find ${junit.jar}
check_jar:
check_message:
[echo] Could not find ${naming-common.jar}
check_jar:
check_message:
[echo] Could not find ${naming-java.jar}
check_jar:
check_message:
[echo] Could not find ${commons-logging.jar}
check_jar:
check_message:
[echo] Could not find ${xerces.jar}
check_jar:
check_message:
[echo] Could not find ${xml-apis.jar}
check_jar:
check_message:
[echo] Could not find ${jta-spec.jar}
check_jar:
check_message:
[echo] Could not find ${jta-impl.jar}
check_jar:
check_message:
[echo] Could not find ${backport-util-concurrent.jar}
check_jar:
check_message:
[echo] Could not find ${ejb-spec.jar}
prepare-nojdbc3:
prepare-jdbc3:
[echo] JDBC 3 was detected.
prepare-nojdbc4:
[echo] Commenting out the jdbc4 additional methods since JDBC 4 was not detected.
prepare-jdbc4:
prepare:
compile:
[mkdir] Created dir: /Volumes/X1/home/sctemme/work/workspace/apache-commons/dbcp/build/classes
[javac] Compiling 54 source files to /Volumes/X1/home/sctemme/work/workspace/apache-commons/dbcp/build/classes
[javac] /Volumes/X1/home/sctemme/work/workspace/apache-commons/dbcp/src/java/org/apache/commons/dbcp/PoolingConnection.java:277: incompatible types for ?: neither is a subtype of the other
[javac] second operand: org.apache.commons.dbcp.PoolablePreparedStatement
[javac] third operand : org.apache.commons.dbcp.PoolableCallableStatement
[javac] return key._stmtType == STATEMENT_PREPAREDSTMT ?
[javac] ^
[javac] /Volumes/X1/home/sctemme/work/workspace/apache-commons/dbcp/src/java/org/apache/commons/dbcp/PoolingConnection.java:282: incompatible types for ?: neither is a subtype of the other
[javac] second operand: org.apache.commons.dbcp.PoolablePreparedStatement
[javac] third operand : org.apache.commons.dbcp.PoolableCallableStatement
[javac] return key._stmtType == STATEMENT_PREPAREDSTMT ?
[javac] ^
[javac] Note: Some input files use or override a deprecated API.
[javac] Note: Recompile with -Xlint:deprecation for details.
[javac] 2 errors
BUILD FAILED
/Volumes/X1/home/sctemme/work/workspace/apache-commons/dbcp/build.xml:232: Compile failed; see the compiler error output for details.
Total time: 8 seconds
Last Updated: Mon, 23 Nov 2009 06:00:10 ().