Why not have it automatic and add the property as a global property in the 
relevant build files as follows:

<property name="${os.name}"             value="${os.name}" />

Then make appropriate changes to "if=..." (ie; "Linux" not "linux")


The only properties that should be in the "build.properties" file are user 
preferences and NOT hardcore system relevant properties that can be 
ascertained with a built-in property.

Anthony



> On Tue, 21 May 2002, Anthony W. Marino wrote:
> > Where/when does the "linux" property get set?
>
> In your build.properties.
>
> Hopefully we'll be able to automate this ( extract it from System
> properties ), or at least document it better.
>
> Costin



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

Reply via email to