Stephen,

OK, I'll have another look. If an externaly property should be set, Ant should warn rather than do nothing (as it was doing for dist-lite). Ant really needs if/else logic for complex preperty setting.

- Paul H

It works perfectly if you provide the appropriate relative path for the property ${xerces.path} - e.g. "../jakarta-avalon/tools/lib".

Steve.

+ <copy file="${xerces.jar}" todir="${bin.dist.lib}"/>
+ <!--
+ This was not copying for relatively local ..\jakarta-avalon\tools\lib\xerces.jar - PH
<copy todir="${bin.dist.lib}">
<fileset dir="${xerces.dir}">
<include name="${xerces.file}" if="xerces.present"/>
</fileset>
</copy>
+ -->




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







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



Reply via email to