Issue Details (XML | Word | Printable)

Key: MAVEN-1587
Type: Bug Bug
Status: Closed Closed
Resolution: Fixed
Priority: Major Major
Assignee: Brett Porter
Reporter: Vincent Siveton
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
Maven 1

Obsolete links in org.apache.maven.cli.App class

Created: 03/Apr/05 09:55 AM   Updated: 08/Mar/06 10:44 PM   Resolved: 24/May/05 01:53 AM
Component/s: cli
Affects Version/s: 1.0.2
Fix Version/s: 1.1-beta-1

Time Tracking:
Not Specified

File Attachments: 1. Zip Archive trunk.zip (25 kB)

Environment: WindowsXP


 Description  « Hide

Http links are not updated in the displayBugReportHelp() method:
This link :
http://jira.codehaus.org/BrowseProject.jspa?id=10030
should be replaced by this following link:
http://jira.codehaus.org/browse/MAVEN

In the same way,
http://mail-archives.apache.org/eyebrowse/SummarizeList?listName=users@maven.apache.org
should be
http://www.mail-archive.com/users@maven.apache.org

Different solutions have been discussed:

  • adding resources files for links;
  • translating messages.

The proposed patch (hopefully attached) should contain test cases and diff file.
To try it, just call my ant file after calling the build-bootstrap task.
trunk\ant AppTest



Brett Porter added a comment - 24/May/05 01:53 AM

applied, thanks