<?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: OSGi, Eclipse and API Management</title>
	<atom:link href="http://eclipsesource.com/blogs/2009/07/08/osgi-eclipse-and-api-management/feed/" rel="self" type="application/rss+xml" />
	<link>http://eclipsesource.com/blogs/2009/07/08/osgi-eclipse-and-api-management/</link>
	<description>Eclipse Equinox OSGi</description>
	<lastBuildDate>Sat, 20 Mar 2010 03:13:03 +0100</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: pkapur</title>
		<link>http://eclipsesource.com/blogs/2009/07/08/osgi-eclipse-and-api-management/comment-page-1/#comment-3116</link>
		<dc:creator>pkapur</dc:creator>
		<pubDate>Tue, 24 Nov 2009 19:15:16 +0000</pubDate>
		<guid isPermaLink="false">http://eclipsesource.com/blogs/?p=1977#comment-3116</guid>
		<description>Hi Chris,

That was indeed the source of the problem. Thanks a lot. I spent 2 days trying various classpath scenarios and I would have never figured this out. Thanks for the post on the pde mailing list as well.

I am working on a research tool that (should) leverage the results of the API Tooling so I&#039;m sure you&#039;ll be hearing more from me.

Cheers.</description>
		<content:encoded><![CDATA[<p>Hi Chris,</p>
<p>That was indeed the source of the problem. Thanks a lot. I spent 2 days trying various classpath scenarios and I would have never figured this out. Thanks for the post on the pde mailing list as well.</p>
<p>I am working on a research tool that (should) leverage the results of the API Tooling so I&#8217;m sure you&#8217;ll be hearing more from me.</p>
<p>Cheers.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris Aniszczyk</title>
		<link>http://eclipsesource.com/blogs/2009/07/08/osgi-eclipse-and-api-management/comment-page-1/#comment-3112</link>
		<dc:creator>Chris Aniszczyk</dc:creator>
		<pubDate>Tue, 24 Nov 2009 15:18:52 +0000</pubDate>
		<guid isPermaLink="false">http://eclipsesource.com/blogs/?p=1977#comment-3112</guid>
		<description>pkapur, when running the scripts inside of Eclipse, make sure you &quot;Run in the same JRE as the workspace.&quot;

This option is available in the JRE tab of the &lt;b&gt;External Tool Configurations&lt;/b&gt; dialog.

I believe the error is happening because you&#039;re using a separate JRE from what the workspace is using.</description>
		<content:encoded><![CDATA[<p>pkapur, when running the scripts inside of Eclipse, make sure you &#8220;Run in the same JRE as the workspace.&#8221;</p>
<p>This option is available in the JRE tab of the <b>External Tool Configurations</b> dialog.</p>
<p>I believe the error is happening because you&#8217;re using a separate JRE from what the workspace is using.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: pkapur</title>
		<link>http://eclipsesource.com/blogs/2009/07/08/osgi-eclipse-and-api-management/comment-page-1/#comment-3110</link>
		<dc:creator>pkapur</dc:creator>
		<pubDate>Tue, 24 Nov 2009 02:25:40 +0000</pubDate>
		<guid isPermaLink="false">http://eclipsesource.com/blogs/?p=1977#comment-3110</guid>
		<description>Attempting to run any of the provided build scripts inside an empty project in Eclipse 3.5.1 generates:

Problem: failed to create task or type apitooling.analysis
Cause: The name is undefined.
Action: Check the spelling.
Action: Check that any custom tasks/types have been declared.
Action: Check that any / declarations have taken place.

This is despite the fact that under Eclipse &gt; Preferences &gt; Ant &gt; Runtime &gt; Tasks you can clearly see that the apitooling.analysis and the apitooling.analysis_reportconversion (or others) are being loaded by Eclipse.

The same error occurs in a fresh Eclipse 3.4.2 installation.</description>
		<content:encoded><![CDATA[<p>Attempting to run any of the provided build scripts inside an empty project in Eclipse 3.5.1 generates:</p>
<p>Problem: failed to create task or type apitooling.analysis<br />
Cause: The name is undefined.<br />
Action: Check the spelling.<br />
Action: Check that any custom tasks/types have been declared.<br />
Action: Check that any / declarations have taken place.</p>
<p>This is despite the fact that under Eclipse &gt; Preferences &gt; Ant &gt; Runtime &gt; Tasks you can clearly see that the apitooling.analysis and the apitooling.analysis_reportconversion (or others) are being loaded by Eclipse.</p>
<p>The same error occurs in a fresh Eclipse 3.4.2 installation.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lars Vogel</title>
		<link>http://eclipsesource.com/blogs/2009/07/08/osgi-eclipse-and-api-management/comment-page-1/#comment-2214</link>
		<dc:creator>Lars Vogel</dc:creator>
		<pubDate>Wed, 15 Jul 2009 16:14:52 +0000</pubDate>
		<guid isPermaLink="false">http://eclipsesource.com/blogs/?p=1977#comment-2214</guid>
		<description>Sorry, took me longer then I expected. 

The Bug is opened: https://bugs.eclipse.org/bugs/show_bug.cgi?id=283574

And I have described how to write an extension to identify dead code here: http://www.vogella.de/blog/?p=477</description>
		<content:encoded><![CDATA[<p>Sorry, took me longer then I expected. </p>
<p>The Bug is opened: <a href="https://bugs.eclipse.org/bugs/show_bug.cgi?id=283574" rel="nofollow">https://bugs.eclipse.org/bugs/show_bug.cgi?id=283574</a></p>
<p>And I have described how to write an extension to identify dead code here: <a href="http://www.vogella.de/blog/?p=477" rel="nofollow">http://www.vogella.de/blog/?p=477</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lars Vogel</title>
		<link>http://eclipsesource.com/blogs/2009/07/08/osgi-eclipse-and-api-management/comment-page-1/#comment-2013</link>
		<dc:creator>Lars Vogel</dc:creator>
		<pubDate>Thu, 09 Jul 2009 16:55:14 +0000</pubDate>
		<guid isPermaLink="false">http://eclipsesource.com/blogs/?p=1977#comment-2013</guid>
		<description>Ok, I&#039;ll.  In addition I will create a simple solution and blog about it, I believe this would be a nice feature for others.</description>
		<content:encoded><![CDATA[<p>Ok, I&#8217;ll.  In addition I will create a simple solution and blog about it, I believe this would be a nice feature for others.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris Aniszczyk</title>
		<link>http://eclipsesource.com/blogs/2009/07/08/osgi-eclipse-and-api-management/comment-page-1/#comment-2002</link>
		<dc:creator>Chris Aniszczyk</dc:creator>
		<pubDate>Thu, 09 Jul 2009 14:05:25 +0000</pubDate>
		<guid isPermaLink="false">http://eclipsesource.com/blogs/?p=1977#comment-2002</guid>
		<description>Not yet Lars. Can you &lt;a href=&quot;https://bugs.eclipse.org/bugs/enter_bug.cgi?classification=PDE&quot; rel=&quot;nofollow&quot;&gt;file a bug&lt;/a&gt; against PDE API Tools to request this feature?</description>
		<content:encoded><![CDATA[<p>Not yet Lars. Can you <a href="https://bugs.eclipse.org/bugs/enter_bug.cgi?classification=PDE" rel="nofollow">file a bug</a> against PDE API Tools to request this feature?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lars Vogel</title>
		<link>http://eclipsesource.com/blogs/2009/07/08/osgi-eclipse-and-api-management/comment-page-1/#comment-1980</link>
		<dc:creator>Lars Vogel</dc:creator>
		<pubDate>Thu, 09 Jul 2009 07:03:15 +0000</pubDate>
		<guid isPermaLink="false">http://eclipsesource.com/blogs/?p=1977#comment-1980</guid>
		<description>Can I also see which API (public methods) is not used?</description>
		<content:encoded><![CDATA[<p>Can I also see which API (public methods) is not used?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
