Message:

  A new issue has been created in JIRA.

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

Here is an overview of the issue:
---------------------------------------------------------------------
        Key: XDT-1231
    Summary: axisdeploy destinationFile causes "Unexpected error"
       Type: Bug

     Status: Open
   Priority: Major

 Original Estimate: Unknown
 Time Spent: Unknown
  Remaining: Unknown

    Project: XDoclet
 Components: 
             Apache Module
   Versions:
             1.2.1

   Assignee: xdoclet-devel (Use for new issues)
   Reporter: Michael Bauer

    Created: Wed, 12 Jan 2005 2:27 PM
    Updated: Wed, 12 Jan 2005 2:27 PM
Environment: Windows XP
Ant 1.6.2
JRE 1.4.2_05

Description:
If I try specify the destinationFile in axisdeploy tag, I get an "Unexpected 
error"  As soon as I remove it, everything works fine, and the file is written 
out as "deploy-<ClassName>.xml".  The ant task looks like:
                <ejbdoclet
              destdir="${src.dir}"
              excludedtags="@version,@author"
              ejbspec="2.0" >
                        <fileset dir="${src.dir}">
                                <include name="**/*.java" />
                        </fileset>
                        <localinterface />
                        <remoteinterface/>
                        <homeinterface />
                        <localhomeinterface />
                        <entitypk/>
                        <dataobject/>
                        <deploymentdescriptor destdir="${build.dir}/META-INF"/>
                        <jboss version="3.0" destdir="${build.dir}/META-INF" 
                  datasource="java:/LocalDS"
                  typemapping="mySQL" />
                        <axisdeploy
                                destdir="${build.dir}/META-INF"
                                prefixWithPackageStructure="false" 
                                destinationfile="web-service.xml" />
                </ejbdoclet>


---------------------------------------------------------------------
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



-------------------------------------------------------
The SF.Net email is sponsored by: Beat the post-holiday blues
Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek.
It's fun and FREE -- well, almost....http://www.thinkgeek.com/sfshirt
_______________________________________________
xdoclet-devel mailing list
xdoclet-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xdoclet-devel

Reply via email to