Hi,
I've discovered some ant's problem during gump testing with jdk7
1. The projects below failed to compile with jdk7 (1.7.0):
junit, test-junit
hamcrest, hamcrest-java, hamcrest-java-unit-test, hamcrest-java-all
args4j, args4j-tools, args4j-tests
tomcat-tc6, javax.el, javax.servlet, javax.servlet.jsp
ant-antlibs, antunit-test, dotnet-antlib-test, props-antlib-test,
svn-antlib-test, antunit, compress-antlib-test
commons-sandbox, commons-openpgp
ant-testutil, test-ant, test-ant-no-xerces
[javac] javac: target release 1.5 conflicts with default source release 1.7
Thought, there are should not be jdk dependency
2. Failed to run projects due to:
svn: URL 'http://svn.apache.org/repos/asf/ant/antlibs/ant-vss/trunk' doesn't
exist
ant-antlibs project
vss-antlib
dotnet-antlib
compress-antlib
props-antlib
svn-antlib
3. All projects related to bootstrap-ant started to fail from jdk7 b112
with exception below:
compile-tests:
Created dir: /export/home/dtftest/gump/results/ant/build/testcases
Compiling 287 source files to
/export/home/dtftest/gump/results/ant/build/testcases
/export/home/dtftest/gump/results/ant/src/tests/junit/org/apache/tools/ant/taskdefs/SQLExecTest.java:209:
NullDriver is not abstract and does not override abstract method
getParentLogger() in Driver
public static class NullDriver implements Driver {
^
Note: Some input files use or override a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
1 error
BUILD FAILED
/export/home/dtftest/gump/results/ant/build.xml:983: The following error
occurred while executing this line:
/export/home/dtftest/gump/results/ant/build.xml:1424: Compile failed; see the
compiler error output for details.
Total time: 13 seconds
... Failed Building Ant Distribution !
bootstrap-ant
ant-testutil
dist-ant
jakarta-ant
test-ant
ant
org.apache.ant
test-ant-no-xerces
org.apache.dist-ant
Please let me know if you need additional information.
Thanks,
Ludmila
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@ant.apache.org
For additional commands, e-mail: dev-h...@ant.apache.org