Hello We're green again, the maven-antrun-plugin offers all Ant tasks and not only the ones on its Usage page. So I could replace the ugly <for> loop by an ant "apply" task and get rid of the recently added ant-contrib dependency again.
bye, -christian- Am Wed, 21 Oct 2009 00:19:39 +0200 schrieb Christian Hammers <[email protected]>: > Hi > > The web suggests that this is an ant-1.6.x specific bug and indeed the > log file shows that ant-1.6 and ant-1.7 are both linked in: > > [FATAL ERROR] org.apache.maven.plugin.antrun.AntRunMojo#execute() > caused a linkage error (java.lang.NoSuchMethodError) and may be > out-of-date. Check the realms: [FATAL ERROR] Plugin realm = > app0.child-container[org.apache.maven.plugins:maven-antrun-plugin] > urls[0] = > file:/home/buildslave1/.m2/repository/org/apache/maven/plugins/maven-antrun-plugin/1.1/maven-antrun-plugin-1.1.jar > urls[1] = > file:/home/buildslave1/.m2/repository/ant-contrib/ant-contrib/1.0b3/ant-contrib-1.0b3.jar > urls[2] = > file:/home/buildslave1/.m2/repository/ant/ant/1.6.5/ant-1.6.5.jar > urls[3] = > file:/home/buildslave1/.m2/repository/org/apache/ant/ant-trax/1.7.0/ant-trax-1.7.0.jar > urls[4] = > file:/home/buildslave1/.m2/repository/org/apache/ant/ant/1.7.0/ant-1.7.0.jar > urls[5] = > file:/home/buildslave1/.m2/repository/org/apache/ant/ant-launcher/1.7.0/ant-launcher-1.7.0.jar > urls[6] = > file:/home/buildslave1/.m2/repository/net/sf/saxon/saxon/8.7/saxon-8.7.jar > urls[7] = > file:/home/buildslave1/.m2/repository/org/codehaus/plexus/plexus-utils/1.1/plexus-utils-1.1.jar > urls[8] = > file:/home/buildslave1/.m2/repository/ant/ant-launcher/1.6.5/ant-launcher-1.6.5.jar > > Expect some test commits from me to test this. > > bye, > > -christian- > > > Am Tue, 20 Oct 2009 07:35:00 +0200 > schrieb Christian Grobmeier <[email protected]>: > > > Uh, that looks stange > > Did you change something on an xml file? i read about xslt error in > > the stack > > > > On Tue, Oct 20, 2009 at 2:54 AM, Christian Hammers <[email protected]> > > wrote: > > > Hello > > > > > > Help, what have I done? Or wasn't it me? I can only remember of > > > having added the ant-contrib plugin but that works fine on my > > > computer. Still the builtbot has some serious troubles which seem > > > related to the ant plugin: > > > > > > http://ci.apache.org/builders/log4php-trunk/builds/214/steps/compile/logs/stdio > > > > > > [exec] Generating code coverage report, this may take a > > > moment. [xslt] > > > Processing > > > /home/buildslave1/slave1/log4php-trunk/build/target/surefire-reports/phpunit-testresults.xml > > > to > > > /home/buildslave1/slave1/log4php-trunk/build/target/surefire-reports/xslt.info > > > [xslt] Loading > > > stylesheet > > > /home/buildslave1/slave1/log4php-trunk/build/src/test/config/phpunit_to_surefire.xslt > > > [FATAL ERROR] org.apache.maven.plugin.antrun.AntRunMojo#execute() > > > caused a linkage error (java.lang.NoSuchMethodError) and may be > > > out-of-date. Check the realms: [FATAL ERROR] Plugin realm = > > > app0.child-container[org.apache.maven.plugins:maven-antrun-plugin] .... > > > > > > Does anybody has an idea? > > > > > > bye, > > > > > > -christian- > > >
