Message: A new issue has been created in JIRA.
--------------------------------------------------------------------- View the issue: http://jira.codehaus.org/secure/ViewIssue.jspa?key=MPLINKCHECK-8 Here is an overview of the issue: --------------------------------------------------------------------- Key: MPLINKCHECK-8 Summary: File names should be quoted Type: Bug Status: Open Priority: Major Original Estimate: Unknown Time Spent: Unknown Remaining: Unknown Project: maven-linkcheck-plugin Assignee: Ben Walding Reporter: Daniel Bonniot Created: Sat, 14 Feb 2004 5:48 AM Updated: Sat, 14 Feb 2004 5:48 AM Description: I happen to have a generated html file whose name is '<init>.html'. Linkcheck processes that file fine, but then it creates this report: <file> <name>nicedoc/nice/lang/<init>.html</name> <successful>0</successful> <unsuccessful>0</unsuccessful> </file> This is ill-formed xml, and xdoc rightfully chokes on it. linkcheck should use a quoting function to handle special character like <, >, &, ... in file names. I suppose such a function already exists, I just don't know where. If somebody point it out, I could do the patch to linkcheck. --------------------------------------------------------------------- JIRA INFORMATION: This message is automatically generated by JIRA. If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa If you want more information on JIRA, or have a bug to report see: http://www.atlassian.com/software/jira --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
