https://issues.apache.org/bugzilla/show_bug.cgi?id=50553
--- Comment #2 from [email protected] 2011-01-06 14:53:20 EST --- I'll have to take a look at the source to understand the issue with immutable properties, since I'm not sure how the errorproperty and outputproperty would get set. That said, it actually does work to use <arg value="-f" /><srcfile />. I just tried. I thought I had seen in the past that in some cases separating the option from it's optarg (<arg value="-o" /><arg value="optarg" />) caused the executable being invoked to not correctly see the optarg as being associated with its option. This would subsequently cause a failure when the executable parsed its arguments. Interesting. Thanks for the help. You've resolved my issue; I suppose we can go ahead and close the bug unless you want to tackle the much more broadly-scoped issue of getting the dirname of srcfile and passing *that* as an argument to the executable ;-) -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug.
