> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > I have been trying to automate our deployment to WebSphere 5.0 on z/OS and > whenever I try to compile the source code I receive the following Out of > Memory error: > > compile: > [echo] ------------------------------------------------------------ > [echo] Compiling SPI - Specific Property Information > [javac] Compiling 136 source files > [javac] The system is out of resources. > [javac] Consult the following stack trace for details. > > [javac] java.lang.OutOfMemoryError
Javac pre-JDK 1.4.2 was leaking memory. The usual turn around is to fork all the <javac> invocations (<javac fork="true" .../>). --DD --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]