The following comment has been added to this issue:
Author: Panagiotis Korros
Created: Mon, 15 Sep 2003 1:12 PM
Body:
I think this is an ant bug.
see http://issues.apache.org/bugzilla/show_bug.cgi?id=17216
---------------------------------------------------------------------
View the issue:
http://opensource.atlassian.com/projects/xdoclet/secure/ViewIssue.jspa?key=XDT-419
Here is an overview of the issue:
---------------------------------------------------------------------
Key: XDT-419
Summary: memory leak when running within IDE
Type: Bug
Status: Assigned
Priority: Critical
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: Wed, 2 Apr 2003 4:30 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
-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
xdoclet-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/xdoclet-devel