The following comment has been added to this issue: Author: Mike Youngstrom Created: Sat, 26 Mar 2005 12:00 PM Body: Can't speak for anyone else but this hasn't been a problem for me since eclipse 3.0 began allowing ant to run in a differen jvm. So for me it's not a problem anymore. --------------------------------------------------------------------- View this comment: http://opensource.atlassian.com/projects/xdoclet/browse/XDT-419?page=comments#action_16198
--------------------------------------------------------------------- View the issue: http://opensource.atlassian.com/projects/xdoclet/browse/XDT-419 Here is an overview of the issue: --------------------------------------------------------------------- Key: XDT-419 Summary: memory leak when running within IDE Type: Bug Status: Open Priority: Critical Original Estimate: 0 minutes Time Spent: Unknown Remaining: 0 minutes Project: XDoclet Components: EJB Module Versions: 1.2 Beta 2 Assignee: xdoclet-devel (Use for new issues) Reporter: Konrad Hosemann Created: Wed, 2 Apr 2003 4:30 AM Updated: Sat, 26 Mar 2005 12:00 PM Environment: - NetBeans 3.4.1, Linux, Blackdown 1.4.1_01 || Sun 1.4.1_02 || Sun 1.4.0_02 - Eclipse 2.1, Win XP, Sun 1.4.1_02 Description: 2-5 MB leak (watched with ps on Linux and Taskmanager on Win) every time xdoclet is run from an ant script within the IDE. After several times IDE dies with an OutofMemoryError when trying to start the xdoclet task. <target depends="init" name="ejbdoclet"> <taskdef classname="xdoclet.modules.ejb.EjbDocletTask" name="ejbdoclet"> <classpath refid="xdoclet.classpath"/> </taskdef> <ejbdoclet destdir="${srcdir}" ejbspec="2.0" excludedtags="@version,@author" force="${xdoclet.force}"> <fileset dir="${srcdir}"> <include name="**/*Bean.java"/> </fileset> <packageSubstitution packages="ejb" substituteWith="interfaces"/> <dataobject/> <remoteinterface/> <localinterface/> <homeinterface/> <localhomeinterface/> <entitypk/> <entitycmp/> <utilobject cacheHomes="true" kind="physical"/> <deploymentdescriptor destdir="${builddir}/META-INF"/> <jboss datasource="java:/DefaultDS" destdir="${builddir}/META-INF" typemapping="PostgreSQL" version="3.0" xmlencoding="UTF-8" securityDomain="java:/jaas/episemaction"/> </ejbdoclet> </target> --------------------------------------------------------------------- JIRA INFORMATION: This message is automatically generated by JIRA. If you think it was sent incorrectly contact one of the administrators: http://opensource.atlassian.com/projects/xdoclet/secure/Administrators.jspa If you want more information on JIRA, or have a bug to report see: http://www.atlassian.com/software/jira ------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click _______________________________________________ xdoclet-devel mailing list xdoclet-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/xdoclet-devel