The following comment has been added to this issue: Author: Matthias Germann Created: Sat, 26 Mar 2005 9:45 AM Body: I tried the latest version from CVS in the following environment and did not see the memory leak:
- Gentoo Linux - SUN JDK 1.4.2_07 - Eclipse 3.0.2 - Ant 1.6.2 I saw that a memory leak in the AntClassLoader was fixed in Ant 1.6.2 (see http://mirror.switch.ch/mirror/apache/dist/ant/README.html). Maybe, it was Ant's memory leak which caused the problems. Can anybody else please try to reproduce the memory leak? Regards, Matthias --------------------------------------------------------------------- View this comment: http://opensource.atlassian.com/projects/xdoclet/browse/XDT-419?page=comments#action_16196 --------------------------------------------------------------------- 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 9:45 AM 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