<?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"
	>
<channel>
	<title>Comments on: Tip: PDE Build and Binary Cycles</title>
	<atom:link href="http://code9.com/2008/10/28/tip-pde-build-and-binary-cycles/feed/" rel="self" type="application/rss+xml" />
	<link>http://code9.com/2008/10/28/tip-pde-build-and-binary-cycles/</link>
	<description>Code 9</description>
	<pubDate>Sun, 01 Aug 2010 09:18:58 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
		<item>
		<title>By: James</title>
		<link>http://code9.com/2008/10/28/tip-pde-build-and-binary-cycles/#comment-494</link>
		<dc:creator>James</dc:creator>
		<pubDate>Thu, 20 Nov 2008 16:48:08 +0000</pubDate>
		<guid isPermaLink="false">http://code9.com/?p=97#comment-494</guid>
		<description>"...and discussing why cycles are evil in the first place...."
Can you detail how you convinced your client that cycles are evil in the first place ?</description>
		<content:encoded><![CDATA[<p>&#8220;&#8230;and discussing why cycles are evil in the first place&#8230;.&#8221;<br />
Can you detail how you convinced your client that cycles are evil in the first place ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: zx</title>
		<link>http://code9.com/2008/10/28/tip-pde-build-and-binary-cycles/#comment-448</link>
		<dc:creator>zx</dc:creator>
		<pubDate>Sun, 02 Nov 2008 18:05:24 +0000</pubDate>
		<guid isPermaLink="false">http://code9.com/?p=97#comment-448</guid>
		<description>@Gunnar, the key word is the "workspace." Since these artifacts exist in the workspace, it won't work :(

I also assume your fragment is using Eclipse-ExtensibleAPI which is causing the cycle?

@Ekke, good to hear! We should still talk at ESE to see how we can simplify your development workflows.</description>
		<content:encoded><![CDATA[<p>@Gunnar, the key word is the &#8220;workspace.&#8221; Since these artifacts exist in the workspace, it won&#8217;t work <img src='http://code9.com/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /> </p>
<p>I also assume your fragment is using Eclipse-ExtensibleAPI which is causing the cycle?</p>
<p>@Ekke, good to hear! We should still talk at ESE to see how we can simplify your development workflows.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ekke</title>
		<link>http://code9.com/2008/10/28/tip-pde-build-and-binary-cycles/#comment-437</link>
		<dc:creator>ekke</dc:creator>
		<pubDate>Wed, 29 Oct 2008 09:11:22 +0000</pubDate>
		<guid isPermaLink="false">http://code9.com/?p=97#comment-437</guid>
		<description>hi chris,

you made my day - thanks for this enhancement I was wishing since some time.

...seems that personal experiences sometimes fixes bugs sooner then reporting by bugzilla ;-)

in my OSGI enterprise application I always run into this problem with 3rdParty bundles like SLF4J-API, EasyBeans, ...

alone this bugfix is reason enough starting with 3.5M3 for daily work :-)

ekke
BTW: I had just prepared something to show you on Eclipse Summit Europe to demonstrate how hard it is to live with these 3rd party cycles. now perhaps I can show you some of my well-running things instead...

ekke</description>
		<content:encoded><![CDATA[<p>hi chris,</p>
<p>you made my day - thanks for this enhancement I was wishing since some time.</p>
<p>&#8230;seems that personal experiences sometimes fixes bugs sooner then reporting by bugzilla <img src='http://code9.com/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
<p>in my OSGI enterprise application I always run into this problem with 3rdParty bundles like SLF4J-API, EasyBeans, &#8230;</p>
<p>alone this bugfix is reason enough starting with 3.5M3 for daily work <img src='http://code9.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p>ekke<br />
BTW: I had just prepared something to show you on Eclipse Summit Europe to demonstrate how hard it is to live with these 3rd party cycles. now perhaps I can show you some of my well-running things instead&#8230;</p>
<p>ekke</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gunnar</title>
		<link>http://code9.com/2008/10/28/tip-pde-build-and-binary-cycles/#comment-436</link>
		<dc:creator>Gunnar</dc:creator>
		<pubDate>Wed, 29 Oct 2008 07:07:32 +0000</pubDate>
		<guid isPermaLink="false">http://code9.com/?p=97#comment-436</guid>
		<description>What about this one:
* Plugin A
* Plugin B (depends on A)
* Fragment C (Host: A, depends on B)

If you have all three loaded in your workspace, PDE won't be able to build the product because of cycles (3.4/3.5M2). Will that be fixed as well?

Actually, you have a dependency but only because of the fragment. A and B can be compiled fine. The fragment is optional and can be compiled later. It just contributes an implementation to A which will be used by B *if* it is available.</description>
		<content:encoded><![CDATA[<p>What about this one:<br />
* Plugin A<br />
* Plugin B (depends on A)<br />
* Fragment C (Host: A, depends on B)</p>
<p>If you have all three loaded in your workspace, PDE won&#8217;t be able to build the product because of cycles (3.4/3.5M2). Will that be fixed as well?</p>
<p>Actually, you have a dependency but only because of the fragment. A and B can be compiled fine. The fragment is optional and can be compiled later. It just contributes an implementation to A which will be used by B *if* it is available.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
