Re: maven-ant-run plugin 1.3 error java.lang.NoSuchMethodError: org.apache.tools.ant.util.FileUtils.close

2009-11-11 Thread Haroon Rafique
Hi there, Sorry for breaking the threading in your email reader, but I just found the fix for the above subject and alas I don't have the original thread to reply to. In any case, you may look at the thread discussion at nabble: http://old.nabble.com/maven-ant-run-plugin-1.3-error-java.lang.N

RE: maven-ant-run plugin 1.3 error java.lang.NoSuchMethodError: org.apache.tools.ant.util.FileUtils.close

2009-11-01 Thread Vadim B
Jörg Schaible-2 wrote: > > Can you post the /project/build/plugins section running > mvn help:effective-pom -P liquibase-diff > Hi Jörg, I have exact the same problems as Doug. So i just post my results of the mvn help:effective-pom -P tester C:\Dev\workspace\derux-master\derux-qa>mvn help

RE: maven-ant-run plugin 1.3 error java.lang.NoSuchMethodError: org.apache.tools.ant.util.FileUtils.close

2009-10-08 Thread Jörg Schaible
Hi Doug, Doug Daniels wrote at Donnerstag, 8. Oktober 2009 19:42: > Also I am only seeing this when I run the: > mvn -P liquibase-diff install Can you post the /project/build/plugins section running mvn help:effective-pom -P liquibase-diff - Jörg -

RE: maven-ant-run plugin 1.3 error java.lang.NoSuchMethodError: org.apache.tools.ant.util.FileUtils.close

2009-10-08 Thread Doug Daniels
lf Of Jörg Schaible Sent: Thursday, October 08, 2009 11:35 AM To: users@maven.apache.org Subject: Re: maven-ant-run plugin 1.3 error java.lang.NoSuchMethodError: org.apache.tools.ant.util.FileUtils.close Hi Doug, Doug Daniels wrote: > I'm building a maven project that uses the maven-ant

RE: maven-ant-run plugin 1.3 error java.lang.NoSuchMethodError: org.apache.tools.ant.util.FileUtils.close

2009-10-08 Thread Doug Daniels
1.0b3 -Original Message- From: news [mailto:n...@ger.gmane.org] On Behalf Of Jörg Schaible Sent: Thursday, October 08, 2009 11:35 AM To: users@maven.apache.org Subject: Re: maven-ant-run p

Re: maven-ant-run plugin 1.3 error java.lang.NoSuchMethodError: org.apache.tools.ant.util.FileUtils.close

2009-10-08 Thread Jörg Schaible
Hi Mark, Mark Struberg wrote: > Hmm maybe it's as simple as that: the maven-antrun-plugin only has the > core dependencies on board. Look at the stack trace, it seems to imply that he did classes use from ant core only. - Jörg --

Re: maven-ant-run plugin 1.3 error java.lang.NoSuchMethodError: org.apache.tools.ant.util.FileUtils.close

2009-10-08 Thread Mark Struberg
;ant-nodeps >1.6.5 > > > LieGrue, strub --- On Thu, 10/8/09, Jörg Schaible wrote: > From: Jörg Schaible > Subject: Re: maven-ant-run plugin 1.3 error java.lang.NoSuchMethodError: > org.apache.tools.ant.util.FileUtils.close > To: users@maven.apache.org > Date: Th

Re: maven-ant-run plugin 1.3 error java.lang.NoSuchMethodError: org.apache.tools.ant.util.FileUtils.close

2009-10-08 Thread Jörg Schaible
Hi Doug, Doug Daniels wrote: > I'm building a maven project that uses the maven-ant-run plugin and I'm > getting an error about a missing method from Ant. Does this happen in a multi-project build or when you try to build the project directly? Which other plugins did run before the install phase

RE: maven-ant-run plugin 1.3 error java.lang.NoSuchMethodError: org.apache.tools.ant.util.FileUtils.close

2009-10-08 Thread Doug Daniels
It appears that there are a couple other cases of this occurring around August 27th 2009, in some open source projects. http://www.mail-archive.com/uima-...@incubator.apache.org/msg10531.html I'm running with mvn -v: Apache Maven 2.2.1 (r801777; 2009-08-06 14:16:01-0500) Java version: 1.6.0_16 J