Message: The following issue has been re-assigned.
Assignee: Heiko W. Rupp (mailto:[EMAIL PROTECTED]) --------------------------------------------------------------------- View the issue: http://opensource.atlassian.com/projects/xdoclet/browse/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 Fix Fors: 1.2.2 Versions: 1.2 Beta 2 Assignee: Heiko W. Rupp Reporter: Enno Runne Created: Wed, 19 Feb 2003 1:24 AM Updated: Thu, 5 Aug 2004 3:26 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/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 OSTG. Have you noticed the changes on Linux.com, ITManagersJournal and NewsForge in the past few weeks? Now, one more big change to announce. We are now OSTG- Open Source Technology Group. Come see the changes on the new OSTG site. www.ostg.com _______________________________________________ xdoclet-devel mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/xdoclet-devel
