Message:

  A new issue has been created in JIRA.

---------------------------------------------------------------------
View the issue:

  http://opensource.atlassian.com/projects/xdoclet/secure/ViewIssue.jspa?key=XDT-554


Here is an overview of the issue:
---------------------------------------------------------------------
        Key: XDT-554
    Summary: The ejbdoclet task run via ant reports out of memory
       Type: Bug

     Status: Assigned
   Priority: Major

 Time Spent: Unknown
  Remaining: Unknown

    Project: XDoclet
 Components: 
             XDoclet Module

   Assignee: xdoclet-devel (Use for new issues)
   Reporter: Vince Soosai

    Created: Wed, 16 Jul 2003 8:39 AM
    Updated: Wed, 16 Jul 2003 8:39 AM
Environment: Sun Solaris Unix desktop cde 1.4

Description:
The EjbDocletTask run via ant reports an out of memory error:

[ejbdoclet] javadoc: warning - Cannot find class 
com.fascorp.isis.ejb.util.AssetGuidanceDaoLocal
[ejbdoclet] javadoc: warning - Cannot find class 
com.fascorp.isis.ejb.util.DividendDaoLocal
[ejbdoclet] javadoc: warning - Cannot find class 
com.fascorp.isis.ejb.client.consent.PartServiceFacadeRemote
[ejbdoclet] javadoc: java.lang.OutOfMemoryError: Please increase memory.
[ejbdoclet] 1 error
[ejbdoclet] 136 warnings
[ejbdoclet] For example, on the Sun Classic or HotSpot VMs, add the option -J-Xmx
[ejbdoclet] such as -J-Xmx32m.

code fragment in build.xml
=============================
      <taskdef classname="xdoclet.ejb.EjbDocletTask" classpath="${project.class.path}" 
name="ejbdoclet"/>
      <ejbdoclet classpath="${project.class.path}" destdir="${generated.dir}" 
ejbspec="2.0"
                 excludedtags="@version,@author" force="false"
line # of error-----> mergedir="${mergedir}" sourcepath="${basedir}/java">


---------------------------------------------------------------------
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: VM Ware
With VMware you can run multiple operating systems on a single machine.
WITHOUT REBOOTING! Mix Linux / Windows / Novell virtual machines at the
same time. Free trial click here: http://www.vmware.com/wl/offer/345/0
_______________________________________________
xdoclet-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/xdoclet-devel

Reply via email to