Re: 'Exception in thread "main"' for java after Ant upgrade to 1.6.5

2005-10-12 Thread Felix Seeger
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"

'Exception in thread "main"' for java after Ant upgrade to 1.6.5

2005-09-19 Thread Felix Seeger
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

Re: Exception in thread "main"

2003-09-03 Thread Antoine Levy-Lambert
- 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

Re: Exception in thread "main"

2003-09-02 Thread Antoine Levy-Lambert
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

Exception in thread "main"

2003-09-02 Thread Johan Adelöw
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