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 2004/04/26 20:20:11 UTC

[jira] Updated: (MPJAVADOC-22) trim absolute paths to basedir in javadoc report

The following issue has been updated:

    Updater: fabrizio giustina (mailto:fgiust@sapient.com)
       Date: Mon, 26 Apr 2004 2:18 PM
    Comment:
cvs diff
    Changes:
             Attachment changed to javadoc_report_path.diff
    ---------------------------------------------------------------------
For a full history of the issue, see:

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

---------------------------------------------------------------------
View the issue:
  http://jira.codehaus.org/secure/ViewIssue.jspa?key=MPJAVADOC-22

Here is an overview of the issue:
---------------------------------------------------------------------
        Key: MPJAVADOC-22
    Summary: trim absolute paths to basedir in javadoc report
       Type: Improvement

     Status: Open
   Priority: Major

 Original Estimate: 5 minutes
 Time Spent: Unknown
  Remaining: 5 minutes

    Project: maven-javadoc-plugin

   Assignee: Jason van Zyl
   Reporter: fabrizio giustina

    Created: Mon, 26 Apr 2004 2:17 PM
    Updated: Mon, 26 Apr 2004 2:18 PM

Description:
actually the javadoc report generated by the plugin includes the full path on the filesystem for any file. This patch trims all the paths to basedir, removing any environment specific information and shortening lines.

After the patch this:
[javadoc] Loading source file C:\source\maven\src\java\org\apache\maven\cli\App.java...
[javadoc] Loading source file C:\source\maven\src\java\org\apache\maven\cli\CLIManager.java...

is trimmed to:
Loading source file src\java\org\apache\maven\cli\App.java...
Loading source file src\java\org\apache\maven\cli\CLIManager.java...



---------------------------------------------------------------------
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