Message: A new issue has been created in JIRA.
--------------------------------------------------------------------- View the issue: http://opensource.atlassian.com/projects/xdoclet/secure/ViewIssue.jspa?key=XDT-626 Here is an overview of the issue: --------------------------------------------------------------------- Key: XDT-626 Summary: allow weblogic task to create multiple output files Type: Improvement Status: Assigned Priority: Major Time Spent: Unknown Remaining: Unknown Project: XDoclet Components: Bea Module Assignee: xdoclet-devel (Use for new issues) Reporter: mark lybarger Created: Wed, 3 Sep 2003 10:19 AM Updated: Wed, 3 Sep 2003 10:19 AM Description: I'm use the deploymenetdescriptor task as below. This creates a file called TestBean-ejb-jar.xml for a bean implementation named TestBean.java. The destinationFile element doesn't appear on the documentation on the xdoclet site. Regardless, it works very nicely for my needs. http://xdoclet.sourceforge.net/ant/xdoclet/modules/ejb/dd/EjbDotXmlSubTask.h tml <deploymentdescriptor destinationFile="{0}-ejb-jar.xml" destDir="${basedir.webapp.web-inf.src}"/> I'd like to be able to do something similar using the weblogic task, but the destinationFile doesn't seem to work. This statement creates a weblogic-ejb-jar.xml file that isn't prefixed by the bean name. <weblogic destinationFile="{0}-ejb-jar.xml" destDir="${basedir.webapp.web-inf.src}/"/> I'd like the weblogic task to support a destinationFile which allows the {0} notation that creates a file per bean. Thanks! ~Mark --------------------------------------------------------------------- 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
