>Will the value of 'xsl.file' always be interface.xsl?

No. Can be overridden while starting with
  ant -Dxsl.file=another.stuff


>Also does the value of <available> matter since 'xml.file' in 
><condition> has the value.

Manual::CoreTasks::Condition-Supported conditions

  available

  This condition is identical to the Available task, all attributes and 
  nested elements of that task are supported, the property and value attributes 
  are redundant and will be ignored.


>
>        <property name="xsl.file" value="interface.xsl"/>

>         <!-- Set mom path -->
>         <condition property="xml.file" value="rbsmomComplete.xml">

Usually properties are immutable, so after setting via <property> nothing 
should happend. But I´m not sure if <condition> does that too...

Jepp - seems so: getProject().setNewProperty() is used.


Jan

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

Reply via email to