Re: Apply task argument issues...
Oh yeah, the reason the current ANT way of executing this causes a space to be inserted in-between the + and the filename. This, in turn, causes util.exe to fail. > > > > > - To unsubscribe, e-ma
Apply task argument issues...
I have an issue WRT the apply task. I need it to be much more flexible than the documentation states it is. Let's say I'm using a tool that has odd command line options like this: util.exe [options] +|- where options is optional and you must specify + or - Given the current way in wh