The sun java compiler (javac) seems to run out of memory fairly quickly when
compiling a large number of files. I found that using jikes from IBM got
round this problem.

Andy

-----Original Message-----
From: B.A.S.Perumal [mailto:[EMAIL PROTECTED] 
Sent: 02 July 2003 11:53
To: [EMAIL PROTECTED]
Subject: Can any body help me?


Hi guys,
    In the build process, I am getting the following stack trace error,
while i am compiling 4200 java files. I made the changes in ant.bat as of
the following
 
"%_JAVACMD%" -Xms256m -Xmx384m -classpath "%LOCALCLASSPATH%"
"-Dant.home=%ANT_HOME%" %ANT_OPTS% org.apache.tools.ant.Main
%ANT_CMD_LINE_ARGS%

still i am facing the stack trace problem.
 
[compile.ecp] The system is out of resources.
[compile.ecp] Consult the following stack trace for details.
[compile.ecp] java.lang.OutOfMemoryError
[compile.ecp]   <<no stack trace available>>
 
can any one help me on this. I am using jakarta ant 1.5.1

waiting for ur early reply.
bas
 


---------------------------------
Do you Yahoo!?
The New Yahoo! Search - Faster. Easier. Bingo.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to