I am using the signjar task, Ant 1.4.1, and am getting an OutOfMemoryError.

I see that jarsigner on the command line requires VM options to be passed using -J-Xms128m -J-Xmx256m arguments. Is there a way to do this in the signjar task. Or in all ant tasks, in general?

Note: setting ANT_OPTS does not work. I have that set to 128m and 256m already, which works for compilation using javac. However, jarsigner is not passed these and fails.

Thanks in advance,

Jim







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



Reply via email to