Skip to main content

Notice: This Wiki is now read only and edits are no longer possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Talk:Using Sourceforge with Mylyn

Revision as of 13:13, 14 October 2010 by Unnamed Poltroon (Talk) (Update suggestion)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

I've followed this tutorial and ended up receiving an error from Mylyn > "Invalid XML: Error on line 125..."
It ends up that an advertising from the SF web page was buggy and making the connector fail.

So my suggestion is to add two modifications to this how-to:

  1. Instead of using the regular web page as input for the connector (ie: ${serverUrl}/tracker2/?group_id=${group_id}&atid=${atid}&set=custom&_status=1) it is easyer to use the RSS feed for the bugs, just changing the line to "${serverUrl}/tracker2/?group_id=func=rssfeed&${group_id}&atid=${atid}&set=custom&_status=1"
  2. The URLs provided are refering to ${serverUrl}/tracker2, but the current SF page uses ${serverUrl}/tracker (without the 2).

--Gabriel.agm.gmail.com 17:13, 14 October 2010 (UTC)

Back to the top