Re: Maven 2 on cygwin

2007-05-26 Thread Wendy Smoak
On 5/26/07, Bob Aiello <[EMAIL PROTECTED]> wrote: Can Maven 2 be built and run on cygwin as a Unix application? (in other words I am not building it as a Windows app... Maven 2 is a Java app, so you don't need to rebuild it to run it under Cygwin. I typically unzip the Maven distribution and

Maven 2 on cygwin

2007-05-26 Thread Bob Aiello
Can Maven 2 be built and run on cygwin as a Unix application? (in other words I am not building it as a Windows app... - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Shaded plexus-utils, Xpp3Dom, and mojos

2007-05-26 Thread Carlos Sanchez
cool,thanks On 5/26/07, John Casey <[EMAIL PROTECTED]> wrote: See MNG-3012. -j On May 26, 2007, at 10:40 PM, Carlos Sanchez wrote: > could you add this to jira / release notes before we forget for the > other 3rd party plugins out there? > > On 5/26/07, John Casey <[EMAIL PROTECTED]> wrote:

Re: Shaded plexus-utils, Xpp3Dom, and mojos

2007-05-26 Thread John Casey
See MNG-3012. -j On May 26, 2007, at 10:40 PM, Carlos Sanchez wrote: could you add this to jira / release notes before we forget for the other 3rd party plugins out there? On 5/26/07, John Casey <[EMAIL PROTECTED]> wrote: I just committed a "fix" to the eclipse plugin which makes it very wa

Re: Please test Surefire 2.3.1 pre-release

2007-05-26 Thread Brett Porter
Please confirm the version, as it may have been fixed. Thanks, Brett On 27/05/2007, at 1:36 AM, Evan Worley wrote: While we haven't checked if it works with the latest, we had the problem across ~10 windows XP machines. We removed the snapshot repo from our repo list to get around the iss

Re: Shaded plexus-utils, Xpp3Dom, and mojos

2007-05-26 Thread Carlos Sanchez
could you add this to jira / release notes before we forget for the other 3rd party plugins out there? On 5/26/07, John Casey <[EMAIL PROTECTED]> wrote: I just committed a "fix" to the eclipse plugin which makes it very wary of plugin configs. If the configuration can render itself to XML in its

Re: Shaded plexus-utils, Xpp3Dom, and mojos

2007-05-26 Thread John Casey
I just committed a "fix" to the eclipse plugin which makes it very wary of plugin configs. If the configuration can render itself to XML in its toString() method (which IIRC DOMs can do, and I know Xpp3Doms can), then the eclipse plugin can work with it. IMO, this is a good change to have r

Re: Shaded plexus-utils, Xpp3Dom, and mojos

2007-05-26 Thread Carlos Sanchez
BTW this is tested in testit0074 which currently fails for 2.1 On 5/26/07, John Casey <[EMAIL PROTECTED]> wrote: Hi, I wanted to bring this up before we go too far down the rabbit hole WRT "shading" plexus-utils in the new releases of maven (2.1.x). Right now, there are some mojos (eclipse:ecl

Shaded plexus-utils, Xpp3Dom, and mojos

2007-05-26 Thread John Casey
Hi, I wanted to bring this up before we go too far down the rabbit hole WRT "shading" plexus-utils in the new releases of maven (2.1.x). Right now, there are some mojos (eclipse:eclipse being one of them) that extract information from project.build.plugins.plugin.configuration. When these

Re: How to use ArtifactResolver.resovleTransitively ?

2007-05-26 Thread Kevin Stembridge
Hi John, Thanks very much. That's exactly what I needed to know. I've managed to get things working quite well now. Cheers, Kevin On Sat, 2007-05-26 at 12:27 -0400, John Casey wrote: > Usually: > > 1. the artifact set is the set of direct-dependency artifacts from > your project (using pro

Re: Cleaning up www.apache.org/dist/maven/

2007-05-26 Thread Henri Yandell
On 5/26/07, Jason van Zyl <[EMAIL PROTECTED]> wrote: On 26 May 07, at 1:04 PM 26 May 07, Henri Yandell wrote: > On 5/26/07, Wendy Smoak <[EMAIL PROTECTED]> wrote: >> On 5/18/07, Wendy Smoak <[EMAIL PROTECTED]> wrote: >> >> > The mirrored distribution directory should only have the latest >> > r

Re: Cleaning up www.apache.org/dist/maven/

2007-05-26 Thread Jason van Zyl
On 26 May 07, at 1:04 PM 26 May 07, Henri Yandell wrote: On 5/26/07, Wendy Smoak <[EMAIL PROTECTED]> wrote: On 5/18/07, Wendy Smoak <[EMAIL PROTECTED]> wrote: > The mirrored distribution directory should only have the latest > release, older ones are automatically archived at > http://archive

Re: Cleaning up www.apache.org/dist/maven/

2007-05-26 Thread Henri Yandell
On 5/26/07, Wendy Smoak <[EMAIL PROTECTED]> wrote: On 5/18/07, Wendy Smoak <[EMAIL PROTECTED]> wrote: > The mirrored distribution directory should only have the latest > release, older ones are automatically archived at > http://archive.apache.org/dist/maven. > > I'll delete the older releases f

Re: Cleaning up www.apache.org/dist/maven/

2007-05-26 Thread Wendy Smoak
On 5/18/07, Wendy Smoak <[EMAIL PROTECTED]> wrote: The mirrored distribution directory should only have the latest release, older ones are automatically archived at http://archive.apache.org/dist/maven. I'll delete the older releases from www.apache.org/dist/maven in a day or so. Done. I lef

Re: How to use ArtifactResolver.resovleTransitively ?

2007-05-26 Thread John Casey
Usually: 1. the artifact set is the set of direct-dependency artifacts from your project (using project.createArtifacts(..) to create them if they're missing) 2. the originating artifact is project.getArtifact() 3. the metadataSource is a component, so if you're calling resolveTransitive

Re: Please test Surefire 2.3.1 pre-release

2007-05-26 Thread Evan Worley
While we haven't checked if it works with the latest, we had the problem across ~10 windows XP machines. We removed the snapshot repo from our repo list to get around the issue. -Evan On 5/25/07, Brett Porter <[EMAIL PROTECTED]> wrote: Ok, need more info: - Platform? - what version of 2.3.1-S

Re: svn commit: r541459 - in /maven/site/trunk/src/site/apt: guides/mini/guide-bash-m2-completion.apt release-notes.apt

2007-05-26 Thread Jason van Zyl
On 26 May 07, at 1:03 AM 26 May 07, Wendy Smoak wrote: On 5/25/07, Brett Porter <[EMAIL PROTECTED]> wrote: http://mail-archives.apache.org/mod_mbox/maven-dev/200703.mbox/% [EMAIL PROTECTED] The feature was added, but it is currently always on and needs to be made optional. IIRC, it was goi

Re: [site] Maven documentation thoughts

2007-05-26 Thread Jason van Zyl
On 26 May 07, at 1:47 AM 26 May 07, Henri Yandell wrote: Will do - not that I have much thought-wise yet. I also think the current website and structure is not terrible; so to solve the complaints we need to understand why people are complaining. Some more thoughts Go to maven.apache

Re: Please test Surefire 2.3.1 pre-release

2007-05-26 Thread Andrew Williams
This is on OSX, on just about all projects. I nuked the SNAP from my local just now and it pulled a new one, which does not fail. My apologies if this was fixed a couple of days back, I must have not got the update. Andy On 26 May 2007, at 02:50, Brett Porter wrote: Ok, need more info: -