Message:

  A new issue has been created in JIRA.

---------------------------------------------------------------------
View the issue:
  http://opensource.atlassian.com/projects/xdoclet/browse/XDT-1318

Here is an overview of the issue:
---------------------------------------------------------------------
        Key: XDT-1318
    Summary: destDir attribute must be present
       Type: Bug

     Status: Open
   Priority: Major

 Original Estimate: Unknown
 Time Spent: Unknown
  Remaining: Unknown

    Project: XDoclet
 Components: 
             Core
   Versions:
             1.2.2

   Assignee: xdoclet-devel (Use for new issues)
   Reporter: Andre Kovacs

    Created: Tue, 29 Mar 2005 4:38 PM
    Updated: Tue, 29 Mar 2005 4:38 PM
Environment: Windows 2000

Description:
A "destDir attribute must be present" error at 
xdoclet.DocletTask.validateOptions(DocletTask.java:495) occours when I try to 
invoke multiple times the following ant target:
"<target name="generate_facade_base">
        
                <taskdef name="genegate-facade-doclet" 
classname="xdoclet.DocletTask" 
classpath="${XDOCLET_HOME}\patche;${XDOCLET_HOME}\lib\xdoclet-1.2.2.jar;${XDOCLET_HOME}\lib\xjavadoc-1.1.jar;${XDOCLET_HOME}2\lib\xdoclet-ejb-module-1.2.2.jar;${XDOCLET_HOME}\lib\commons-collections-2.0.jar;${XDOCLET_HOME}\lib\commons-logging.jar;${WL_HOME}\lib\weblogic.jar"/>
                <genegate-facade-doclet destDir="./src">
                        <fileset dir="./src" >
                                <include name="**/${MODULE_NAME}Helper.java"/>
                        </fileset>
                        <template templateFile="./genegate-bean-doclet.xdt" 
destinationFile="{0}Bean.java">
                                <configParam name="MODULE_NAME" 
value="${MODULE_NAME}"/>
                                <configParam name="MODULE_ROOT_PACKAGE" 
value="${MODULE_ROOT_PACKAGE}"/>
                        </template>
                        <template templateFile="./genegate-delegate-doclet.xdt" 
destinationFile="{0}BD.java">
                                <configParam name="MODULE_NAME" 
value="${MODULE_NAME}"/>
                                <configParam name="MODULE_ROOT_PACKAGE" 
value="${MODULE_ROOT_PACKAGE}"/>
                        </template>
                </genegate-facade-doclet>
                <move 
file="./src/${MODULE_ROOT_DIR}/helper/${MODULE_NAME}HelperBean.java" 
tofile="./src/${MODULE_ROOT_DIR}/facade/ejb/${MODULE_NAME}Bean.java"/>
                <move 
file="./src/${MODULE_ROOT_DIR}/helper/${MODULE_NAME}HelperBD.java" 
tofile="./src/${MODULE_ROOT_DIR}/delegate/${MODULE_NAME}BD.java"/>
        
        </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

Reply via email to