Mich F wrote:

Thanks a lot! Is there a way to add -Xmx512m in build.xml rather than ant.bat? I know java, javac, etc. has jvmarg tag, but couldn't find one for <ejbdoclet...>

No. This is something you tell your JVM to do, not your java program. Has to be done before you launch java. ant/build.xml/ejbdoclet/xdoclet is too late. Java (the JVM) is already running by then ;-)

Aslak

--
http://blogs.codehaus.org/people/rinkrank/




------------------------------------------------------- This SF.Net email sponsored by: Free pre-built ASP.NET sites including Data Reports, E-commerce, Portals, and Forums are available now. Download today and enter to win an XBOX or Visual Studio .NET. http://aspnet.click-url.com/go/psa00100003ave/direct;at.aspnet_072303_01/01 _______________________________________________ xdoclet-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/xdoclet-user

Reply via email to