teknopaul - 2007-08-15

Logged In: YES
user_id=616485
Originator: NO

Off the top of my head I think it might be tricky. What if I added an ifProperty attribute to the antinstaller-property embeded AntTask which could be launched from a postTarget?

e.g.
<antinstaller-property ifProperty="${FQDN}!=null" name="port" value="80"/>
<antinstaller-property ifProperty="${FQDN}!=null" name="blah.prop" value="blah.default"/>

This might solve your problem without having to fiddle with the ifProperty logic.

Let me know if this sounds viable.