<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Eclipse plugin for Hudson</title>
	<atom:link href="http://braindump.dk/tech/2007/05/03/eclipse-plugin-for-hudson/feed/" rel="self" type="application/rss+xml" />
	<link>http://braindump.dk/tech/2007/05/03/eclipse-plugin-for-hudson/</link>
	<description>Online and Working</description>
	<lastBuildDate>Tue, 02 Mar 2010 00:35:26 +0100</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: LindaYp</title>
		<link>http://braindump.dk/tech/2007/05/03/eclipse-plugin-for-hudson/comment-page-1/#comment-50914</link>
		<dc:creator>LindaYp</dc:creator>
		<pubDate>Sat, 20 Feb 2010 21:45:21 +0000</pubDate>
		<guid isPermaLink="false">http://braindump.dk/tech/2007/05/03/eclipse-plugin-for-hudson/#comment-50914</guid>
		<description>If some students want to hear more about this good post they have to &lt;a href=&quot;http://www.essayslab.com&quot; rel=&quot;nofollow&quot;&gt;buy essay&lt;/a&gt; choosing the custom writing service.</description>
		<content:encoded><![CDATA[<p>If some students want to hear more about this good post they have to <a href="http://www.essayslab.com" rel="nofollow">buy essay</a> choosing the custom writing service.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Hudson: Continuous Integration System &#187; renemoser.net</title>
		<link>http://braindump.dk/tech/2007/05/03/eclipse-plugin-for-hudson/comment-page-1/#comment-30509</link>
		<dc:creator>Hudson: Continuous Integration System &#187; renemoser.net</dc:creator>
		<pubDate>Wed, 01 Jul 2009 20:29:16 +0000</pubDate>
		<guid isPermaLink="false">http://braindump.dk/tech/2007/05/03/eclipse-plugin-for-hudson/#comment-30509</guid>
		<description>[...] can be extended by plugins and can be integrated into IDEs like Eclipse. There are also a lot of tools like for example Firefox Add on. It is written in Java (1.6) [...]</description>
		<content:encoded><![CDATA[<p>[...] can be extended by plugins and can be integrated into IDEs like Eclipse. There are also a lot of tools like for example Firefox Add on. It is written in Java (1.6) [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: recht</title>
		<link>http://braindump.dk/tech/2007/05/03/eclipse-plugin-for-hudson/comment-page-1/#comment-27582</link>
		<dc:creator>recht</dc:creator>
		<pubDate>Tue, 07 Apr 2009 19:50:10 +0000</pubDate>
		<guid isPermaLink="false">http://braindump.dk/tech/2007/05/03/eclipse-plugin-for-hudson/#comment-27582</guid>
		<description>Thanks for the error report. The next version has a lower connection timeout, so the workbench shouldn&#039;t hang anymore.</description>
		<content:encoded><![CDATA[<p>Thanks for the error report. The next version has a lower connection timeout, so the workbench shouldn&#8217;t hang anymore.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Stewart</title>
		<link>http://braindump.dk/tech/2007/05/03/eclipse-plugin-for-hudson/comment-page-1/#comment-27042</link>
		<dc:creator>Stewart</dc:creator>
		<pubDate>Thu, 12 Mar 2009 15:05:55 +0000</pubDate>
		<guid isPermaLink="false">http://braindump.dk/tech/2007/05/03/eclipse-plugin-for-hudson/#comment-27042</guid>
		<description>Great plugin, but it seems to hang the whole Eclipse workbench if it cannot get through to Hudson.
In my Eclipse logs are repeated:
12-Mar-2009 15:02:37 org.apache.commons.httpclient.HttpMethodDirector executeWithRetry
INFO: I/O exception (java.net.ConnectException) caught when processing request: Connection timed out: connect
12-Mar-2009 15:02:37 org.apache.commons.httpclient.HttpMethodDirector executeWithRetry
INFO: Retrying request
12-Mar-2009 15:03:49 org.apache.commons.httpclient.HttpMethodDirector executeWithRetry
INFO: I/O exception (java.net.ConnectException) caught when processing request: Connection timed out: connect
12-Mar-2009 15:03:49 org.apache.commons.httpclient.HttpMethodDirector executeWithRetry
INFO: Retrying request
12-Mar-2009 15:04:10 org.apache.commons.httpclient.HttpMethodDirector executeWithRetry
INFO: I/O exception (java.net.ConnectException) caught when processing request: Connection timed out: connect
12-Mar-2009 15:04:10 org.apache.commons.httpclient.HttpMethodDirector executeWithRetry
INFO: Retrying request
12-Mar-2009 15:04:31 org.apache.commons.httpclient.HttpMethodDirector executeWithRetry
INFO: I/O exception (java.net.ConnectException) caught when processing request: Connection timed out: connect
12-Mar-2009 15:04:31 org.apache.commons.httpclient.HttpMethodDirector executeWithRetry
INFO: Retrying request
java.net.ConnectException: Connection timed out: connect
        at java.net.PlainSocketImpl.socketConnect(Native Method)
        at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:333)
        at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:195)
        at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:182)
        at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366)
        at java.net.Socket.connect(Socket.java:519)
        at java.net.Socket.connect(Socket.java:469)
        at java.net.Socket.(Socket.java:366)
        at java.net.Socket.(Socket.java:240)
        at org.apache.commons.httpclient.protocol.DefaultProtocolSocketFactory.createSocket(DefaultProtocolSocketFactory.java:80)
        at org.apache.commons.httpclient.protocol.DefaultProtocolSocketFactory.createSocket(DefaultProtocolSocketFactory.java:122)
        at org.apache.commons.httpclient.HttpConnection.open(HttpConnection.java:707)
        at org.apache.commons.httpclient.HttpMethodDirector.executeWithRetry(HttpMethodDirector.java:387)
        at org.apache.commons.httpclient.HttpMethodDirector.executeMethod(HttpMethodDirector.java:171)
        at org.apache.commons.httpclient.HttpClient.executeMethod(HttpClient.java:397)
        at org.apache.commons.httpclient.HttpClient.executeMethod(HttpClient.java:346)
        at dk.contix.eclipse.hudson.HudsonClient.checkValidUrl(HudsonClient.java:180)
        at dk.contix.eclipse.hudson.preference.HudsonPreferencesPage$HudsonUrlField.check(HudsonPreferencesPage.java:128)
        at dk.contix.eclipse.hudson.preference.HudsonPreferencesPage$HudsonUrlField.checkState(HudsonPreferencesPage.java:117)</description>
		<content:encoded><![CDATA[<p>Great plugin, but it seems to hang the whole Eclipse workbench if it cannot get through to Hudson.<br />
In my Eclipse logs are repeated:<br />
12-Mar-2009 15:02:37 org.apache.commons.httpclient.HttpMethodDirector executeWithRetry<br />
INFO: I/O exception (java.net.ConnectException) caught when processing request: Connection timed out: connect<br />
12-Mar-2009 15:02:37 org.apache.commons.httpclient.HttpMethodDirector executeWithRetry<br />
INFO: Retrying request<br />
12-Mar-2009 15:03:49 org.apache.commons.httpclient.HttpMethodDirector executeWithRetry<br />
INFO: I/O exception (java.net.ConnectException) caught when processing request: Connection timed out: connect<br />
12-Mar-2009 15:03:49 org.apache.commons.httpclient.HttpMethodDirector executeWithRetry<br />
INFO: Retrying request<br />
12-Mar-2009 15:04:10 org.apache.commons.httpclient.HttpMethodDirector executeWithRetry<br />
INFO: I/O exception (java.net.ConnectException) caught when processing request: Connection timed out: connect<br />
12-Mar-2009 15:04:10 org.apache.commons.httpclient.HttpMethodDirector executeWithRetry<br />
INFO: Retrying request<br />
12-Mar-2009 15:04:31 org.apache.commons.httpclient.HttpMethodDirector executeWithRetry<br />
INFO: I/O exception (java.net.ConnectException) caught when processing request: Connection timed out: connect<br />
12-Mar-2009 15:04:31 org.apache.commons.httpclient.HttpMethodDirector executeWithRetry<br />
INFO: Retrying request<br />
java.net.ConnectException: Connection timed out: connect<br />
        at java.net.PlainSocketImpl.socketConnect(Native Method)<br />
        at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:333)<br />
        at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:195)<br />
        at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:182)<br />
        at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366)<br />
        at java.net.Socket.connect(Socket.java:519)<br />
        at java.net.Socket.connect(Socket.java:469)<br />
        at java.net.Socket.(Socket.java:366)<br />
        at java.net.Socket.(Socket.java:240)<br />
        at org.apache.commons.httpclient.protocol.DefaultProtocolSocketFactory.createSocket(DefaultProtocolSocketFactory.java:80)<br />
        at org.apache.commons.httpclient.protocol.DefaultProtocolSocketFactory.createSocket(DefaultProtocolSocketFactory.java:122)<br />
        at org.apache.commons.httpclient.HttpConnection.open(HttpConnection.java:707)<br />
        at org.apache.commons.httpclient.HttpMethodDirector.executeWithRetry(HttpMethodDirector.java:387)<br />
        at org.apache.commons.httpclient.HttpMethodDirector.executeMethod(HttpMethodDirector.java:171)<br />
        at org.apache.commons.httpclient.HttpClient.executeMethod(HttpClient.java:397)<br />
        at org.apache.commons.httpclient.HttpClient.executeMethod(HttpClient.java:346)<br />
        at dk.contix.eclipse.hudson.HudsonClient.checkValidUrl(HudsonClient.java:180)<br />
        at dk.contix.eclipse.hudson.preference.HudsonPreferencesPage$HudsonUrlField.check(HudsonPreferencesPage.java:128)<br />
        at dk.contix.eclipse.hudson.preference.HudsonPreferencesPage$HudsonUrlField.checkState(HudsonPreferencesPage.java:117)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Paul Thornton</title>
		<link>http://braindump.dk/tech/2007/05/03/eclipse-plugin-for-hudson/comment-page-1/#comment-21645</link>
		<dc:creator>Paul Thornton</dc:creator>
		<pubDate>Wed, 18 Jun 2008 11:58:25 +0000</pubDate>
		<guid isPermaLink="false">http://braindump.dk/tech/2007/05/03/eclipse-plugin-for-hudson/#comment-21645</guid>
		<description>Yeah, would be great if you can make it compatible with Eclipse 3.2, we are also tied to this version at present.</description>
		<content:encoded><![CDATA[<p>Yeah, would be great if you can make it compatible with Eclipse 3.2, we are also tied to this version at present.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Yan Burdett</title>
		<link>http://braindump.dk/tech/2007/05/03/eclipse-plugin-for-hudson/comment-page-1/#comment-21304</link>
		<dc:creator>Yan Burdett</dc:creator>
		<pubDate>Fri, 06 Jun 2008 15:59:10 +0000</pubDate>
		<guid isPermaLink="false">http://braindump.dk/tech/2007/05/03/eclipse-plugin-for-hudson/#comment-21304</guid>
		<description>Wow, nice plugin! Any chance we could get a plugin that&#039;s Eclipse 3.2 compatible. We use RAD 7.0 which runs on top of Eclipse 3.2. It would be nice to our Hudson builds in RAD.</description>
		<content:encoded><![CDATA[<p>Wow, nice plugin! Any chance we could get a plugin that&#8217;s Eclipse 3.2 compatible. We use RAD 7.0 which runs on top of Eclipse 3.2. It would be nice to our Hudson builds in RAD.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: recht</title>
		<link>http://braindump.dk/tech/2007/05/03/eclipse-plugin-for-hudson/comment-page-1/#comment-8079</link>
		<dc:creator>recht</dc:creator>
		<pubDate>Sat, 13 Oct 2007 15:20:32 +0000</pubDate>
		<guid isPermaLink="false">http://braindump.dk/tech/2007/05/03/eclipse-plugin-for-hudson/#comment-8079</guid>
		<description>Support for SSL is added to the feature requests list, and I&#039;ll try to implement it for the next version.</description>
		<content:encoded><![CDATA[<p>Support for SSL is added to the feature requests list, and I&#8217;ll try to implement it for the next version.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Graglia</title>
		<link>http://braindump.dk/tech/2007/05/03/eclipse-plugin-for-hudson/comment-page-1/#comment-8061</link>
		<dc:creator>Graglia</dc:creator>
		<pubDate>Sat, 13 Oct 2007 07:49:22 +0000</pubDate>
		<guid isPermaLink="false">http://braindump.dk/tech/2007/05/03/eclipse-plugin-for-hudson/#comment-8061</guid>
		<description>I have pb with Hudson+SSL (own signed certifacte). I have to modify the plugin source to allow that kind of certifacte.. but I think Eclipse can handle that kind of certifcate. I also use subclipse with https urls and that plugin handle well those urls : I get a certificate dialog box with accept temporaly or definitively buttons..</description>
		<content:encoded><![CDATA[<p>I have pb with Hudson+SSL (own signed certifacte). I have to modify the plugin source to allow that kind of certifacte.. but I think Eclipse can handle that kind of certifcate. I also use subclipse with https urls and that plugin handle well those urls : I get a certificate dialog box with accept temporaly or definitively buttons..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tim</title>
		<link>http://braindump.dk/tech/2007/05/03/eclipse-plugin-for-hudson/comment-page-1/#comment-5720</link>
		<dc:creator>Tim</dc:creator>
		<pubDate>Tue, 14 Aug 2007 12:10:52 +0000</pubDate>
		<guid isPermaLink="false">http://braindump.dk/tech/2007/05/03/eclipse-plugin-for-hudson/#comment-5720</guid>
		<description>Great plugin!

I found that the JobLabelProvider is leaking Image objects. This eventually causes eclipse to crash with an SWT no more handles error.

I think the plugin needs to use an ImageRegistry to store the icon instances, e.g. see http://www.javalobby.org/forums/thread.jspa?threadID=16557.</description>
		<content:encoded><![CDATA[<p>Great plugin!</p>
<p>I found that the JobLabelProvider is leaking Image objects. This eventually causes eclipse to crash with an SWT no more handles error.</p>
<p>I think the plugin needs to use an ImageRegistry to store the icon instances, e.g. see <a href="http://www.javalobby.org/forums/thread.jspa?threadID=16557." rel="nofollow">http://www.javalobby.org/forums/thread.jspa?threadID=16557.</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Integração Contínua com Hudson</title>
		<link>http://braindump.dk/tech/2007/05/03/eclipse-plugin-for-hudson/comment-page-1/#comment-5270</link>
		<dc:creator>Integração Contínua com Hudson</dc:creator>
		<pubDate>Wed, 25 Jul 2007 21:36:07 +0000</pubDate>
		<guid isPermaLink="false">http://braindump.dk/tech/2007/05/03/eclipse-plugin-for-hudson/#comment-5270</guid>
		<description>[...] Como estou envolvido no processo para definir uma ferramenta que ajude neste sentido, resolvi fazer o test drive em diversas ferramentas. Até o presente momento a mais simples e adequada para as nossas necessidades foi o projeto chamado Hudson. Ele conta até com um plugin para o Eclipse, que possibilita monitorar a execução automatizada sem sair da IDE. [...]</description>
		<content:encoded><![CDATA[<p>[...] Como estou envolvido no processo para definir uma ferramenta que ajude neste sentido, resolvi fazer o test drive em diversas ferramentas. Até o presente momento a mais simples e adequada para as nossas necessidades foi o projeto chamado Hudson. Ele conta até com um plugin para o Eclipse, que possibilita monitorar a execução automatizada sem sair da IDE. [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
