Re: cvs commit: maven-plugins/eclipse/xdocs changes.xml

2004-10-23 Thread Felipe Leme
Good catch, it doesn't :-( I will change the test to check for both cases... On Fri, 2004-10-22 at 21:24, Brett Porter wrote: > Does this test still pass if the Cactus plugin is not installed? - To unsubscribe, e-mail: [EMAIL

Re: cvs commit: maven-plugins/eclipse/xdocs changes.xml

2004-10-22 Thread Brett Porter
Does this test still pass if the Cactus plugin is not installed? - Brett [EMAIL PROTECTED] wrote: felipeal2004/10/21 23:01:39 Modified:eclipse/src/plugin-test maven.xml project.properties eclipse/xdocs changes.xml Added: eclipse/src/plugin-test/src/cactus-test dir.txt

RE: cvs commit: maven-plugins/eclipse/xdocs changes.xml

2004-10-19 Thread Eric Pugh
See my other email (which was queued up in my outbox, ARGH!) > -Original Message- > From: Emmanuel Venisse [mailto:[EMAIL PROTECTED] > Sent: Tuesday, October 19, 2004 3:19 PM > To: Maven Developers List > Subject: Re: cvs commit: maven-plugins/eclipse/xdocs changes.xml &

Re: cvs commit: maven-plugins/eclipse/xdocs changes.xml

2004-10-19 Thread Emmanuel Venisse
Why you do this? Emmanuel - Original Message - From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, October 19, 2004 4:13 PM Subject: cvs commit: maven-plugins/eclipse/xdocs changes.xml > epugh 2004/10/19 07:13:04 > > Modified:eclipse plugin.properties plugin.j

Re: cvs commit: maven-plugins/eclipse/xdocs changes.xml

2004-10-15 Thread Emmanuel Venisse
It's fixed. - Original Message - From: "Eric Pugh" <[EMAIL PROTECTED]> To: "Maven Developers List" <[EMAIL PROTECTED]> Sent: Friday, October 15, 2004 1:12 PM Subject: RE: cvs commit: maven-plugins/eclipse/xdocs changes.xml > Actually, I tried to

RE: cvs commit: maven-plugins/eclipse/xdocs changes.xml

2004-10-15 Thread Eric Pugh
8 AM > To: Maven Developers List; [EMAIL PROTECTED] > Subject: Re: cvs commit: maven-plugins/eclipse/xdocs changes.xml > > > oh yes, sorry. > > Emmanuel > > - Original Message - > From: "Eric Pugh" <[EMAIL PROTECTED]> > To: "Maven Developer

Re: cvs commit: maven-plugins/eclipse/xdocs changes.xml

2004-10-15 Thread Emmanuel Venisse
oh yes, sorry. Emmanuel - Original Message - From: "Eric Pugh" <[EMAIL PROTECTED]> To: "Maven Developers List" <[EMAIL PROTECTED]> Sent: Friday, October 15, 2004 10:40 AM Subject: RE: cvs commit: maven-plugins/eclipse/xdocs changes.xml > Should this

RE: cvs commit: maven-plugins/eclipse/xdocs changes.xml

2004-10-15 Thread Eric Pugh
Should this be using this syntax: instead of the invokeStatic: Not sure if there was a reason to not use this? Eric > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > Sent: Thursday, October 14, 2004 4:25 PM > To: [EMA

RE: cvs commit: maven-plugins/eclipse/xdocs changes.xml

2004-10-14 Thread Eric Pugh
Thanks! I was just thinking of tackling this one! > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > Sent: Thursday, October 14, 2004 4:25 PM > To: [EMAIL PROTECTED] > Subject: cvs commit: maven-plugins/eclipse/xdocs changes.xml > > > evenisse2004/10/14 08:24

RE: cvs commit: maven-plugins/eclipse/xdocs changes.xml

2004-09-24 Thread Eric Pugh
elopers List > Subject: Re: cvs commit: maven-plugins/eclipse/xdocs changes.xml > > > That's a poorly named property if ever I saw one :) > > lib is an artifact, not a dependency. I don't see why modifying the > dependency helps, and its not the right thing to do (mod

Re: cvs commit: maven-plugins/eclipse/xdocs changes.xml

2004-09-24 Thread Brett Porter
That's a poorly named property if ever I saw one :) lib is an artifact, not a dependency. I don't see why modifying the dependency helps, and its not the right thing to do (model/runtime separation - and yes, I notice that the version does this anyway). lib.urlPath here should give you the /com

RE: cvs commit: maven-plugins/eclipse/xdocs changes.xml

2004-09-24 Thread Eric Pugh
n Developers List > Subject: Re: cvs commit: maven-plugins/eclipse/xdocs changes.xml > > > Hi Eric, > > That's not a jar override... try > > maven.jar.override=on > with > # path override > maven.jar.commons-jelly-tags-xml=${basedir}/lib/commons-jelly-tags > -xml-1

Re: cvs commit: maven-plugins/eclipse/xdocs changes.xml

2004-09-24 Thread Brett Porter
Hi Eric, That's not a jar override... try maven.jar.override=on with # path override maven.jar.commons-jelly-tags-xml=${basedir}/lib/commons-jelly-tags-xml-1.0.jar or # version override maven.jar.commons-jelly-tags-xml=1.0 for example. See touchstone or MAVEN-581 for some test cases I've been looki

Re: cvs commit: maven-plugins/eclipse/xdocs changes.xml

2004-04-24 Thread dion_gillard
[EMAIL PROTECTED] wrote on 25/04/2004 12:26:22 PM: > brett 2004/04/24 19:26:22 > > Modified:eclipse project.xml >eclipse/src/plugin-resources/templates classpath.jelly >eclipse/xdocs changes.xml > Log: > PR: MPECLIPSE-21 > Submitted by: Boris Boe