java-dev

[Prev] Thread [Next]  |  [Prev] Date [Next]

Re: ant and javaVM -Xmx256m -Xms384m -Xss12m Greg Guerin Mon Jun 22 04:04:11 2009

Pierre Stadelmann wrote:

How to change build.xml as defined by XCode project in order to configure java jre with a larger heap size in order to avoid java out of memory errors during build?

First, refer to Ant's user manual, and find the specific ant-task and attributes required.

http://ant.apache.org/manual/

http://ant.apache.org/manual/CoreTasks/javac.html

http://ant.apache.org/manual/CoreTasks/java.html

Second, edit the "build.xml" file to have the necessary build parameters. You can edit build.xml in Xcode's editor, or use any editor that can edit plain text files.

  -- GG

_______________________________________________
Do not post admin requests to the list. They will be ignored.
Java-dev mailing list      ([EMAIL PROTECTED])
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/java-dev/alexiscircle%40gmail.com

This email sent to [EMAIL PROTECTED]