You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@ant.apache.org by Leon Pu <le...@yahoo.com.cn> on 2005/11/29 15:56:46 UTC

Max memory usage of org.apache.tools.ant.Task extends class

Hi all,

is it possible to configure the max memory usage of
org.apache.tools.ant.Task extends class?

Here is my current build script. It will out of memory when the task is
memory cosuming.

[build-script]
<taskdef name="mytask" classname="com.foo.task.MyTask"
classpath="${run.class.path}" />
<mytask arg1="${arg1} arg2="${arg2} />
[build-script]


Best regards,
Leon


	
		
__________________________________ 
Yahoo! Mail - PC Magazine Editors' Choice 2005 
http://mail.yahoo.com

---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@ant.apache.org
For additional commands, e-mail: user-help@ant.apache.org