name="org.apache.jasper.JspC"
> failonerror="true"
> fork="true"
> maxmemory="512m">
>
> --
>
> With Ant 1.6.2 there was not problem at all, but now with 1.6.5 I only get:
> --
> [java] Exception in thread "main"
Hi,
I have a ant task used to precompile jsps. This is java command:
--
--
With Ant 1.6.2 there was not problem at all, but now with 1.6.5 I only get:
--
[java] Exception in thread "main"
BUILD FAILED
The following error occurred while executing this line:
Java returned: 1
- Original Message -
From: "Johan Adelöw" <[EMAIL PROTECTED]>
To: "Ant Users List" <[EMAIL PROTECTED]>
Sent: Wednesday, September 03, 2003 11:53 AM
Subject: RE: Exception in thread "main"
Im running Ant version 1.5.3 on a Sun Solaris 5.8, but we have ha
nt Users List (E-mail)" <[EMAIL PROTECTED]>
Sent: Tuesday, September 02, 2003 1:52 PM
Subject: Exception in thread "main"
Hi
Im experiencing what I think is a memory problem. I have a large build
including several scripts that has quite alot database interaction.
At the end of the
Hi
Im experiencing what I think is a memory problem. I have a large build
including several scripts that has quite alot database interaction.
At the end of the run I suddenly get an Exception in thread "main" and the
build fails.
If I manualy run the scripts one by one there is no prob