Skip to main content



      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 04:16 Go to next message
Eclipse UserFriend
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 167 times)

[Updated on: Wed, 19 November 2014 04:17] by Moderator

Re: Setup Mylyn Query connector trac Edgewall [message #1479308 is a reply to message #1479241] Wed, 19 November 2014 05:25 Go to previous messageGo to next message
Eclipse UserFriend
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 05:07 Go to previous message
Eclipse UserFriend
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: Wed Jul 23 19:37:23 EDT 2025

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

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

Back to the top