RE: Need help with Jelly contexts...

2005-05-11 Thread Vincent Massol
> -Original Message- > From: Brett Porter [mailto:[EMAIL PROTECTED] > Sent: mercredi 11 mai 2005 23:23 > To: Maven Developers List > Cc: [EMAIL PROTECTED] > Subject: Re: Need help with Jelly contexts... > > Specifically the problem is that the plugin context n

RE: Need help with Jelly contexts...

2005-05-11 Thread Vincent Massol
> -Original Message- > From: Brett Porter [mailto:[EMAIL PROTECTED] > Sent: mercredi 11 mai 2005 23:23 > To: Maven Developers List > Cc: [EMAIL PROTECTED] > Subject: Re: Need help with Jelly contexts... > > Specifically the problem is that the plugin context n

Re: Need help with Jelly contexts...

2005-05-11 Thread Brett Porter
Specifically the problem is that the plugin context needs to be initialised before maven:set will be effective. - As it is created with the current scope, j:set works before it is created, but not after. - maven:set works after it is created, but not before - j:set scope="parent" always works, but

Re: Need help with Jelly contexts...

2005-05-11 Thread Vincent Siveton
Hi again, [SNIP] > > Maybe lets try to use the jelly tag set with scope="parent", ie something > > like: > > > value="clover:test" scope="parent"/> > > AFAIK there's no scope tag on the SetTag.java jelly tag. But even if there > were one your solution would be very dangerous as it would work i

RE: Need help with Jelly contexts...

2005-05-11 Thread Vincent Massol
Hi Vincent, > -Original Message- > From: Vincent Siveton [mailto:[EMAIL PROTECTED] > Sent: mercredi 11 mai 2005 17:54 > To: Maven Developers List > Subject: Re: Need help with Jelly contexts... > > Hi Vincent, > > AFAIK (and my experience), working with

RE: Need help with Jelly contexts...

2005-05-11 Thread Vincent Massol
Hi Vincent, > -Original Message- > From: Vincent Siveton [mailto:[EMAIL PROTECTED] > Sent: mercredi 11 mai 2005 17:54 > To: Maven Developers List > Subject: Re: Need help with Jelly contexts... > > Hi Vincent, > > AFAIK (and my experience), working with

Re: Need help with Jelly contexts...

2005-05-11 Thread Vincent Siveton
maven:set... > > I'm using Maven 1.0.2. > > Thanks > -Vincent > > > > -Original Message- > > From: Vincent Massol [mailto:[EMAIL PROTECTED] > > Sent: mercredi 11 mai 2005 16:34 > > To: 'Maven Developers List' > > Subject: Need help

RE: Need help with Jelly contexts...

2005-05-11 Thread Vincent Massol
Sent: mercredi 11 mai 2005 16:34 > To: 'Maven Developers List' > Subject: Need help with Jelly contexts... > > Hi, > > I'm fighting with the Maven Jelly contexts. I'm writing the following goal > in the Clover plugin: > > desc

RE: Need help with Jelly contexts...

2005-05-11 Thread Vincent Massol
Sent: mercredi 11 mai 2005 16:34 > To: 'Maven Developers List' > Subject: Need help with Jelly contexts... > > Hi, > > I'm fighting with the Maven Jelly contexts. I'm writing the following goal > in the Clover plugin: > > desc

Need help with Jelly contexts...

2005-05-11 Thread Vincent Massol
Hi, I'm fighting with the Maven Jelly contexts. I'm writing the following goal in the Clover plugin: [...] When I run this on a sample project, I get the following error: BUILD FAILED File.. C:\Documents and Settings\Vincent Massol\.maven\cache\maven-multiproject-plugin-1.3.1\

Need help with Jelly contexts...

2005-05-11 Thread Vincent Massol
Hi, I'm fighting with the Maven Jelly contexts. I'm writing the following goal in the Clover plugin: [...] When I run this on a sample project, I get the following error: BUILD FAILED File.. C:\Documents and Settings\Vincent Massol\.maven\cache\maven-multiproject-plugin-1.3.1\