See <https://builds.apache.org/job/EasyAnt/143/changes>
Changes: [jlboudart] Be less agressive on catch clauses, Exception is caught when Exception is not thrown ------------------------------------------ Started by an SCM change Building remotely on ubuntu1 in workspace <https://builds.apache.org/job/EasyAnt/ws/> Cleaning up <https://builds.apache.org/job/EasyAnt/ws/trunk> Deleting <https://builds.apache.org/job/EasyAnt/ws/trunk/lib> Deleting <https://builds.apache.org/job/EasyAnt/ws/trunk/target> Updating http://svn.apache.org/repos/asf/ant/easyant/core/trunk at revision '2013-08-21T08:14:41.298 +0000' U src/main/java/org/apache/ivy/core/cache/EasyAntRepositoryCacheManager.java U src/main/java/org/apache/easyant/tasks/SubModule.java U src/main/java/org/apache/easyant/core/parser/EasyAntConfigParser.java Fetching 'hudson.scm.subversion.SubversionUpdateEventHandler$SVNExternalDetails@347ef5e2' at 1,516,108 into '<https://builds.apache.org/job/EasyAnt/ws/trunk/src/documentation/xooki'> At revision 1516108 At revision 1516108 no change for https://svn.apache.org/repos/asf/ant/site/xooki since the previous build [locks-and-latches] Checking to see if we really have the locks [locks-and-latches] Have all the locks, build can start [trunk] $ /home/hudson/tools/ant/apache-ant-1.8.1/bin/ant -Dbootstrap.fork=true -Dtarget=distribution clean run Buildfile: <https://builds.apache.org/job/EasyAnt/ws/trunk/build.xml> clean-cache: [delete] Deleting directory /home/jenkins/.easyant/easyant-cache clean: ivy:init: [mkdir] Created dir: <https://builds.apache.org/job/EasyAnt/ws/trunk/target/bootstrap> [get] Getting: http://repo1.maven.org/maven2/org/apache/ivy/ivy/2.3.0/ivy-2.3.0.jar [get] To: /home/jenkins/.ivy2/jars/ivy-2.3.0.jar [get] Not modified - so not downloaded compile: [ivy:configure] :: Apache Ivy 2.3.0 - 20130110142753 :: http://ant.apache.org/ivy/ :: [ivy:configure] :: loading settings :: file = <https://builds.apache.org/job/EasyAnt/ws/trunk/ivysettings-bootstrap.xml> [ivy:resolve] :: resolving dependencies :: org.apache.easyant#easyant-core;0.10 [ivy:resolve] confs: [default, test, extra] [ivy:resolve] found org.apache.ant#ant;1.9.2 in maven2 [ivy:resolve] found org.apache.ant#ant-launcher;1.9.2 in maven2 [ivy:resolve] found org.apache.ivy#ivy;2.3.0 in maven2 [ivy:resolve] found ant-contrib#ant-contrib;1.0b2 in maven2 [ivy:resolve] found commons-cli#commons-cli;1.2 in maven2 [ivy:resolve] found junit#junit;4.11 in maven2 [ivy:resolve] found org.hamcrest#hamcrest-core;1.3 in maven2 [ivy:resolve] found org.apache.ant#ant-testutil;1.9.1 in maven2 [ivy:resolve] downloading http://repo1.maven.org/maven2/org/apache/ant/ant/1.9.2/ant-1.9.2.jar ... [ivy:resolve] .................................................................................................................................................................................................................................................................................................................................................... (1953kB) [ivy:resolve] .. (0kB) [ivy:resolve] [SUCCESSFUL ] org.apache.ant#ant;1.9.2!ant.jar (91ms) [ivy:resolve] downloading http://repo1.maven.org/maven2/org/apache/ivy/ivy/2.3.0/ivy-2.3.0.jar ... [ivy:resolve] ......................................................................................................................................................................................... (1193kB) [ivy:resolve] .. (0kB) [ivy:resolve] [SUCCESSFUL ] org.apache.ivy#ivy;2.3.0!ivy.jar (32ms) [ivy:resolve] downloading http://repo1.maven.org/maven2/ant-contrib/ant-contrib/1.0b2/ant-contrib-1.0b2.jar ... [ivy:resolve] ........................ (189kB) [ivy:resolve] .. (0kB) [ivy:resolve] [SUCCESSFUL ] ant-contrib#ant-contrib;1.0b2!ant-contrib.jar (14ms) [ivy:resolve] downloading http://repo1.maven.org/maven2/commons-cli/commons-cli/1.2/commons-cli-1.2.jar ... [ivy:resolve] ... (40kB) [ivy:resolve] .. (0kB) [ivy:resolve] [SUCCESSFUL ] commons-cli#commons-cli;1.2!commons-cli.jar (9ms) [ivy:resolve] downloading http://repo1.maven.org/maven2/org/apache/ant/ant-launcher/1.9.2/ant-launcher-1.9.2.jar ... [ivy:resolve] .... (17kB) [ivy:resolve] .. (0kB) [ivy:resolve] [SUCCESSFUL ] org.apache.ant#ant-launcher;1.9.2!ant-launcher.jar (60ms) [ivy:resolve] downloading http://repo1.maven.org/maven2/junit/junit/4.11/junit-4.11.jar ... [ivy:resolve] ................................ (239kB) [ivy:resolve] .. (0kB) [ivy:resolve] [SUCCESSFUL ] junit#junit;4.11!junit.jar (11ms) [ivy:resolve] downloading http://repo1.maven.org/maven2/org/apache/ant/ant-testutil/1.9.1/ant-testutil-1.9.1.jar ... [ivy:resolve] ..... (20kB) [ivy:resolve] .. (0kB) [ivy:resolve] [SUCCESSFUL ] org.apache.ant#ant-testutil;1.9.1!ant-testutil.jar (9ms) [ivy:resolve] downloading http://repo1.maven.org/maven2/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.jar ... [ivy:resolve] ........ (43kB) [ivy:resolve] .. (0kB) [ivy:resolve] [SUCCESSFUL ] org.hamcrest#hamcrest-core;1.3!hamcrest-core.jar (8ms) [ivy:resolve] :: resolution report :: resolve 766ms :: artifacts dl 245ms --------------------------------------------------------------------- | | modules || artifacts | | conf | number| search|dwnlded|evicted|| number|dwnlded| --------------------------------------------------------------------- | default | 5 | 5 | 5 | 0 || 5 | 5 | | test | 3 | 3 | 3 | 0 || 3 | 3 | | extra | 5 | 5 | 5 | 0 || 5 | 5 | --------------------------------------------------------------------- [mkdir] Created dir: <https://builds.apache.org/job/EasyAnt/ws/trunk/target/bootstrap/classes> [javac] Compiling 81 source files to <https://builds.apache.org/job/EasyAnt/ws/trunk/target/bootstrap/classes> [javac] <https://builds.apache.org/job/EasyAnt/ws/trunk/src/main/java/org/apache/easyant/tasks/SubModule.java>:651: cannot find symbol [javac] symbol : class ReflectiveOperationException [javac] location: class org.apache.easyant.tasks.SubModule [javac] } catch (ReflectiveOperationException e) { [javac] ^ [javac] Note: Some input files use unchecked or unsafe operations. [javac] Note: Recompile with -Xlint:unchecked for details. [javac] 1 error BUILD FAILED <https://builds.apache.org/job/EasyAnt/ws/trunk/build.xml>:48: Compile failed; see the compiler error output for details. Total time: 5 seconds Build step 'Invoke Ant' marked build as failure [locks-and-latches] Releasing all the locks [locks-and-latches] All the locks released Archiving artifacts
