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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to