Ant Users List
Subject: RE: java exception when task executed with ant but not manually
Hi david,
You could try running the target 'testApp' in verbose mode.
This will print the java command used to launch the tests. You can then
compare this with the setup which is working fine
s from ant
> remain the same.
>
> Dave
>
> -Original Message-
> From: Martin Gainty [mailto:[EMAIL PROTECTED]
> Sent: Wednesday, 16 May 2007 12:00 PM
> To: Ant Users List
> Subject: Re: java exception when task executed with ant but not manually
>
> D
bject: Re: java exception when task executed with ant but not manually
Dave..what happens when you specify the dir, fork, failonerror and boost the
memory used to 128MB?
M--
This email message and any files transmitted with it contain confidential
information intended only fo
a exception when task executed with ant but not manually
Hello users,
I am getting different results when executing a java program with ant than
when I execute it manually.
When ant is used the program throws a null pointer exception eg:
[EMAIL PROTECTED] ant testApp
Buildfile: build.xml
Hello users,
I am getting different results when executing a java program with ant than
when I execute it manually.
When ant is used the program throws a null pointer exception eg:
[EMAIL PROTECTED] ant testApp
Buildfile: build.xml
init:
compile:
testApp:
[java] getting frontpage
[j