Re: Not replacing token in plugin's parameters

2007-10-03 Thread Stephane Nicoll
Anyone? On 9/13/07, Stephane Nicoll <[EMAIL PROTECTED]> wrote: > Jason D.? > > On 9/12/07, Brian E. Fox <[EMAIL PROTECTED]> wrote: > > I think I remember Jason Dillon having a similar issue with the groovy > > stuff. > > > > -Original Message- > > From: Stephane Nicoll [mailto:[EMAIL PROT

Re: Maven WAR plugin

2007-10-03 Thread Stephane Nicoll
Yes. I am bit busy right now but I am willing to sort that out. Give me a couple of days and I'll do my best to cast a vote. Cheers, Stéphane On 10/4/07, Wendy Smoak <[EMAIL PROTECTED]> wrote: > On 10/3/07, gastaldi <[EMAIL PROTECTED]> wrote: > > > Any tips on when Maven War 2.1-alpha will be rel

Re: Maven WAR plugin

2007-10-03 Thread Wendy Smoak
On 10/3/07, gastaldi <[EMAIL PROTECTED]> wrote: > Any tips on when Maven War 2.1-alpha will be released ? :clap: There is one > pesty bug around. MWAR-104 is the last one open marked 2.1-alpha-1. Stephane, any thoughts? http://jira.codehaus.org/browse/MWAR-104 -- Wendy --

Maven WAR plugin

2007-10-03 Thread gastaldi
Any tips on when Maven War 2.1-alpha will be released ? :clap: There is one pesty bug around. -- View this message in context: http://www.nabble.com/Maven-WAR-plugin-tf4565389s177.html#a13031317 Sent from the Maven Developers mailing list archive at Nabble.com.

Re: Surefire Issues

2007-10-03 Thread Jason van Zyl
On 3 Oct 07, at 1:26 PM 3 Oct 07, Paul Gier wrote: I can fix it locally without any problem using a copy from svn. But I was hoping to get it fixed in the upstream code. Would using GIT help with this? If it's a simple fix probably not. If you have to do any work then yes. You work on

Re: An Experiment with GIT

2007-10-03 Thread Jochen Wiedmann
On 10/3/07, Jason van Zyl <[EMAIL PROTECTED]> wrote: > I would but someone seems to have removed the 1.x branch. > > Ah, who removed the 1.x branch? Knowing myself, I'd tend to plead guilty, but fortunately I haven't got the permissions ... :-) -- Look, that's why there's rules, understand? So

Re: Surefire Issues

2007-10-03 Thread Paul Gier
I can fix it locally without any problem using a copy from svn. But I was hoping to get it fixed in the upstream code. Would using GIT help with this? I mainly wanted to check with other people who have looked at this issue (maybe Brett or Carlos?) to maybe discuss what is the best way to fix

Re: Surefire Issues

2007-10-03 Thread Jason van Zyl
It's GITed: http://git.sonatype.org/ You can work on surefire on your own machine. On 3 Oct 07, at 1:15 PM 3 Oct 07, Jason van Zyl wrote: On 3 Oct 07, at 11:59 AM 3 Oct 07, Paul Gier wrote: Hey Everyone, I have a quick question about this issue: http://jira.codehaus.org/browse/SUREFIRE-31

Re: An Experiment with GIT

2007-10-03 Thread Jason van Zyl
On 3 Oct 07, at 1:09 PM 3 Oct 07, Jason van Zyl wrote: On 3 Oct 07, at 12:23 PM 3 Oct 07, Jochen Wiedmann wrote: On 10/3/07, Jason van Zyl <[EMAIL PROTECTED]> wrote: Ok, here's the goods: http://git.sonatype.org/ Would it be possible to add wagon? I would but someone seems to have re

Re: Surefire Issues

2007-10-03 Thread Jason van Zyl
On 3 Oct 07, at 11:59 AM 3 Oct 07, Paul Gier wrote: Hey Everyone, I have a quick question about this issue: http://jira.codehaus.org/browse/SUREFIRE-315 I was just wondering what is keeping this issue from getting resolved? I took a look at the attached patch locally to see if there is a

Re: An Experiment with GIT

2007-10-03 Thread Jason van Zyl
On 3 Oct 07, at 12:23 PM 3 Oct 07, Jochen Wiedmann wrote: On 10/3/07, Jason van Zyl <[EMAIL PROTECTED]> wrote: Ok, here's the goods: http://git.sonatype.org/ Would it be possible to add wagon? Done. http://git.sonatype.org/ Thanks, Jochen -- Look, that's why there's rules, understa

Re: An Experiment with GIT

2007-10-03 Thread Jason van Zyl
On 3 Oct 07, at 12:23 PM 3 Oct 07, Jochen Wiedmann wrote: On 10/3/07, Jason van Zyl <[EMAIL PROTECTED]> wrote: Ok, here's the goods: http://git.sonatype.org/ Would it be possible to add wagon? I would but someone seems to have removed the 1.x branch. Ah, who removed the 1.x branch? T

Re: An Experiment with GIT

2007-10-03 Thread Jochen Wiedmann
On 10/3/07, Jason van Zyl <[EMAIL PROTECTED]> wrote: > Ok, here's the goods: > > http://git.sonatype.org/ Would it be possible to add wagon? Thanks, Jochen -- Look, that's why there's rules, understand? So that you think before you break 'em. -- (Terry Pratchett, Thief of Time)

Surefire Issues

2007-10-03 Thread Paul Gier
Hey Everyone, I have a quick question about this issue: http://jira.codehaus.org/browse/SUREFIRE-315 I was just wondering what is keeping this issue from getting resolved? I took a look at the attached patch locally to see if there is a better way to solve the problem, but there isn't doesn't

Re: An Experiment with GIT

2007-10-03 Thread Jason van Zyl
On 3 Oct 07, at 2:34 AM 3 Oct 07, Mark Struberg wrote: Hi Jason! first, both thumbs up! The main reason why it's hard to get used to git is because most people work with centralised CVS-like VCS systems since decades and git is completely different. But getting used to git only takes a few we

First Partner Sync

2007-10-03 Thread Jason van Zyl
Just to let folks know that we're trying to make the process of getting artifacts into the repository easier. As of this morning the first test sync with JBoss occurred using a model where they push to us, we vet on our side, and then merge to the central repository. Thanks, Jason -

maven resources plugin unable to take a custom resources element

2007-10-03 Thread Stephane Nicoll
Hi, I'm trying to copy custom files to a specific directory as an execution of the maven-resources plugin. I have a similar setup as the one describe here[1] The resources plugin keep on taking the default resources element of the build section. I don't get why it does not take the custom configu

Re: An Experiment with GIT

2007-10-03 Thread Mark Struberg
Hi Jason! first, both thumbs up! The main reason why it's hard to get used to git is because most people work with centralised CVS-like VCS systems since decades and git is completely different. But getting used to git only takes a few weeks and after that one will never switch back (if he is no

Re: An Experiment with GIT

2007-10-03 Thread Insitu
Works like a breeze :) Thanks for the effort. -- OQube < software engineering \ génie logiciel > Arnaud Bailly, Dr. \web> http://www.oqube.com - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL P