Message: A new issue has been created in JIRA.
--------------------------------------------------------------------- View the issue: http://opensource.atlassian.com/projects/xdoclet/secure/ViewIssue.jspa?key=XDT-243 Here is an overview of the issue: --------------------------------------------------------------------- Key: XDT-243 Summary: XDoclet Maven Improvement (add weblogic's destdir and newCMP attributes) Type: Improvement Status: Assigned Priority: Major Time Spent: Unknown Estimate: 0 minutes Project: XDoclet Component: Maven Plugin Versions: 1.2 Beta 2 Assignee: xdoclet-devel (Use for new issues) Reporter: Charles Chan Created: Thu, 9 Jan 2003 4:40 AM Updated: Thu, 9 Jan 2003 4:40 AM Description: This is a patch to add destdir and newCMP to weblogic attributes: (Sorry, I don't have CVS to do proper diff...) --- plugin.jelly.orig 2003-01-08 12:33:52.000000000 -0500 +++ plugin.jelly 2003-01-08 12:30:50.000000000 -0500 @@ -8298,6 +8298,10 @@ <weblogic> <j:set var="prop_name" value="maven.xdoclet.ejbdoclet.weblogic.${subelement_index}.createtables"/> <jelant:setProperty name="createtables" value="${context.getVariable(prop_name)}"/> + <j:set var="prop_name" value="maven.xdoclet.ejbdoclet.weblogic.${subelement_index}.destdir"/> + <jelant:setProperty name="destdir" value="${context.getVariable(prop_name)}"/> + <j:set var="prop_name" value="maven.xdoclet.ejbdoclet.weblogic.${subelement_index}.newCMP"/> + <jelant:setProperty name="newCMP" value="${context.getVariable(prop_name)}"/> <j:set var="prop_name" value="maven.xdoclet.ejbdoclet.weblogic.${subelement_index}.datasource"/> <jelant:setProperty name="datasource" value="${context.getVariable(prop_name)}"/> <j:set var="prop_name" value="maven.xdoclet.ejbdoclet.weblogic.${subelement_index}.persistence"/> --------------------------------------------------------------------- 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/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: SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See! http://www.vasoftware.com _______________________________________________ Xdoclet-devel mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/xdoclet-devel
