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-
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
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
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