RE: Yoko trunk build error.

2007-11-04 Thread Brian E. Fox
11:39 PM To: Maven Developers List Subject: Re: Yoko trunk build error. I suspect it's the surefire plugin, actually (based on it using the new archiver), which in turn pulls in the new plexus-utils - and for some reason that is polluting the resources plugin (no idea how, but I have

Re: Yoko trunk build error.

2007-10-31 Thread John Casey
Nm. On Oct 31, 2007, at 6:38 PM, Brett Porter wrote: org.apache.maven.plugin.resources.ResourcesMojo.copyFile (ResourcesMoj o.java:235) --- John Casey Committer and PMC Member, Apache Maven mail: jdcasey at commonjava dot org blog: http://www.ejlife.net/blogs/john rss: http://feeds.feedburner

Re: Yoko trunk build error.

2007-10-31 Thread John Casey
What about this? org.apache.maven.plugin.resources.ResourcesMojo.copyFile (ResourcesMoj o.java:235) -john --- John Casey Committer and PMC Member, Apache Maven mail: jdcasey at commonjava dot org blog: http://www.ejlife.net/blogs/john rss: http://feeds.feedburner.com/ejlife/john

Re: Yoko trunk build error.

2007-10-31 Thread Brett Porter
I suspect it's the surefire plugin, actually (based on it using the new archiver), which in turn pulls in the new plexus-utils - and for some reason that is polluting the resources plugin (no idea how, but I have seen Brian file a similar bug). - Brett On 01/11/2007, at 3:29 AM, Daniel Kul

Re: Yoko trunk build error.

2007-10-31 Thread Daniel Kulp
Actually, it's probably the other way... You have plugin snapshots turned on: apache-snapshots Maven apache plugins snapshot repository http://people.apache.org/maven-snapshot-repository default true

Re: Yoko trunk build error.

2007-10-31 Thread John Casey
Just a guess, but you may be using an old version of the resource plugin. It looks like it's using but not declaring a direct dependency on plexus-utils, and if/when maven ceases to export that dependency to the plugin as part of the parent classloader, it fails. Again, just a guess. -john

Re: Yoko trunk build error.

2007-10-31 Thread Alan D. Cabrera
Does anyone in maven-land know why we have to do this? Regards, Alan On Oct 31, 2007, at 2:11 AM, Rick McGuire wrote: I finally managed to get this to build, but it wasn't a pretty process. Here were the steps: 1) I upgraded my maven version to 2.0.7. 2) Attempt to rebuild 2.0.7. This