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
Hi Vincent, AFAIK (and my experience), working with the jelly context is not an easy thing (capricious exactly...) Maybe lets try to use the jelly tag set with scope="parent", ie something like: Give me your feedback : I am curious :) Moreover, I think that tag works only if you had already ca

RE: Need help with Jelly contexts...

2005-05-11 Thread Vincent Massol
The only way to make it work is by adding: What's going wrong here? It shouldn't be necessary to add this as I'm using 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

RE: Need help with Jelly contexts...

2005-05-11 Thread Vincent Massol
The only way to make it work is by adding: What's going wrong here? It shouldn't be necessary to add this as I'm using 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