Message: The following issue has been re-assigned.
Assignee: Ren� Zanner (mailto:[EMAIL PROTECTED]) --------------------------------------------------------------------- View the issue: http://opensource.atlassian.com/projects/xdoclet/browse/XDT-626 Here is an overview of the issue: --------------------------------------------------------------------- Key: XDT-626 Summary: allow weblogic task to create multiple output files Type: Improvement Status: Open Priority: Major Original Estimate: Unknown Time Spent: Unknown Remaining: Unknown Project: XDoclet Components: Bea Module Assignee: Ren� Zanner Reporter: mark lybarger Created: Wed, 3 Sep 2003 10:19 AM Updated: Wed, 1 Sep 2004 3:52 PM 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 BEA Weblogic Workshop FREE Java Enterprise J2EE developer tools! Get your free copy of BEA WebLogic Workshop 8.1 today. http://ads.osdn.com/?ad_idP47&alloc_id808&op=click _______________________________________________ xdoclet-devel mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/xdoclet-devel
