Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Mylyn » Using Mylyn with sourceforge trackers
Using Mylyn with sourceforge trackers [message #21757] Mon, 13 August 2007 21:07 Go to next message
Erik Norvelle is currently offline Erik NorvelleFriend
Messages: 6
Registered: July 2009
Junior Member
Greetings all,

Has anyone successfully gotten Mylyn to work with Sourceforge trackers via the
generic Web connecter? I have followed the FAQ available on Eclipsepedia, but
was unable to even get the basic task query to work, much to be able to create
new tasks on the sourceforge server.

Any help appreciated... TKA!

Erik Norvelle
TextCite Project
http://sourceforge.net/projects/textcite
Re: Using Mylyn with sourceforge trackers [message #23864 is a reply to message #21757] Mon, 27 August 2007 05:38 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: beatmik.acm.org

Erik,

If you haven't yet looked at the following entry you should do so:

http://wiki.eclipse.org/Using_Sourceforge_with_Mylyn

If you have already looked at that, first try to see if you can get it
to work with the template without modifying the template, then modify
the template adding your projects' parameters.

Mik

Erik Norvelle wrote:
> Greetings all,
>
> Has anyone successfully gotten Mylyn to work with Sourceforge trackers via the
> generic Web connecter? I have followed the FAQ available on Eclipsepedia, but
> was unable to even get the basic task query to work, much to be able to create
> new tasks on the sourceforge server.
>
> Any help appreciated... TKA!
>
> Erik Norvelle
> TextCite Project
> http://sourceforge.net/projects/textcite
Re: Using Mylyn with sourceforge trackers [message #69452 is a reply to message #23864] Mon, 15 June 2009 13:08 Go to previous messageGo to next message
Andreas Goetz is currently offline Andreas GoetzFriend
Messages: 110
Registered: July 2009
Senior Member
Hi Mik,

I've configured SF according to the Wiki but have the issue that only
the first bug is retrieved

group_id: 88349
atid: 586362

url:
${serverUrl}/tracker2/?group_id=${group_id}&atid=${atid} &set=custom&_status=1


pattern: <a
href=" /tracker/\?func=detail&aid=(.+?)&group_id=${group_id }&atid=${atid} ">(.+?)</a>


Doesn't seem to matter if tracker or tracker2. I'm suspecting this might
be an issue with the mylyn regexp?

I'm running Mylyn Connector: Web Templates (Advanced)
3.2.0.I20090614-2300-e3x org.eclipse.mylyn.web.tasks_feature.feature.group

Best regards,
Andreas


On 27.08.2007 07:38, Mik Kersten wrote:
> Erik,
>
> If you haven't yet looked at the following entry you should do so:
>
> http://wiki.eclipse.org/Using_Sourceforge_with_Mylyn
>
> If you have already looked at that, first try to see if you can get it
> to work with the template without modifying the template, then modify
> the template adding your projects' parameters.
>
> Mik
>
> Erik Norvelle wrote:
>> Greetings all,
>>
>> Has anyone successfully gotten Mylyn to work with Sourceforge trackers
>> via the generic Web connecter? I have followed the FAQ available on
>> Eclipsepedia, but was unable to even get the basic task query to work,
>> much to be able to create new tasks on the sourceforge server.
>>
>> Any help appreciated... TKA!
>>
>> Erik Norvelle
>> TextCite Project
>> http://sourceforge.net/projects/textcite
Re: Using Mylyn with sourceforge trackers [message #69470 is a reply to message #69452] Tue, 16 June 2009 15:46 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: dcarver.starstandard.org

Actually, if I were you I would consider migrating to one of the other
Hosted App solutions that Sourceforge now offers. You can then use the
Trac, or Mylyn-Mantis connectors to connect.

Sourceforge is going to be removing the current Tracker feature soon
anyways.

Dave

Andreas Goetz wrote:
> Hi Mik,
>
> I've configured SF according to the Wiki but have the issue that only
> the first bug is retrieved
>
> group_id: 88349
> atid: 586362
>
> url:
> ${serverUrl}/tracker2/?group_id=${group_id}&atid=${atid} &set=custom&_status=1
>
>
> pattern: <a
> href=" /tracker/\?func=detail&aid=(.+?)&group_id=${group_id }&atid=${atid} ">(.+?)</a>
>
>
> Doesn't seem to matter if tracker or tracker2. I'm suspecting this might
> be an issue with the mylyn regexp?
>
> I'm running Mylyn Connector: Web Templates (Advanced)
> 3.2.0.I20090614-2300-e3x
> org.eclipse.mylyn.web.tasks_feature.feature.group
>
> Best regards,
> Andreas
>
>
> On 27.08.2007 07:38, Mik Kersten wrote:
>> Erik,
>>
>> If you haven't yet looked at the following entry you should do so:
>>
>> http://wiki.eclipse.org/Using_Sourceforge_with_Mylyn
>>
>> If you have already looked at that, first try to see if you can get it
>> to work with the template without modifying the template, then modify
>> the template adding your projects' parameters.
>>
>> Mik
>>
>> Erik Norvelle wrote:
>>> Greetings all,
>>>
>>> Has anyone successfully gotten Mylyn to work with Sourceforge trackers
>>> via the generic Web connecter? I have followed the FAQ available on
>>> Eclipsepedia, but was unable to even get the basic task query to work,
>>> much to be able to create new tasks on the sourceforge server.
>>>
>>> Any help appreciated... TKA!
>>>
>>> Erik Norvelle
>>> TextCite Project
>>> http://sourceforge.net/projects/textcite
>
Re: Using Mylyn with sourceforge trackers [message #69687 is a reply to message #69470] Mon, 22 June 2009 09:37 Go to previous messageGo to next message
Andreas Goetz is currently offline Andreas GoetzFriend
Messages: 110
Registered: July 2009
Senior Member
Hi David,

as far as I know this is not an option for open source/ free of charge
services yet.

Anyway- I believe I'm seing a problem with the web based connector, or
rather cannot get it working with SF.

Any idea where I could poke into?

Best regards,
Andreas


On 16.06.2009 17:46, David Carver wrote:
> Actually, if I were you I would consider migrating to one of the other
> Hosted App solutions that Sourceforge now offers. You can then use the
> Trac, or Mylyn-Mantis connectors to connect.
>
> Sourceforge is going to be removing the current Tracker feature soon
> anyways.
>
> Dave
>
> Andreas Goetz wrote:
>> Hi Mik,
>>
>> I've configured SF according to the Wiki but have the issue that only
>> the first bug is retrieved
>>
>> group_id: 88349
>> atid: 586362
>>
>> url:
>> ${serverUrl}/tracker2/?group_id=${group_id}&atid=${atid} &set=custom&_status=1
>>
>>
>> pattern: <a
>> href=" /tracker/\?func=detail&aid=(.+?)&group_id=${group_id }&atid=${atid} ">(.+?)</a>
>>
>>
>> Doesn't seem to matter if tracker or tracker2. I'm suspecting this
>> might be an issue with the mylyn regexp?
>>
>> I'm running Mylyn Connector: Web Templates (Advanced)
>> 3.2.0.I20090614-2300-e3x
>> org.eclipse.mylyn.web.tasks_feature.feature.group
>>
>> Best regards,
>> Andreas
>>
>>
>> On 27.08.2007 07:38, Mik Kersten wrote:
>>> Erik,
>>>
>>> If you haven't yet looked at the following entry you should do so:
>>>
>>> http://wiki.eclipse.org/Using_Sourceforge_with_Mylyn
>>>
>>> If you have already looked at that, first try to see if you can get it
>>> to work with the template without modifying the template, then modify
>>> the template adding your projects' parameters.
>>>
>>> Mik
>>>
>>> Erik Norvelle wrote:
>>>> Greetings all,
>>>>
>>>> Has anyone successfully gotten Mylyn to work with Sourceforge trackers
>>>> via the generic Web connecter? I have followed the FAQ available on
>>>> Eclipsepedia, but was unable to even get the basic task query to work,
>>>> much to be able to create new tasks on the sourceforge server.
>>>>
>>>> Any help appreciated... TKA!
>>>>
>>>> Erik Norvelle
>>>> TextCite Project
>>>> http://sourceforge.net/projects/textcite
>>
Re: Using Mylyn with sourceforge trackers [message #69707 is a reply to message #69687] Mon, 22 June 2009 22:36 Go to previous messageGo to next message
Eugene Kuleshov is currently offline Eugene KuleshovFriend
Messages: 504
Registered: July 2009
Senior Member
Andreas,

The web connector is just a simple regexp-based screen scrapper, so it
is sensitive to the web page changes, but then regexps can be easily
adjusted to the new page. You can open "advanced settings" on query
configuration dialog and use Open action to see a downloaded web page in
a web browser where you can also see its source html and then adjust
regexp accordingly.

regards,
Eugene


Andreas Goetz wrote:
> Hi David,
>
> as far as I know this is not an option for open source/ free of charge
> services yet.
>
> Anyway- I believe I'm seing a problem with the web based connector, or
> rather cannot get it working with SF.
>
> Any idea where I could poke into?
>
> Best regards,
> Andreas
>
>
> On 16.06.2009 17:46, David Carver wrote:
>> Actually, if I were you I would consider migrating to one of the other
>> Hosted App solutions that Sourceforge now offers. You can then use the
>> Trac, or Mylyn-Mantis connectors to connect.
>>
>> Sourceforge is going to be removing the current Tracker feature soon
>> anyways.
>>
>> Dave
>>
>> Andreas Goetz wrote:
>>> Hi Mik,
>>>
>>> I've configured SF according to the Wiki but have the issue that only
>>> the first bug is retrieved
>>>
>>> group_id: 88349
>>> atid: 586362
>>>
>>> url:
>>> ${serverUrl}/tracker2/?group_id=${group_id}&atid=${atid} &set=custom&_status=1
>>>
>>>
>>>
>>> pattern: <a
>>> href=" /tracker/\?func=detail&aid=(.+?)&group_id=${group_id }&atid=${atid} ">(.+?)</a>
>>>
>>>
>>>
>>> Doesn't seem to matter if tracker or tracker2. I'm suspecting this
>>> might be an issue with the mylyn regexp?
>>>
>>> I'm running Mylyn Connector: Web Templates (Advanced)
>>> 3.2.0.I20090614-2300-e3x
>>> org.eclipse.mylyn.web.tasks_feature.feature.group
>>>
>>> Best regards,
>>> Andreas
>>>
>>>
>>> On 27.08.2007 07:38, Mik Kersten wrote:
>>>> Erik,
>>>>
>>>> If you haven't yet looked at the following entry you should do so:
>>>>
>>>> http://wiki.eclipse.org/Using_Sourceforge_with_Mylyn
>>>>
>>>> If you have already looked at that, first try to see if you can get it
>>>> to work with the template without modifying the template, then modify
>>>> the template adding your projects' parameters.
>>>>
>>>> Mik
>>>>
>>>> Erik Norvelle wrote:
>>>>> Greetings all,
>>>>>
>>>>> Has anyone successfully gotten Mylyn to work with Sourceforge
>>>>> trackers
>>>>> via the generic Web connecter? I have followed the FAQ available on
>>>>> Eclipsepedia, but was unable to even get the basic task query to
>>>>> work,
>>>>> much to be able to create new tasks on the sourceforge server.
>>>>>
>>>>> Any help appreciated... TKA!
>>>>>
>>>>> Erik Norvelle
>>>>> TextCite Project
>>>>> http://sourceforge.net/projects/textcite
>>>
>
Re: Using Mylyn with sourceforge trackers [message #70072 is a reply to message #69707] Wed, 01 July 2009 07:31 Go to previous message
Andreas Goetz is currently offline Andreas GoetzFriend
Messages: 110
Registered: July 2009
Senior Member
Found the problem- regexp contained a trailing space that was not obvious...

Best regards,
Andreas

On 23.06.2009 00:36, Eugene Kuleshov wrote:
> Andreas,
>
> The web connector is just a simple regexp-based screen scrapper, so it
> is sensitive to the web page changes, but then regexps can be easily
> adjusted to the new page. You can open "advanced settings" on query
> configuration dialog and use Open action to see a downloaded web page in
> a web browser where you can also see its source html and then adjust
> regexp accordingly.
>
> regards,
> Eugene
>
Re: Using Mylyn with sourceforge trackers [message #578350 is a reply to message #21757] Mon, 27 August 2007 05:38 Go to previous message
Mik Kersten is currently offline Mik KerstenFriend
Messages: 287
Registered: July 2009
Senior Member
Erik,

If you haven't yet looked at the following entry you should do so:

http://wiki.eclipse.org/Using_Sourceforge_with_Mylyn

If you have already looked at that, first try to see if you can get it
to work with the template without modifying the template, then modify
the template adding your projects' parameters.

Mik

Erik Norvelle wrote:
> Greetings all,
>
> Has anyone successfully gotten Mylyn to work with Sourceforge trackers via the
> generic Web connecter? I have followed the FAQ available on Eclipsepedia, but
> was unable to even get the basic task query to work, much to be able to create
> new tasks on the sourceforge server.
>
> Any help appreciated... TKA!
>
> Erik Norvelle
> TextCite Project
> http://sourceforge.net/projects/textcite
Re: Using Mylyn with sourceforge trackers [message #597810 is a reply to message #23864] Mon, 15 June 2009 13:08 Go to previous message
Andreas Goetz is currently offline Andreas GoetzFriend
Messages: 110
Registered: July 2009
Senior Member
Hi Mik,

I've configured SF according to the Wiki but have the issue that only
the first bug is retrieved

group_id: 88349
atid: 586362

url:
${serverUrl}/tracker2/?group_id=${group_id}&atid=${atid} &set=custom&_status=1


pattern: <a
href=" /tracker/\?func=detail&aid=(.+?)&group_id=${group_id }&atid=${atid} ">(.+?)</a>


Doesn't seem to matter if tracker or tracker2. I'm suspecting this might
be an issue with the mylyn regexp?

I'm running Mylyn Connector: Web Templates (Advanced)
3.2.0.I20090614-2300-e3x org.eclipse.mylyn.web.tasks_feature.feature.group

Best regards,
Andreas


On 27.08.2007 07:38, Mik Kersten wrote:
> Erik,
>
> If you haven't yet looked at the following entry you should do so:
>
> http://wiki.eclipse.org/Using_Sourceforge_with_Mylyn
>
> If you have already looked at that, first try to see if you can get it
> to work with the template without modifying the template, then modify
> the template adding your projects' parameters.
>
> Mik
>
> Erik Norvelle wrote:
>> Greetings all,
>>
>> Has anyone successfully gotten Mylyn to work with Sourceforge trackers
>> via the generic Web connecter? I have followed the FAQ available on
>> Eclipsepedia, but was unable to even get the basic task query to work,
>> much to be able to create new tasks on the sourceforge server.
>>
>> Any help appreciated... TKA!
>>
>> Erik Norvelle
>> TextCite Project
>> http://sourceforge.net/projects/textcite
Re: Using Mylyn with sourceforge trackers [message #597818 is a reply to message #69452] Tue, 16 June 2009 15:46 Go to previous message
Eclipse UserFriend
Originally posted by: dcarver.starstandard.org

Actually, if I were you I would consider migrating to one of the other
Hosted App solutions that Sourceforge now offers. You can then use the
Trac, or Mylyn-Mantis connectors to connect.

Sourceforge is going to be removing the current Tracker feature soon
anyways.

Dave

Andreas Goetz wrote:
> Hi Mik,
>
> I've configured SF according to the Wiki but have the issue that only
> the first bug is retrieved
>
> group_id: 88349
> atid: 586362
>
> url:
> ${serverUrl}/tracker2/?group_id=${group_id}&atid=${atid} &set=custom&_status=1
>
>
> pattern: <a
> href=" /tracker/\?func=detail&aid=(.+?)&group_id=${group_id }&atid=${atid} ">(.+?)</a>
>
>
> Doesn't seem to matter if tracker or tracker2. I'm suspecting this might
> be an issue with the mylyn regexp?
>
> I'm running Mylyn Connector: Web Templates (Advanced)
> 3.2.0.I20090614-2300-e3x
> org.eclipse.mylyn.web.tasks_feature.feature.group
>
> Best regards,
> Andreas
>
>
> On 27.08.2007 07:38, Mik Kersten wrote:
>> Erik,
>>
>> If you haven't yet looked at the following entry you should do so:
>>
>> http://wiki.eclipse.org/Using_Sourceforge_with_Mylyn
>>
>> If you have already looked at that, first try to see if you can get it
>> to work with the template without modifying the template, then modify
>> the template adding your projects' parameters.
>>
>> Mik
>>
>> Erik Norvelle wrote:
>>> Greetings all,
>>>
>>> Has anyone successfully gotten Mylyn to work with Sourceforge trackers
>>> via the generic Web connecter? I have followed the FAQ available on
>>> Eclipsepedia, but was unable to even get the basic task query to work,
>>> much to be able to create new tasks on the sourceforge server.
>>>
>>> Any help appreciated... TKA!
>>>
>>> Erik Norvelle
>>> TextCite Project
>>> http://sourceforge.net/projects/textcite
>
Re: Using Mylyn with sourceforge trackers [message #597877 is a reply to message #69470] Mon, 22 June 2009 09:37 Go to previous message
Andreas Goetz is currently offline Andreas GoetzFriend
Messages: 110
Registered: July 2009
Senior Member
Hi David,

as far as I know this is not an option for open source/ free of charge
services yet.

Anyway- I believe I'm seing a problem with the web based connector, or
rather cannot get it working with SF.

Any idea where I could poke into?

Best regards,
Andreas


On 16.06.2009 17:46, David Carver wrote:
> Actually, if I were you I would consider migrating to one of the other
> Hosted App solutions that Sourceforge now offers. You can then use the
> Trac, or Mylyn-Mantis connectors to connect.
>
> Sourceforge is going to be removing the current Tracker feature soon
> anyways.
>
> Dave
>
> Andreas Goetz wrote:
>> Hi Mik,
>>
>> I've configured SF according to the Wiki but have the issue that only
>> the first bug is retrieved
>>
>> group_id: 88349
>> atid: 586362
>>
>> url:
>> ${serverUrl}/tracker2/?group_id=${group_id}&atid=${atid} &set=custom&_status=1
>>
>>
>> pattern: <a
>> href=" /tracker/\?func=detail&aid=(.+?)&group_id=${group_id }&atid=${atid} ">(.+?)</a>
>>
>>
>> Doesn't seem to matter if tracker or tracker2. I'm suspecting this
>> might be an issue with the mylyn regexp?
>>
>> I'm running Mylyn Connector: Web Templates (Advanced)
>> 3.2.0.I20090614-2300-e3x
>> org.eclipse.mylyn.web.tasks_feature.feature.group
>>
>> Best regards,
>> Andreas
>>
>>
>> On 27.08.2007 07:38, Mik Kersten wrote:
>>> Erik,
>>>
>>> If you haven't yet looked at the following entry you should do so:
>>>
>>> http://wiki.eclipse.org/Using_Sourceforge_with_Mylyn
>>>
>>> If you have already looked at that, first try to see if you can get it
>>> to work with the template without modifying the template, then modify
>>> the template adding your projects' parameters.
>>>
>>> Mik
>>>
>>> Erik Norvelle wrote:
>>>> Greetings all,
>>>>
>>>> Has anyone successfully gotten Mylyn to work with Sourceforge trackers
>>>> via the generic Web connecter? I have followed the FAQ available on
>>>> Eclipsepedia, but was unable to even get the basic task query to work,
>>>> much to be able to create new tasks on the sourceforge server.
>>>>
>>>> Any help appreciated... TKA!
>>>>
>>>> Erik Norvelle
>>>> TextCite Project
>>>> http://sourceforge.net/projects/textcite
>>
Re: Using Mylyn with sourceforge trackers [message #597883 is a reply to message #69687] Mon, 22 June 2009 22:36 Go to previous message
Eugene Kuleshov is currently offline Eugene KuleshovFriend
Messages: 504
Registered: July 2009
Senior Member
Andreas,

The web connector is just a simple regexp-based screen scrapper, so it
is sensitive to the web page changes, but then regexps can be easily
adjusted to the new page. You can open "advanced settings" on query
configuration dialog and use Open action to see a downloaded web page in
a web browser where you can also see its source html and then adjust
regexp accordingly.

regards,
Eugene


Andreas Goetz wrote:
> Hi David,
>
> as far as I know this is not an option for open source/ free of charge
> services yet.
>
> Anyway- I believe I'm seing a problem with the web based connector, or
> rather cannot get it working with SF.
>
> Any idea where I could poke into?
>
> Best regards,
> Andreas
>
>
> On 16.06.2009 17:46, David Carver wrote:
>> Actually, if I were you I would consider migrating to one of the other
>> Hosted App solutions that Sourceforge now offers. You can then use the
>> Trac, or Mylyn-Mantis connectors to connect.
>>
>> Sourceforge is going to be removing the current Tracker feature soon
>> anyways.
>>
>> Dave
>>
>> Andreas Goetz wrote:
>>> Hi Mik,
>>>
>>> I've configured SF according to the Wiki but have the issue that only
>>> the first bug is retrieved
>>>
>>> group_id: 88349
>>> atid: 586362
>>>
>>> url:
>>> ${serverUrl}/tracker2/?group_id=${group_id}&atid=${atid} &set=custom&_status=1
>>>
>>>
>>>
>>> pattern: <a
>>> href=" /tracker/\?func=detail&aid=(.+?)&group_id=${group_id }&atid=${atid} ">(.+?)</a>
>>>
>>>
>>>
>>> Doesn't seem to matter if tracker or tracker2. I'm suspecting this
>>> might be an issue with the mylyn regexp?
>>>
>>> I'm running Mylyn Connector: Web Templates (Advanced)
>>> 3.2.0.I20090614-2300-e3x
>>> org.eclipse.mylyn.web.tasks_feature.feature.group
>>>
>>> Best regards,
>>> Andreas
>>>
>>>
>>> On 27.08.2007 07:38, Mik Kersten wrote:
>>>> Erik,
>>>>
>>>> If you haven't yet looked at the following entry you should do so:
>>>>
>>>> http://wiki.eclipse.org/Using_Sourceforge_with_Mylyn
>>>>
>>>> If you have already looked at that, first try to see if you can get it
>>>> to work with the template without modifying the template, then modify
>>>> the template adding your projects' parameters.
>>>>
>>>> Mik
>>>>
>>>> Erik Norvelle wrote:
>>>>> Greetings all,
>>>>>
>>>>> Has anyone successfully gotten Mylyn to work with Sourceforge
>>>>> trackers
>>>>> via the generic Web connecter? I have followed the FAQ available on
>>>>> Eclipsepedia, but was unable to even get the basic task query to
>>>>> work,
>>>>> much to be able to create new tasks on the sourceforge server.
>>>>>
>>>>> Any help appreciated... TKA!
>>>>>
>>>>> Erik Norvelle
>>>>> TextCite Project
>>>>> http://sourceforge.net/projects/textcite
>>>
>
Re: Using Mylyn with sourceforge trackers [message #597979 is a reply to message #69707] Wed, 01 July 2009 07:31 Go to previous message
Andreas Goetz is currently offline Andreas GoetzFriend
Messages: 110
Registered: July 2009
Senior Member
Found the problem- regexp contained a trailing space that was not obvious...

Best regards,
Andreas

On 23.06.2009 00:36, Eugene Kuleshov wrote:
> Andreas,
>
> The web connector is just a simple regexp-based screen scrapper, so it
> is sensitive to the web page changes, but then regexps can be easily
> adjusted to the new page. You can open "advanced settings" on query
> configuration dialog and use Open action to see a downloaded web page in
> a web browser where you can also see its source html and then adjust
> regexp accordingly.
>
> regards,
> Eugene
>
Previous Topic:Closed files disappear from context !?!
Next Topic:Option to _not_ cache credentials in the keyring?
Goto Forum:
  


Current Time: Fri Mar 29 00:52:25 GMT 2024

Powered by FUDForum. Page generated in 0.10650 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top