${systemScope.put('swt.fragmentid', 'win32.win32.x86')}

On 9/14/05, Sachin Patel <[EMAIL PROTECTED]> wrote:
> How can I set a system property using jelly in a parent maven.xml so
> that the project.properties can reference it? I tried the following
> setting the ant property as well as var, but neither of them were picked
> up by the project.properties.
> 
> <j:set var="os" value="${os.name}"/>
>         <if test="${os.startsWith('Windows')}">
>           <ant:property name="swt.fragmentid" value="win32.win32.x86"/>
>           <j:set var="swt.fragmentid" value="win32.win32.x86"/>
>  </if>
> 
> Thanks.
> 
> Sachin
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
> 


-- 
http://www.multitask.com.au/people/dion/
"You are going to let the fear of poverty govern your life and your
reward will be that you will eat, but you will not live." - George
Bernard Shaw

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to