Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Oomph » Setup Mylyn Query connector trac Edgewall(xml-rpc)
Setup Mylyn Query connector trac Edgewall [message #1479241] Wed, 19 November 2014 09:16 Go to next message
Johan Hardy is currently offline Johan HardyFriend
Messages: 47
Registered: December 2012
Member

Dear all,

I'm trying to setup mylyn queries by using Oomph (which is very nice and a very useful) and I can't set in my *.setup file the access type of the trac connector for my trac repository (see attached picture).

  <setupTask
      xsi:type="mylyn:MylynQueriesTask"
      connectorKind="trac"
      repositoryURL="http://l-svn2/tracsvn/obswGen"
      userID="${spb.user}"
      password="${spb.password}">
    <query summary="Tickets"
        url="http://l-svn2/tracsvn/obswGen/query?format=tab&amp;order=id"/>
    <description>Trac SVN of the project</description>
  </setupTask>


Is there a special annotation to specify the Access Type to XML-RPC ?

Thanks for any help ;
Johan
  • Attachment: trac.jpg
    (Size: 65.37KB, Downloaded 147 times)

[Updated on: Wed, 19 November 2014 09:17]

Report message to a moderator

Re: Setup Mylyn Query connector trac Edgewall [message #1479308 is a reply to message #1479241] Wed, 19 November 2014 10:25 Go to previous messageGo to next message
Abel Hegedus is currently offline Abel HegedusFriend
Messages: 197
Registered: September 2015
Senior Member
I managed to access Trac through XML-RPC without problems with Oomph, no extra settings required.

Did you add Mylyn Trac feature to your P2 director class?

<?xml version="1.0" encoding="UTF-8"?>
<setup.p2:P2Task
    xmi:version="2.0"
    xmlns:xmi="http://www.omg.org/XMI"
    xmlns:setup.p2="http://www.eclipse.org/oomph/setup/p2/1.0">>
  <requirement
      name="org.eclipse.mylyn_feature.feature.group"/>
  <requirement
      name="org.eclipse.mylyn.trac_feature.feature.group"/>
  <repository
      url="http://download.eclipse.org/mylyn/releases/latest"/>
</setup.p2:P2Task>
Re: Setup Mylyn Query connector trac Edgewall [message #1488100 is a reply to message #1479308] Wed, 26 November 2014 10:07 Go to previous message
Johan Hardy is currently offline Johan HardyFriend
Messages: 47
Registered: December 2012
Member

Yes of course, I added mylyn and the trac connector as requirement like you mention.

Actually, everything works perfectly except that the setting XML RPC is not selected (see my picture). Mylyn accesses tickets via the generic web browser of eclipse instead of using the the appropriate view of mylyn tickets.

Probably that the issue is on the repository side i.e. XML-RPC shall be the default protocol.

However, it would be very nice to specify in Oomph which protocol is used !

Johan
Previous Topic:Rename Eclipse executable
Next Topic:NoSuchMethodError: OfflineMode.setEnabled() since update
Goto Forum:
  


Current Time: Fri Apr 26 07:01:21 GMT 2024

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

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

Back to the top