Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "Talk:Using Sourceforge with Mylyn"

(Update suggestion)
 
Line 3: Line 3:
 
So my suggestion is to add two modifications to this how-to:<br>  
 
So my suggestion is to add two modifications to this how-to:<br>  
  
#Instead of using the regular web page as input for the connector (ie: ${serverUrl}/tracker2/?group_id=${group_id}&amp;atid=${atid}&amp;set=custom&amp;_status=1) it is easyer to use the RSS feed for the bugs, just changing the line to "${serverUrl}/tracker2/?group_id=func=rssfeed&amp;${group_id}&amp;atid=${atid}&amp;set=custom&amp;_status=1"<br>  
+
#Instead of using the regular web page as input for the connector (ie: ${serverUrl}/tracker2/?group_id=${group_id}&amp;atid=${atid}&amp;set=custom&amp;_status=1) it is easyer to use the RSS feed for the bugs, just changing the line to "${serverUrl}/tracker2/?group_id='''func=rssfeed'''&amp;${group_id}&amp;atid=${atid}&amp;set=custom&amp;_status=1"<br>  
 
#The URLs provided are refering to ${serverUrl}/tracker2, but the current SF page uses ${serverUrl}/tracker (without the 2).<br>
 
#The URLs provided are refering to ${serverUrl}/tracker2, but the current SF page uses ${serverUrl}/tracker (without the 2).<br>
  
 
--[[User:Gabriel.agm.gmail.com|Gabriel.agm.gmail.com]] 17:13, 14 October 2010 (UTC)
 
--[[User:Gabriel.agm.gmail.com|Gabriel.agm.gmail.com]] 17:13, 14 October 2010 (UTC)

Revision as of 13:14, 14 October 2010

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