Re: maven-ant-run plugin fails due to missing class

2012-06-05 Thread Wayne Fay
> oal org.apache.maven.plugins:maven-antrun-plugin:1.5:run failed: > Unable to load the mojo 'run' in the plugin > 'org.apache.maven.plugins:mav > -antrun-plugin:1.5'. A required class is missing: > org/apache/tools/ant/BuildException Are you sure the ant-nodeps jar file is not corrupt? Check to b

maven-ant-run plugin fails due to missing class

2012-06-04 Thread pranay agarwal
Hi, earlier i was using the maven repository for downloading all artifacts and thus my project built successfully. However when i deleted my local repo and made my artifactory as a mirror of the maven site ..i get this error on building with maven 3.0.4: NFO] --

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-

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

2009-11-01 Thread Vadim B
Cp1252 OS name: "windows xp" version: "5.1" arch: "x86" Family: "windows" -- View this message in context: http://old.nabble.com/maven-ant-run-plugin-1.3-error-java.lang.NoSuchMethodError%3A-org.apache.tools.ant.util.F

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
uot;linux" version: "2.6.18-92.1.22.el5" arch: "amd64" family: "unix" (I've also tried using maven 2.1.0 with no luck, and deleting my ~/.m2/repo with no luck) -Original Message- From: Doug Daniels Sent: Thursday, October 08,

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

2009-10-08 Thread Doug Daniels
ant-contrib 1.0b3 library included as a dependency in the maven-ant-run plugin (along with some other application specific dependencies not directly ANT related). Here's the full pom.xml plugin definition (inside a "liquibase-diff" profile):

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 be

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

2009-10-08 Thread Doug Daniels
Sent: Thursday, October 08, 2009 10:40 AM To: users@maven.apache.org Subject: maven-ant-run plugin 1.3 error java.lang.NoSuchMethodError: org.apache.tools.ant.util.FileUtils.close I'm building a maven project that uses the maven-ant-run plugin and I&#

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

2009-10-08 Thread Doug Daniels
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. org.apache.mav

Re: Maven Ant-Run plugin

2008-12-03 Thread Stephen Connolly
t;[EMAIL PROTECTED]> > > I've a ant task that runs fine on ant, but fails on maven ant run plugin. > The > ant task is not able to find a class defined on my system's classpath. > I guess maven ant run has it's own classpath (maven.plugin.classpath?) Is > it > possi

Maven Ant-Run plugin

2008-12-03 Thread Ricardo Mayerhofer
I've a ant task that runs fine on ant, but fails on maven ant run plugin. The ant task is not able to find a class defined on my system's classpath. I guess maven ant run has it's own classpath (maven.plugin.classpath?) Is it possible to set the plugin classpath and tells it t