Splitting a

2007-05-22 Thread Tim Pettersen
Hi, One of our build targets breaks on Windows systems due to a too-long command line problem. We're using a with some include/exclude patterns to build a list of JSPs to compile, then passing the resulting set to java using the snippet below: -8<--snip-

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