Message: The following issue has been re-assigned.
Assignee: xdoclet-devel (Use for new issues) (mailto:[EMAIL PROTECTED]) --------------------------------------------------------------------- View the issue: http://opensource.atlassian.com/projects/xdoclet/secure/ViewIssue.jspa?key=XDT-313 Here is an overview of the issue: --------------------------------------------------------------------- Key: XDT-313 Summary: WebLogicSubTask ignores setting of templateFile Type: Bug Status: Open Priority: Minor Original Estimate: 5 minutes Time Spent: Unknown Remaining: 5 minutes Project: XDoclet Components: Bea Module Versions: 1.2 Beta 2 Assignee: xdoclet-devel (Use for new issues) Reporter: Enno Runne Created: Wed, 19 Feb 2003 1:24 AM Updated: Thu, 22 Jan 2004 5:27 PM Description: The weblogic sub-task overwrites the setting of a custom template file. In execute it should check if a template is already set. And use the default only if the template url is null. xdoclet.modules.bea.wls.ejb.WebLogicSubTask.java: ... public void execute() throws XDocletException ... if (getTemplateURL() == null) { setTemplateURL(getClass().getResource(WEBLOGIC_DEFAULT_TEMPLATE_FILE)); } --------------------------------------------------------------------- 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 EclipseCon 2004 Premiere Conference on Open Tools Development and Integration See the breadth of Eclipse activity. February 3-5 in Anaheim, CA. http://www.eclipsecon.org/osdn _______________________________________________ xdoclet-devel mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/xdoclet-devel
