Re: Getting the Exec task to shut up

2007-05-22 Thread David Weintraub
Just tried that. Same thing. It might be a CruiseControl issue. On 5/22/07, Peter Reilly <[EMAIL PROTECTED]> wrote: I do not know why you see these messages, however you may be able to redirect them to an ant property. ... Another possiblity is to use the task. Peter On 5/22/07, David W

Re: Getting the Exec task to shut up

2007-05-22 Thread Peter Reilly
I do not know why you see these messages, however you may be able to redirect them to an ant property. ... Another possiblity is to use the task. Peter On 5/22/07, David Weintraub <[EMAIL PROTECTED]> wrote: As part of our build process, I have to convert DOS line endings to Unix line endi

Getting the Exec task to shut up

2007-05-22 Thread David Weintraub
As part of our build process, I have to convert DOS line endings to Unix line endings on shell script we package in our tarball. I use the "dos2unix" command for that which I've placed inside a shell script. Then, I have the ant "exec" task run the shell script. A funny thing, my shell script pr