Why do you think this is a memory problem? As Stephane says you are getting an "IO" exception NOT an OutOfMemory error.
Check your swap space while performing a build and see what happens to it. Regards, Pete. On Fri, 16 Nov 2001 16:52:44 +0100 H�l�ne JOANIN <[EMAIL PROTECTED]> wrote: > Stephane Bailliez wrote: > > > > I'm afraid the error you are having is not due to a memory problem but to a > > disk space problem. > > As the message says, it's a I/O Exception not a Memory error. > > Hi Stephane, > > First of all, thank you very much for your reply. > I'm sure this is a memory problem. > Indeed the error message I get with the -verbose option is: > java.io.IOException: Not enough space > at java.lang.UNIXProcess.forkAndExec(Native Method) > at java.lang.UNIXProcess.<init>(UNIXProcess.java:54) > at java.lang.Runtime.execInternal(Native Method) > at java.lang.Runtime.exec(Runtime.java:551) > at java.lang.reflect.Method.invoke(Native Method) > at > org.apache.tools.ant.taskdefs.Execute$Java13CommandLauncher.exec(Execute.java:564) > at org.apache.tools.ant.taskdefs.Execute.execute(Execute.java:384) > > Kind regards. > H�l�ne. > -- > -=- H�l�ne JOANIN -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- > mailto:[EMAIL PROTECTED] http://www.evidian.com > Phone: 33.4.76.29.73.53 Fax: 33.4.76.29.76.00 > Download our EJB Server JOnAS at http://www.objectweb.org > > -- > To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> > For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> > -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
