The following comment has been added to this issue:
Author: Martijn Dashorst
Created: Sun, 13 Jun 2004 11:50 AM
Body:
I was thinking about a more general solution, but figured to solve the sourceforge
first ;-).
Your proposal sounds good, but I have one comment on it: how to distinguish between
the group, atid and aid? How does this show in the textual format?
Wrong text in assert fixes <url>12345</url>. Thanks to Foo Bar.
The URL of 12345 would then be:
http://sourceforge.net/tracker/index.php?func=detail&group_id=54321&atid=23456&aid=12345
This could be specified as:
issue="54321:23456:12345"
or:
issue="group=54321,tracker=23456,issue=12345"
or:
issue="group_id=54321&atid=23456&aid=&12345"
The second is more verbose, but more clear. The last is the least of the three, imo.
What do you think?
---------------------------------------------------------------------
View this comment:
http://jira.codehaus.org/browse/MPCHANGES-9?page=comments#action_20600
---------------------------------------------------------------------
View the issue:
http://jira.codehaus.org/browse/MPCHANGES-9
Here is an overview of the issue:
---------------------------------------------------------------------
Key: MPCHANGES-9
Summary: Sourceforge tracker support
Type: Improvement
Status: Open
Priority: Major
Original Estimate: Unknown
Time Spent: Unknown
Remaining: Unknown
Project: maven-changes-plugin
Assignee: Vincent Massol
Reporter: Martijn Dashorst
Created: Sun, 13 Jun 2004 11:25 AM
Updated: Sun, 13 Jun 2004 11:50 AM
Description:
The URL as it is generated now doesn't support the sourceforge (SF) tracker format.
The SF format consists of three pieces of information:
- the project id (group_id)
- the artifact id (aid)
- the artifact type id (atid)
Especially the atrifact type id is worisome, since it is needed to discriminate the
different trackers. It is not possible to retrieve an artifact by group_id and aid
alone.
In order to facilitate this, some additional information is required, namely the
tracker id.
I am creating a patch for the changes plugin which integrates the support for
sourceforge.
---------------------------------------------------------------------
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]