OK, I'll try to be more specific:
- in the build file, I want to pass a dynamically computed PDF filename, e.g
<property name="outputFile" value="${pdf.output.dir}/${product}_${version}.pdf"/>
which I expected would be read by the ant condition.
- I don't want to hardcode it in the OT, as the pdf name is dynamically generated for each pdf.
- As much as possible, I don't want to add mods to the OT itself: I want to stick to custom plugin and build file modifications only.
Question however: If the "outputFile" property is static, I really don't understand what the condition test within the ant build_xep.xml file does...
Thanks,
-Guillaume