-
> From: ext Stefan Bodewig [mailto:[EMAIL PROTECTED]
> Sent: 05 September, 2003 15:06
> To: [EMAIL PROTECTED]
> Subject: Re: problem with the java task...help
> needed urgent
>
>
> On Fri, 5 Sep 2003, Laxma Nandikonda
> <[EMAIL PROTECTED]>
> wrote:
>
>
To: [EMAIL PROTECTED]
Subject: Re: problem with the java task...help needed urgent
On Fri, 5 Sep 2003, Laxma Nandikonda <[EMAIL PROTECTED]>
wrote:
> 1. How can I overcome this problem of too long command line.
Don't fork.
Use $CLASSPATH instead of expanding it.
> I have
It sounds like it's crashed with no output but the forked JVM hasn't
terminated - ANT will wait to join up with any forked JVM. Don't be fooled
into thinking that ANT will spawn another long-lived JVM and then the ANT
JVM will exit.
Have you tried running in verbose and then executing the command
Hi Laxma,
I suppose the Java application that you want to start with the task
is really a kind of background process or server running permanently.
With ant 1.5, you can use parallel to do other activities in ant while your
application server is being started and run, or you can use the exec task