Message: A new issue has been created in JIRA.
--------------------------------------------------------------------- View the issue: http://opensource.atlassian.com/projects/xdoclet/browse/XDT-1075 Here is an overview of the issue: --------------------------------------------------------------------- Key: XDT-1075 Summary: Silly toString Type: Improvement Status: Open Priority: Trivial Original Estimate: 1 minute Time Spent: Unknown Remaining: 1 minute Project: XDoclet Components: Core Versions: 1.2.4 Assignee: xdoclet-devel (Use for new issues) Reporter: Dave Brosius Created: Sun, 19 Sep 2004 3:33 AM Updated: Sun, 19 Sep 2004 3:33 AM Description: Sorry, couldn't figure out where to put this patch file: anyway, removed silly use of toString ------------------------------------------------ Index: core/src/xdoclet/tagshandler/MergeTagsHandler.java =================================================================== RCS file: /cvsroot/xdoclet/xdoclet/core/src/xdoclet/tagshandler/MergeTagsHandler.java,v retrieving revision 1.12 diff -u -r1.12 MergeTagsHandler.java --- core/src/xdoclet/tagshandler/MergeTagsHandler.java 16 Apr 2004 19:42:54 -0000 1.12 +++ core/src/xdoclet/tagshandler/MergeTagsHandler.java 19 Sep 2004 07:50:51 -0000 @@ -318,7 +318,7 @@ getXJavaDoc().getSourceClasses(); - File file = new File(getDocletContext().getDestDir().toString(), dest_file); + File file = new File(getDocletContext().getDestDir(), dest_file); /* * File beanFile = new File( destDir.toString(), javaFile( fullClassName() ) ); --------------------------------------------------------------------- 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: YOU BE THE JUDGE. Be one of 170 Project Admins to receive an Apple iPod Mini FREE for your judgement on who ports your project to Linux PPC the best. Sponsored by IBM. Deadline: Sept. 24. Go here: http://sf.net/ppc_contest.php _______________________________________________ xdoclet-devel mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/xdoclet-devel
