Re: Apply task argument issues...

2005-09-28 Thread Matt Benson
--- Nicolas Vervelle <[EMAIL PROTECTED]> wrote: [SNIP] > - try a to add a "+" before your filename, > set addsourcefile to > false, and use I would expect this to work; however by faking the target filename incremental builds won't work. At present it might be best to subclass apply to achieve

Re: Apply task argument issues...

2005-09-26 Thread Nicolas Vervelle
Hi, A few ideas (not tested, just ideas) : - use a task for iterating through the fileset. - try a to add a "+" before your filename, set addsourcefile to false, and use Hope this helps, Nicolas Alan Moss wrote: I have an issue WRT the apply task. I need it to be much more flexible than

Re: Apply task argument issues...

2005-09-26 Thread Alan Moss
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...

2005-09-26 Thread Alan Moss
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