Hi,

It looks like you can define properties in the project.xml but it does not 
seem to work? I tried to add

<project>
...
    <properties>
        <blah>true</blah>
    </properties>
</project>

and I expected the property blah to be set to value true but running a simple 
target like

    <goal name="test">
        <echo message="blah=${blah}"/>
    </goal>

Indicates it wasn't set. So what am I doing wrong?

Also how does this interact with inheritance .. ie will sub-projects inherit 
the properties?

-- 
Cheers,

Peter Donald
-----------------------------------------------------------------------
|  I thought there was a knob on the TV to turn up the intelligence.  |
|      There's a knob called "brightness", but it doesn't work.       |
----------------------------------------------------------------------- 



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

Reply via email to