<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:opensearch="http://a9.com/-/spec/opensearch/1.1/" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Recent Posts in Implement Trac XMLRPC API for Mylyn integration | Unfuddle Community</title>
    <link>http://unfuddle.com/community</link>
    <description>Unfuddle Community Forums</description>
    <item>
      <guid isPermaLink="false">www.unfuddle.com/community:1:206:696</guid>
      <title>Implement Trac XMLRPC API for Mylyn integration replied by Hendy Irawan @ Sun, 30 Mar 2008 15:01:29 UTC</title>
      <link>http://www.unfuddle.com/community/forums/1/topics/206</link>
      <description>The current state of project now supports:

   * HTTP connection with plain HTTP Unfuddle project
   * HTTP connection with HTTPS Unfuddle project
   * secure HTTPS connection with plain HTTP Unfuddle project
   * secure HTTPS connection with plain HTTPS Unfuddle project

Simply use the respective port, and respective URL.</description>
      <pubDate>Sun, 30 Mar 2008 15:01:29 UTC</pubDate>
      <author>Hendy Irawan</author>
    </item>
    <item>
      <guid isPermaLink="false">www.unfuddle.com/community:1:206:694</guid>
      <title>Implement Trac XMLRPC API for Mylyn integration replied by Hendy Irawan @ Sun, 30 Mar 2008 12:39:06 UTC</title>
      <link>http://www.unfuddle.com/community/forums/1/topics/206</link>
      <description>From the project page:

Unfuddle Trac-like XML-RPC API

Does it work?

Yes, it does, partially (at least for now):

$ irb
irb(main):001:0&gt;   require 'xmlrpc/client'
=&gt; true
irb(main):002:0&gt;   proxy = XMLRPC::Client.new2('http://USER:PASS@localhost:8080/ACCOUNT/PROJECT/')
=&gt;  #, @proxy_host=nil&gt;
irb(main):003:0&gt;   proxy.call('ticket.query', 'status!=closed') =&gt; [38, 53, 134, 136, ....] irb(main):004:0&gt;   proxy.call('ticket.get', 1) =&gt; [1, 1186490051, 1188271213, {&quot;severity&quot;=&gt;&quot;normal&quot;, &quot;component&quot;=&gt;&quot;&quot;, &quot;cc&quot;=&gt;&quot;&quot;, &quot;status&quot;=&gt;&quot;closed&quot;,   &quot;resolution&quot;=&gt;&quot;fixed&quot;, &quot;reporter&quot;=&gt;&quot;ceefour&quot;, &quot;type&quot;=&gt;&quot;defect&quot;, &quot;priority&quot;=&gt;&quot;normal&quot;,   &quot;version&quot;=&gt;&quot;&quot;, &quot;summary&quot;=&gt;&quot;One welcome me..........

Overview (see README.txt file in SVN browser for more up-to-date version)

Unfuddle XML-RPC adapter
========================

This library provides Trac XML-RPC adapter for Unfuddle projects.

Starting the server:

./server.rb

This will start the server on port 8080 (Ctrl+C to shutdown).
To change the port, set and export the environment variable XMLRPCSERVER_PORT.

[2008-03-30 21:10:18] INFO  WEBrick 1.3.1
[2008-03-30 21:10:18] INFO  ruby 1.8.6 (2007-06-07) [i486-linux]
Server URL:
  http://localhost:8080/ACCOUNT/PROJECT/
  https://localhost:8081/ACCOUNT/PROJECT/
Server URL for HTTPS Unfuddle accounts:
  http://localhost:8080/ACCOUNT/PROJECT/
  https://localhost:8081/secure/ACCOUNT/PROJECT/
Test using irb:
  require 'xmlrpc/client'
  proxy = XMLRPC::Client.new2('http://USER:PASS@localhost:8080/ACCOUNT/PROJECT/')
  proxy.call('ticket.query', 'status!=closed')
  proxy.call('ticket.get', 1)
[2008-03-30 21:10:23] INFO  WEBrick::HTTPServer#start: pid=10608 port=8080

To test the server, open IRB and do what the server says upon startup:

  require 'xmlrpc/client'
  proxy = XMLRPC::Client.new2('http://USER:PASS@localhost:8080/ACCOUNT/PROJECT/')
  proxy.call('ticket.query', 'status!=closed')
  proxy.call('ticket.get', 1)

If your Unfuddle account supports/mandates secure connection, prepend &quot;/secure&quot; to the URL.
NOTE: Your connection to the XML-RPC server is still unencrypted unless you use the https form
for the XML-RPC connection itself.

Mylyn Support
-------------
The goal is to add seamless Mylyn support to Unfuddle projects.

This project will be archived when/if Subventure officially supports Trac XMLRPC syntax.

Project Info
------------
Project page: http://www.assembla.com/spaces/xmlrpcbridge
Maintainer: Hendy Irawan &lt;hendy@rainbowpurple.com&gt;
License: LGPLv3</description>
      <pubDate>Sun, 30 Mar 2008 12:39:06 UTC</pubDate>
      <author>Hendy Irawan</author>
    </item>
    <item>
      <guid isPermaLink="false">www.unfuddle.com/community:1:206:693</guid>
      <title>Implement Trac XMLRPC API for Mylyn integration replied by Hendy Irawan @ Sun, 30 Mar 2008 12:38:39 UTC</title>
      <link>http://www.unfuddle.com/community/forums/1/topics/206</link>
      <description>I've created a public open source project (ironically, not using Unfuddle) that implements the Trac XMLRPC API using Unfuddle API. (in other words, it exposes the Unfuddle API to Trac-conforming XML-RPC clients)

More info here: http://www.assembla.com/spaces/xmlrpcbridge

Download sources from http://svn2.assembla.com/svn/xmlrpcbridge/trunk/unfuddle_xmlrpc

Join the project if you're interested to collaborate. Thanks.

PS: To Subventurate, feel free to use the code (if applicable) to implement on Unfuddle.</description>
      <pubDate>Sun, 30 Mar 2008 12:38:39 UTC</pubDate>
      <author>Hendy Irawan</author>
    </item>
    <item>
      <guid isPermaLink="false">www.unfuddle.com/community:1:206:2308</guid>
      <title>Implement Trac XMLRPC API for Mylyn integration replied by Hendy Irawan @ Sat, 09 Jan 2010 07:09:16 UTC</title>
      <link>http://www.unfuddle.com/community/forums/1/topics/206</link>
      <description>Hi Ben,

Thank you. Yes I've abandoned it. :-)

Fortunately, Unfuddle will be having an official Mylyn connector soon. :-)</description>
      <pubDate>Sat, 09 Jan 2010 07:09:16 UTC</pubDate>
      <author>Hendy Irawan</author>
    </item>
    <item>
      <guid isPermaLink="false">www.unfuddle.com/community:1:206:690</guid>
      <title>Implement Trac XMLRPC API for Mylyn integration posted by Hendy Irawan @ Thu, 27 Mar 2008 06:54:04 UTC</title>
      <link>http://www.unfuddle.com/community/forums/1/topics/206</link>
      <description>On some projects we (still?) use Trac, hosted by a notable Unfuddle competitor.

The major pull (and quite major turnoff if using Unfuddle) is that it has great Mylyn integration support built-in when using Eclipse IDE, as that's the IDE we use for --incidentally-- all technologies we use: Flex Builder for Flex, Aptana for Ruby on Rails, and of course Eclipse JDT for Java.

Having Unfuddle implement the Trac XMLRPC API would be a tremendous feature.

See: http://trac-hacks.org/wiki/XmlRpcPlugin</description>
      <pubDate>Thu, 27 Mar 2008 06:54:04 UTC</pubDate>
      <author>Hendy Irawan</author>
    </item>
    <item>
      <guid isPermaLink="false">www.unfuddle.com/community:1:206:1211</guid>
      <title>Implement Trac XMLRPC API for Mylyn integration replied by Ben Dalton @ Mon, 29 Sep 2008 16:55:43 UTC</title>
      <link>http://www.unfuddle.com/community/forums/1/topics/206</link>
      <description>Hendy,

I took a look at your implementation of this... looks very cool. 

Unfortunately, I wasn't able to make it work.

Have you abandoned this?

Thanks for the work on it so far!

-Ben</description>
      <pubDate>Mon, 29 Sep 2008 16:55:43 UTC</pubDate>
      <author>Ben Dalton</author>
    </item>
    <item>
      <guid isPermaLink="false">www.unfuddle.com/community:1:206:695</guid>
      <title>Implement Trac XMLRPC API for Mylyn integration replied by Hendy Irawan @ Sun, 30 Mar 2008 14:48:44 UTC</title>
      <link>http://www.unfuddle.com/community/forums/1/topics/206</link>
      <description>I've updated the API to be account and project agnostic.

You can test the live installation at our server with your own account (please don't abuse the system) simply by using irb.

    require 'xmlrpc/client'
    proxy = XMLRPC::Client.new2('http://USER:PASS@xl.soluvas.com:8090/ACCOUNT/PROJECT/')
    proxy.call('ticket.query', 'status!=closed')
    proxy.call('ticket.get', 1)

(change USER, PASS, ACCOUNT, PROJECT, to your own)

Secure connection to that server (using fake SSL cert) is available on port 8091.

Note: I make *no* attempt of storing the provided credentials. All source is provided on project page, and it's exactly what gets run on that server.</description>
      <pubDate>Sun, 30 Mar 2008 14:48:44 UTC</pubDate>
      <author>Hendy Irawan</author>
    </item>
    <item>
      <guid isPermaLink="false">www.unfuddle.com/community:1:206:2326</guid>
      <title>Implement Trac XMLRPC API for Mylyn integration replied by David C. @ Fri, 15 Jan 2010 01:14:25 UTC</title>
      <link>http://www.unfuddle.com/community/forums/1/topics/206</link>
      <description>Hi Everyone

In case you missed the official announcement in the &quot;Unfuddle Blog&quot;:http://unfuddle.com/blog, you can now find the &quot;Unfuddle Mylyn Connector&quot;:http://unfuddle.com/plugins/mylyn here: http://unfuddle.com/plugins/mylyn</description>
      <pubDate>Fri, 15 Jan 2010 01:14:25 UTC</pubDate>
      <author>David C.</author>
    </item>
  </channel>
</rss>

