Message: A new issue has been created in JIRA.
--------------------------------------------------------------------- View the issue: http://jira.codehaus.org/secure/ViewIssue.jspa?key=MAVEN-822 Here is an overview of the issue: --------------------------------------------------------------------- Key: MAVEN-822 Summary: Wrong output if packagename contains underscore Type: Bug Status: Unassigned Priority: Major Time Spent: Unknown Remaining: Unknown Project: maven Components: plugin-jxr Versions: 1.0-rc1 Assignee: Reporter: Matthias Stutz Created: Tue, 16 Sep 2003 4:15 AM Updated: Tue, 16 Sep 2003 4:15 AM Environment: WindowsNT/2000, JDK1.3.1 Description: The generated documentations has wrong package directories if the package contains an underscore. The fix could be the following: Class 'org.apache.maven.jxr.pacman.JavaFileImpl'. The used StreamTokenizer has to be extended by '_' as a word character: private StreamTokenizer getTokenizer() throws IOException { ... stok.commentChar('*'); stok.wordChars('_', '_'); // add here the underscore character as an word character ... } --------------------------------------------------------------------- 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]
