<?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: IntelliJ IDEA Plugin v1.1.3 Released</title>
	<atom:link href="http://blog.apidoc.org/2007/03/10/intellij-idea-plugin-v113-released/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.apidoc.org/2007/03/10/intellij-idea-plugin-v113-released/</link>
	<description>News for users of APIdoc</description>
	<pubDate>Tue, 06 Jan 2009 04:30:11 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Andreas Sahlbach</title>
		<link>http://blog.apidoc.org/2007/03/10/intellij-idea-plugin-v113-released/comment-page-1/#comment-3761</link>
		<dc:creator>Andreas Sahlbach</dc:creator>
		<pubDate>Fri, 16 May 2008 12:27:36 +0000</pubDate>
		<guid isPermaLink="false">http://blog.apidoc.org/2007/03/10/intellij-idea-plugin-v113-released/#comment-3761</guid>
		<description>Confirming the successful fix. Now it works without any problems. Thanks for the update!</description>
		<content:encoded><![CDATA[<p>Confirming the successful fix. Now it works without any problems. Thanks for the update!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Phil</title>
		<link>http://blog.apidoc.org/2007/03/10/intellij-idea-plugin-v113-released/comment-page-1/#comment-3758</link>
		<dc:creator>Phil</dc:creator>
		<pubDate>Thu, 15 May 2008 23:48:04 +0000</pubDate>
		<guid isPermaLink="false">http://blog.apidoc.org/2007/03/10/intellij-idea-plugin-v113-released/#comment-3758</guid>
		<description>I've now released version 1.1.4 of the plugin to fix this issue. See http://blog.apidoc.org/2008/05/15/intellij-idea-plugin-v114-released/ for details.</description>
		<content:encoded><![CDATA[<p>I&#8217;ve now released version 1.1.4 of the plugin to fix this issue. See <a href="http://blog.apidoc.org/2008/05/15/intellij-idea-plugin-v114-released/" rel="nofollow">http://blog.apidoc.org/2008/05/15/intellij-idea-plugin-v114-released/</a> for details.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Phil</title>
		<link>http://blog.apidoc.org/2007/03/10/intellij-idea-plugin-v113-released/comment-page-1/#comment-3718</link>
		<dc:creator>Phil</dc:creator>
		<pubDate>Thu, 08 May 2008 12:15:20 +0000</pubDate>
		<guid isPermaLink="false">http://blog.apidoc.org/2007/03/10/intellij-idea-plugin-v113-released/#comment-3718</guid>
		<description>Hi Andreas,

The APIdoc plugin does use the IDEA Proxy settings and works with a proxy in IDEA 6. It looks like something must have changed in IDEA between versions 6 and 7 that has broken how the APIdoc plugin picks up the proxy settings. I'll take a look into this when I get a moment.

Regards,

Phil</description>
		<content:encoded><![CDATA[<p>Hi Andreas,</p>
<p>The APIdoc plugin does use the IDEA Proxy settings and works with a proxy in IDEA 6. It looks like something must have changed in IDEA between versions 6 and 7 that has broken how the APIdoc plugin picks up the proxy settings. I&#8217;ll take a look into this when I get a moment.</p>
<p>Regards,</p>
<p>Phil</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andreas Sahlbach</title>
		<link>http://blog.apidoc.org/2007/03/10/intellij-idea-plugin-v113-released/comment-page-1/#comment-3717</link>
		<dc:creator>Andreas Sahlbach</dc:creator>
		<pubDate>Thu, 08 May 2008 11:33:42 +0000</pubDate>
		<guid isPermaLink="false">http://blog.apidoc.org/2007/03/10/intellij-idea-plugin-v113-released/#comment-3717</guid>
		<description>The plugin doesn't work. It ignores the Proxy Setting I've entered in idea 7.0.3. Other plugins can browse the internet without problems.

Error:
Error running search for "java:NotBoundException": Error fetching url: http://apidoc.org/xml/search?query=java%3ANotBoundException
org.apidoc.plugins.common.SessionCommsException: Error fetching url: http://apidoc.org/xml/search?query=java%3ANotBoundException
	at org.apidoc.plugins.common.Session.execute(Session.java:189)
	at org.apidoc.plugins.common.Session.search(Session.java:146)
	at org.apidoc.plugins.idea.SearchTask.run(SearchTask.java:31)
	at java.lang.Thread.run(Thread.java:619)
Caused by: java.net.UnknownHostException: apidoc.org
	at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:177)
	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:79)
	at org.apache.commons.httpclient.protocol.DefaultProtocolSocketFactory.createSocket(DefaultProtocolSocketFactory.java:121)
	at org.apache.commons.httpclient.HttpConnection.open(HttpConnection.java:706)
	at org.apache.commons.httpclient.HttpMethodDirector.executeWithRetry(HttpMethodDirector.java:386)
	at org.apache.commons.httpclient.HttpMethodDirector.executeMethod(HttpMethodDirector.java:170)
	at org.apache.commons.httpclient.HttpClient.executeMethod(HttpClient.java:396)
	at org.apache.commons.httpclient.HttpClient.executeMethod(HttpClient.java:324)
	at org.apidoc.plugins.common.Session.fetchURL(Session.java:232)
	at org.apidoc.plugins.common.Session.execute(Session.java:167)
	... 3 more



java.net.UnknownHostException: apidoc.org
	at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:177)
	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:79)
	at org.apache.commons.httpclient.protocol.DefaultProtocolSocketFactory.createSocket(DefaultProtocolSocketFactory.java:121)
	at org.apache.commons.httpclient.HttpConnection.open(HttpConnection.java:706)
	at org.apache.commons.httpclient.HttpMethodDirector.executeWithRetry(HttpMethodDirector.java:386)
	at org.apache.commons.httpclient.HttpMethodDirector.executeMethod(HttpMethodDirector.java:170)
	at org.apache.commons.httpclient.HttpClient.executeMethod(HttpClient.java:396)
	at org.apache.commons.httpclient.HttpClient.executeMethod(HttpClient.java:324)
	at org.apidoc.plugins.common.Session.fetchURL(Session.java:232)
	at org.apidoc.plugins.common.Session.execute(Session.java:167)
	at org.apidoc.plugins.common.Session.search(Session.java:146)
	at org.apidoc.plugins.idea.SearchTask.run(SearchTask.java:31)
	at java.lang.Thread.run(Thread.java:619)</description>
		<content:encoded><![CDATA[<p>The plugin doesn&#8217;t work. It ignores the Proxy Setting I&#8217;ve entered in idea 7.0.3. Other plugins can browse the internet without problems.</p>
<p>Error:<br />
Error running search for &#8220;java:NotBoundException&#8221;: Error fetching url: <a href="http://apidoc.org/xml/search?query=java%3ANotBoundException" rel="nofollow">http://apidoc.org/xml/search?query=java%3ANotBoundException</a><br />
org.apidoc.plugins.common.SessionCommsException: Error fetching url: <a href="http://apidoc.org/xml/search?query=java%3ANotBoundException" rel="nofollow">http://apidoc.org/xml/search?query=java%3ANotBoundException</a><br />
	at org.apidoc.plugins.common.Session.execute(Session.java:189)<br />
	at org.apidoc.plugins.common.Session.search(Session.java:146)<br />
	at org.apidoc.plugins.idea.SearchTask.run(SearchTask.java:31)<br />
	at java.lang.Thread.run(Thread.java:619)<br />
Caused by: java.net.UnknownHostException: apidoc.org<br />
	at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:177)<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:79)<br />
	at org.apache.commons.httpclient.protocol.DefaultProtocolSocketFactory.createSocket(DefaultProtocolSocketFactory.java:121)<br />
	at org.apache.commons.httpclient.HttpConnection.open(HttpConnection.java:706)<br />
	at org.apache.commons.httpclient.HttpMethodDirector.executeWithRetry(HttpMethodDirector.java:386)<br />
	at org.apache.commons.httpclient.HttpMethodDirector.executeMethod(HttpMethodDirector.java:170)<br />
	at org.apache.commons.httpclient.HttpClient.executeMethod(HttpClient.java:396)<br />
	at org.apache.commons.httpclient.HttpClient.executeMethod(HttpClient.java:324)<br />
	at org.apidoc.plugins.common.Session.fetchURL(Session.java:232)<br />
	at org.apidoc.plugins.common.Session.execute(Session.java:167)<br />
	&#8230; 3 more</p>
<p>java.net.UnknownHostException: apidoc.org<br />
	at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:177)<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:79)<br />
	at org.apache.commons.httpclient.protocol.DefaultProtocolSocketFactory.createSocket(DefaultProtocolSocketFactory.java:121)<br />
	at org.apache.commons.httpclient.HttpConnection.open(HttpConnection.java:706)<br />
	at org.apache.commons.httpclient.HttpMethodDirector.executeWithRetry(HttpMethodDirector.java:386)<br />
	at org.apache.commons.httpclient.HttpMethodDirector.executeMethod(HttpMethodDirector.java:170)<br />
	at org.apache.commons.httpclient.HttpClient.executeMethod(HttpClient.java:396)<br />
	at org.apache.commons.httpclient.HttpClient.executeMethod(HttpClient.java:324)<br />
	at org.apidoc.plugins.common.Session.fetchURL(Session.java:232)<br />
	at org.apidoc.plugins.common.Session.execute(Session.java:167)<br />
	at org.apidoc.plugins.common.Session.search(Session.java:146)<br />
	at org.apidoc.plugins.idea.SearchTask.run(SearchTask.java:31)<br />
	at java.lang.Thread.run(Thread.java:619)</p>
]]></content:encoded>
	</item>
</channel>
</rss>
