Message: A new issue has been created in JIRA.
--------------------------------------------------------------------- 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: Assigned Priority: Minor Time Spent: Unknown Estimate: 5 minutes Project: XDoclet Component: 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: Wed, 19 Feb 2003 1:24 AM 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/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: SlickEdit Inc. Develop an edge. The most comprehensive and flexible code editor you can use. Code faster. C/C++, C#, Java, HTML, XML, many more. FREE 30-Day Trial. www.slickedit.com/sourceforge _______________________________________________ xdoclet-devel mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/xdoclet-devel
