Message:
The following issue has been closed.
Resolver: dion gillard
Date: Wed, 1 Oct 2003 7:39 PM
Applied
---------------------------------------------------------------------
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: Closed
Priority: Major
Resolution: FIXED
Time Spent: Unknown
Remaining: Unknown
Project: maven
Components:
plugin-jxr
Fix Fors:
1.0-rc2
Versions:
1.0-rc1
Assignee:
Reporter: Matthias Stutz
Created: Tue, 16 Sep 2003 4:15 AM
Updated: Wed, 1 Oct 2003 7:39 PM
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]