Is it possible in the future to make <condition> a top level element?
It's essentially the same idea as <property>, but with restrictions.
The basic reason is that i'd like to have something like this at the
top of my project:

<condition property="script.extension" value=".sh">
   <os family="unix" />
</condition>

<condition property="script.extension" value=".bat">
   <os family="windows" />
</condition>


So that I don't have to muddy up the depend structure in
order for a target to know what extension to use for a script
file on the current os.

Thoughts?

----------------
Matthew Inger [EMAIL PROTECTED]
Software Developer
Synygy, Inc
610-664-7433 x 7770
"Man who jump off cliff, leap to conclusions." - Confucious

Reply via email to