Message: A new issue has been created in JIRA.
--------------------------------------------------------------------- View the issue: http://opensource.atlassian.com/projects/xdoclet/secure/ViewIssue.jspa?key=XDT-374 Here is an overview of the issue: --------------------------------------------------------------------- Key: XDT-374 Summary: Nested class fix broke XML format? Type: Bug Status: Assigned Priority: Critical Time Spent: Unknown Estimate: 0 minutes Project: XDoclet Component: None Versions: 1.2 Beta 3 Assignee: xdoclet-devel (Use for new issues) Reporter: Russell Sears Created: Tue, 11 Mar 2003 11:57 PM Updated: Tue, 11 Mar 2003 11:57 PM Environment: Debian Linux, using current CVS. Description: The nested subclass issue was fixed, so I downloaded + compiled the latest version out of CVS. Now I get the following output. Note the nested comments in the XML. Hibernate's XML parser refuses to parse this, saying that "--" isn't allowed in XML comments. Good job fixing the nested classes; when I remove the erroneous comments, it seems to work fine. Thanks. The output looks like this (....'s for brevity): <!-- JRS:FIXME - why was this self inclusion here? A mistake? <subclass name="foo"> <property .../> .... <!-- JRS:FIXME - why was this self inclusion here? A mistake? <subclass name="fooSub"> <property .../> .... <!-- JRS:FIXME - why was this self inclusion here? A mistake? --> </subclass> --> </subclass> --> --------------------------------------------------------------------- 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:Crypto Challenge is now open! Get cracking and register here for some mind boggling fun and the chance of winning an Apple iPod: http://ads.sourceforge.net/cgi-bin/redirect.pl?thaw0031en _______________________________________________ xdoclet-devel mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/xdoclet-devel
