You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by ji...@codehaus.org on 2003/09/24 08:25:10 UTC

[jira] Updated: (MAVEN-822) Wrong output if packagename contains underscore

The following issue has been updated:

    Updater: dion gillard (mailto:dion@apache.org)
       Date: Wed, 24 Sep 2003 1:23 AM
    Changes:
             Fix Version changed to 1.1
    ---------------------------------------------------------------------
For a full history of the issue, see:

  http://jira.codehaus.org/secure/ViewIssue.jspa?key=MAVEN-822&page=history

---------------------------------------------------------------------
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
   Fix Fors:
             1.1
   Versions:
             1.0-rc1

   Assignee: 
   Reporter: Matthias Stutz

    Created: Tue, 16 Sep 2003 4:15 AM
    Updated: Wed, 24 Sep 2003 1:23 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: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org