<?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: Updated PDE Build and Test Example</title>
	<atom:link href="http://www.modumind.com/2008/08/04/updated-pde-build-and-test-example/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.modumind.com/2008/08/04/updated-pde-build-and-test-example/</link>
	<description>Eclipse RCP and OSGi training - online or onsite</description>
	<lastBuildDate>Tue, 09 Mar 2010 15:55:05 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Anthony</title>
		<link>http://www.modumind.com/2008/08/04/updated-pde-build-and-test-example/comment-page-2/#comment-6250</link>
		<dc:creator>Anthony</dc:creator>
		<pubDate>Tue, 23 Feb 2010 16:41:09 +0000</pubDate>
		<guid isPermaLink="false">http://rcpquickstart.wordpress.com/?p=100#comment-6250</guid>
		<description>Hello !
well, besides this exception, no warnings nor errors are mentioned during the build.
The failure occurs during the target &quot;java-test&quot; called by &quot;core-test&quot;, located in ${eclipse-home}/plugins/org.eclipse.test_3.2.0/library.xml called by your build.xml.
the thing is, my test plugins project still define dependencies to corona.test.application , I tried to add dependencies to org.eclipse.core.runtime (just like you did in your helloworld project), but the error remained...
I shall try it on a smaller project, mine contains more than 20 bundles
Thanks for the help ! Much appreciated !</description>
		<content:encoded><![CDATA[<p>Hello !<br />
well, besides this exception, no warnings nor errors are mentioned during the build.<br />
The failure occurs during the target &#8220;java-test&#8221; called by &#8220;core-test&#8221;, located in ${eclipse-home}/plugins/org.eclipse.test_3.2.0/library.xml called by your build.xml.<br />
the thing is, my test plugins project still define dependencies to corona.test.application , I tried to add dependencies to org.eclipse.core.runtime (just like you did in your helloworld project), but the error remained&#8230;<br />
I shall try it on a smaller project, mine contains more than 20 bundles<br />
Thanks for the help ! Much appreciated !</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Patrick</title>
		<link>http://www.modumind.com/2008/08/04/updated-pde-build-and-test-example/comment-page-2/#comment-6247</link>
		<dc:creator>Patrick</dc:creator>
		<pubDate>Tue, 23 Feb 2010 14:49:57 +0000</pubDate>
		<guid isPermaLink="false">http://rcpquickstart.wordpress.com/?p=100#comment-6247</guid>
		<description>Hi Anthony,

This usually means that bundles are not being resolved and cannot be started. Do you get any messages before the exception indicating that one or bundles cannot be started?

--- Patrick</description>
		<content:encoded><![CDATA[<p>Hi Anthony,</p>
<p>This usually means that bundles are not being resolved and cannot be started. Do you get any messages before the exception indicating that one or bundles cannot be started?</p>
<p>&#8212; Patrick</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anthony</title>
		<link>http://www.modumind.com/2008/08/04/updated-pde-build-and-test-example/comment-page-2/#comment-6246</link>
		<dc:creator>Anthony</dc:creator>
		<pubDate>Tue, 23 Feb 2010 14:16:50 +0000</pubDate>
		<guid isPermaLink="false">http://rcpquickstart.wordpress.com/?p=100#comment-6246</guid>
		<description>Hello !
With further investigation, I found out that the second step of &quot;generateFeature&quot; during the pde build, was launching this exception...
 &lt;!-- We are calling generate feature a second time so that we can get the pack / unpack clause fixed --&gt;
		
	 
is in productBuild.xml , I changed true with false, and  everything worked (although the eclipse.exe is not included in the final zip; tests and coverage are ok)

Now I tried to apply this build to my plugins and features, but I&#039;m facing a new problem : during the launch of the test, I have a :java.lang.IllegalStateException: Unable to acquire application service. Ensure that the org.eclipse.core.runtime bundle is resolved and started (see config.ini).
 exception; I was actually using Corona Testing Framework since then, to launch my product and test (worked fine under eclipse)
Thanks for your answer, à bientôt !</description>
		<content:encoded><![CDATA[<p>Hello !<br />
With further investigation, I found out that the second step of &#8220;generateFeature&#8221; during the pde build, was launching this exception&#8230;<br />
 <!-- We are calling generate feature a second time so that we can get the pack / unpack clause fixed --></p>
<p>is in productBuild.xml , I changed true with false, and  everything worked (although the eclipse.exe is not included in the final zip; tests and coverage are ok)</p>
<p>Now I tried to apply this build to my plugins and features, but I&#8217;m facing a new problem : during the launch of the test, I have a :java.lang.IllegalStateException: Unable to acquire application service. Ensure that the org.eclipse.core.runtime bundle is resolved and started (see config.ini).<br />
 exception; I was actually using Corona Testing Framework since then, to launch my product and test (worked fine under eclipse)<br />
Thanks for your answer, à bientôt !</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Patrick</title>
		<link>http://www.modumind.com/2008/08/04/updated-pde-build-and-test-example/comment-page-2/#comment-6222</link>
		<dc:creator>Patrick</dc:creator>
		<pubDate>Mon, 22 Feb 2010 17:46:46 +0000</pubDate>
		<guid isPermaLink="false">http://rcpquickstart.wordpress.com/?p=100#comment-6222</guid>
		<description>Hi Anthony,

Can you verify that you&#039;ve added the RCP Delta Pack to your build target? If this isn&#039;t the problem, feel free to email me the complete log file. It&#039;s hard to diagnose these types of issues without having more information.

--- Patrick</description>
		<content:encoded><![CDATA[<p>Hi Anthony,</p>
<p>Can you verify that you&#8217;ve added the RCP Delta Pack to your build target? If this isn&#8217;t the problem, feel free to email me the complete log file. It&#8217;s hard to diagnose these types of issues without having more information.</p>
<p>&#8212; Patrick</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anthony</title>
		<link>http://www.modumind.com/2008/08/04/updated-pde-build-and-test-example/comment-page-2/#comment-6221</link>
		<dc:creator>Anthony</dc:creator>
		<pubDate>Mon, 22 Feb 2010 17:33:46 +0000</pubDate>
		<guid isPermaLink="false">http://rcpquickstart.wordpress.com/?p=100#comment-6221</guid>
		<description>Hi !
Launching the build, I have this error, during the pde-build stage :

  [java] C:\tools\cpwr-eclipse-SDK-3.5.1-win32\plugins\org.eclipse.pde.build_3.5.1.R35x_20090820\scripts\productBuild\productBuild.xml:36: The following error occurred while executing this line:
     [java] C:\tools\cpwr-eclipse-SDK-3.5.1-win32\plugins\org.eclipse.pde.build_3.5.1.R35x_20090820\scripts\productBuild\productBuild.xml:64: java.lang.NullPointerException
     [java] Total time: 1 second

BUILD FAILED
C:\workspaces\workspace-temp\com.rcpquickstart.helloworld.build-and-test\build.xml:76: Java returned: 13

Total time: 7 seconds

Actually, I can&#039;t figure out what&#039;s happening, do you guys or Patrick have any ideas ?
Thanks for your help !
Anthony</description>
		<content:encoded><![CDATA[<p>Hi !<br />
Launching the build, I have this error, during the pde-build stage :</p>
<p>  [java] C:\tools\cpwr-eclipse-SDK-3.5.1-win32\plugins\org.eclipse.pde.build_3.5.1.R35x_20090820\scripts\productBuild\productBuild.xml:36: The following error occurred while executing this line:<br />
     [java] C:\tools\cpwr-eclipse-SDK-3.5.1-win32\plugins\org.eclipse.pde.build_3.5.1.R35x_20090820\scripts\productBuild\productBuild.xml:64: java.lang.NullPointerException<br />
     [java] Total time: 1 second</p>
<p>BUILD FAILED<br />
C:\workspaces\workspace-temp\com.rcpquickstart.helloworld.build-and-test\build.xml:76: Java returned: 13</p>
<p>Total time: 7 seconds</p>
<p>Actually, I can&#8217;t figure out what&#8217;s happening, do you guys or Patrick have any ideas ?<br />
Thanks for your help !<br />
Anthony</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Patrick</title>
		<link>http://www.modumind.com/2008/08/04/updated-pde-build-and-test-example/comment-page-2/#comment-1601</link>
		<dc:creator>Patrick</dc:creator>
		<pubDate>Fri, 11 Sep 2009 17:10:30 +0000</pubDate>
		<guid isPermaLink="false">http://rcpquickstart.wordpress.com/?p=100#comment-1601</guid>
		<description>Hi Darragh,

Did you add an icon of your own to the example? I just left it as the default Eclipse icon. If you have added an icon, are you specifying separate bitmaps or a single ico file. FWIW, I&#039;ve had better luck with the ico file in the past.

--- Patrick</description>
		<content:encoded><![CDATA[<p>Hi Darragh,</p>
<p>Did you add an icon of your own to the example? I just left it as the default Eclipse icon. If you have added an icon, are you specifying separate bitmaps or a single ico file. FWIW, I&#8217;ve had better luck with the ico file in the past.</p>
<p>&#8212; Patrick</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Darragh</title>
		<link>http://www.modumind.com/2008/08/04/updated-pde-build-and-test-example/comment-page-2/#comment-1597</link>
		<dc:creator>Darragh</dc:creator>
		<pubDate>Fri, 11 Sep 2009 09:07:22 +0000</pubDate>
		<guid isPermaLink="false">http://rcpquickstart.wordpress.com/?p=100#comment-1597</guid>
		<description>Hi Patrick,

That fix seemed to work but I have one more question. The generated launcher.exe does not include the product branding icons (the icon is still the eclipse icon in windows explorer). Do you see this problem or is it just something local to my machine?

BTW, thanks for this example. Its the only one I&#039;ve found that works :)

Thanks in advance,
Darragh</description>
		<content:encoded><![CDATA[<p>Hi Patrick,</p>
<p>That fix seemed to work but I have one more question. The generated launcher.exe does not include the product branding icons (the icon is still the eclipse icon in windows explorer). Do you see this problem or is it just something local to my machine?</p>
<p>BTW, thanks for this example. Its the only one I&#8217;ve found that works :)</p>
<p>Thanks in advance,<br />
Darragh</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Darragh</title>
		<link>http://www.modumind.com/2008/08/04/updated-pde-build-and-test-example/comment-page-1/#comment-1574</link>
		<dc:creator>Darragh</dc:creator>
		<pubDate>Wed, 09 Sep 2009 13:44:51 +0000</pubDate>
		<guid isPermaLink="false">http://rcpquickstart.wordpress.com/?p=100#comment-1574</guid>
		<description>Thanks for that. I&#039;ll give it a go and see if it fixes the problem.

Best regards,
Darragh</description>
		<content:encoded><![CDATA[<p>Thanks for that. I&#8217;ll give it a go and see if it fixes the problem.</p>
<p>Best regards,<br />
Darragh</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Patrick</title>
		<link>http://www.modumind.com/2008/08/04/updated-pde-build-and-test-example/comment-page-1/#comment-1562</link>
		<dc:creator>Patrick</dc:creator>
		<pubDate>Tue, 08 Sep 2009 13:49:26 +0000</pubDate>
		<guid isPermaLink="false">http://rcpquickstart.wordpress.com/?p=100#comment-1562</guid>
		<description>Hi Darragh,

I hadn&#039;t run this example in Eclipse 3.5 yet, but I tried it this morning. To get it to run, you&#039;ll need to do the following:

1. Go to the product file (helloworld.product) and on the Dependencies tab, remove and re-add the org.eclipse.rcp feature. The feature has a version number attached to it and we need to update this with the latest version.

2. Open up the feature.xml file in com.rcpquickstart.helloworld.test.feature and org.junit (3.8.x) to the list of plugins.

I hope this helps,

--- Patrick</description>
		<content:encoded><![CDATA[<p>Hi Darragh,</p>
<p>I hadn&#8217;t run this example in Eclipse 3.5 yet, but I tried it this morning. To get it to run, you&#8217;ll need to do the following:</p>
<p>1. Go to the product file (helloworld.product) and on the Dependencies tab, remove and re-add the org.eclipse.rcp feature. The feature has a version number attached to it and we need to update this with the latest version.</p>
<p>2. Open up the feature.xml file in com.rcpquickstart.helloworld.test.feature and org.junit (3.8.x) to the list of plugins.</p>
<p>I hope this helps,</p>
<p>&#8212; Patrick</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Darragh</title>
		<link>http://www.modumind.com/2008/08/04/updated-pde-build-and-test-example/comment-page-1/#comment-1559</link>
		<dc:creator>Darragh</dc:creator>
		<pubDate>Tue, 08 Sep 2009 07:45:17 +0000</pubDate>
		<guid isPermaLink="false">http://rcpquickstart.wordpress.com/?p=100#comment-1559</guid>
		<description>Hi Patrick,

I&#039;ve been trying to get this example to run but I&#039;m running into &#039;missing plugin&#039; problems. I&#039;m using the latest 3.5 release of the eclipse SDK and I&#039;m getting the following errors:

[java] generateFeature:
[java] [eclipse.generateFeature] Some inter-plug-in dependencies have not been satisfied.
[java] [eclipse.generateFeature] Bundle org.eclipse.compare.win32:
[java] [eclipse.generateFeature] Missing required plug-in org.eclipse.compare_[3.5.0,4.0.0).
[java] [eclipse.generateFeature] Missing required plug-in org.eclipse.core.filesystem_[1.2.0,2.0.0).
[java] [eclipse.generateFeature] Missing required plug-in org.eclipse.ui.forms_[3.4.0,4.0.0).
[java] [eclipse.generateFeature] Missing required plug-in org.eclipse.core.resources_[3.5.0,4.0.0).
[java] [eclipse.generateFeature] Bundle org.eclipse.core.filesystem.win32.x86:
[java] [eclipse.generateFeature] Host plug-in org.eclipse.core.filesystem_[1.1.0,2.0.0) has not been found.
[java] [eclipse.generateFeature] Bundle org.eclipse.core.net.win32.x86:
[java] [eclipse.generateFeature] Host plug-in org.eclipse.core.net_1.1.0 has not been found.
[java] [eclipse.generateFeature] Bundle org.eclipse.core.resources.win32.x86:
[java] [eclipse.generateFeature] Host plug-in org.eclipse.core.resources_[3.5.0,4.0.0) has not been found.
[java] [eclipse.generateFeature] Bundle org.eclipse.equinox.security.win32.x86:
[java] [eclipse.generateFeature] Host plug-in org.eclipse.equinox.security_[1.0.0,2.0.0) has not been found.
[java] [eclipse.generateFeature] Bundle org.eclipse.ui.win32:
[java] [eclipse.generateFeature] Host plug-in org.eclipse.ui.ide_[3.2.0,4.0.0) has not been found.
[java] [eclipse.generateFeature] Bundle org.eclipse.update.core.win32:
[java] [eclipse.generateFeature] Host plug-in org.eclipse.update.core_[3.0.0,4.0.0) has not been found.
[java] [eclipse.generateFeature] Bundle org.junit4:
[java] [eclipse.generateFeature] Missing required plug-in org.hamcrest.core_1.1.0.

[java] BUILD FAILED
[java] D:\Programs\eclipse\plugins\org.eclipse.pde.build_3.5.0.v20090527-1800\scripts\productBuild\productBuild.xml:36: The following error occurred while executing this line:
[java] D:\Programs\eclipse\plugins\org.eclipse.pde.build_3.5.0.v20090527-1800\scripts\productBuild\productBuild.xml:64: Unable to find feature &quot;org.eclipse.rcp&quot; with version in range [3.3.0.v20070607-8y8eE8NEbsN3X_fjWS8HPNG,3.3.0.v20070607-8y8eE8NEbsN3X_fjWS8HPNG].

I&#039;m new to the RCP scene so if you have any pointers on this problem that would be great.

Thanks in advance,
Darragh</description>
		<content:encoded><![CDATA[<p>Hi Patrick,</p>
<p>I&#8217;ve been trying to get this example to run but I&#8217;m running into &#8216;missing plugin&#8217; problems. I&#8217;m using the latest 3.5 release of the eclipse SDK and I&#8217;m getting the following errors:</p>
<p>[java] generateFeature:<br />
[java] [eclipse.generateFeature] Some inter-plug-in dependencies have not been satisfied.<br />
[java] [eclipse.generateFeature] Bundle org.eclipse.compare.win32:<br />
[java] [eclipse.generateFeature] Missing required plug-in org.eclipse.compare_[3.5.0,4.0.0).<br />
[java] [eclipse.generateFeature] Missing required plug-in org.eclipse.core.filesystem_[1.2.0,2.0.0).<br />
[java] [eclipse.generateFeature] Missing required plug-in org.eclipse.ui.forms_[3.4.0,4.0.0).<br />
[java] [eclipse.generateFeature] Missing required plug-in org.eclipse.core.resources_[3.5.0,4.0.0).<br />
[java] [eclipse.generateFeature] Bundle org.eclipse.core.filesystem.win32.x86:<br />
[java] [eclipse.generateFeature] Host plug-in org.eclipse.core.filesystem_[1.1.0,2.0.0) has not been found.<br />
[java] [eclipse.generateFeature] Bundle org.eclipse.core.net.win32.x86:<br />
[java] [eclipse.generateFeature] Host plug-in org.eclipse.core.net_1.1.0 has not been found.<br />
[java] [eclipse.generateFeature] Bundle org.eclipse.core.resources.win32.x86:<br />
[java] [eclipse.generateFeature] Host plug-in org.eclipse.core.resources_[3.5.0,4.0.0) has not been found.<br />
[java] [eclipse.generateFeature] Bundle org.eclipse.equinox.security.win32.x86:<br />
[java] [eclipse.generateFeature] Host plug-in org.eclipse.equinox.security_[1.0.0,2.0.0) has not been found.<br />
[java] [eclipse.generateFeature] Bundle org.eclipse.ui.win32:<br />
[java] [eclipse.generateFeature] Host plug-in org.eclipse.ui.ide_[3.2.0,4.0.0) has not been found.<br />
[java] [eclipse.generateFeature] Bundle org.eclipse.update.core.win32:<br />
[java] [eclipse.generateFeature] Host plug-in org.eclipse.update.core_[3.0.0,4.0.0) has not been found.<br />
[java] [eclipse.generateFeature] Bundle org.junit4:<br />
[java] [eclipse.generateFeature] Missing required plug-in org.hamcrest.core_1.1.0.</p>
<p>[java] BUILD FAILED<br />
[java] D:\Programs\eclipse\plugins\org.eclipse.pde.build_3.5.0.v20090527-1800\scripts\productBuild\productBuild.xml:36: The following error occurred while executing this line:<br />
[java] D:\Programs\eclipse\plugins\org.eclipse.pde.build_3.5.0.v20090527-1800\scripts\productBuild\productBuild.xml:64: Unable to find feature &#8220;org.eclipse.rcp&#8221; with version in range [3.3.0.v20070607-8y8eE8NEbsN3X_fjWS8HPNG,3.3.0.v20070607-8y8eE8NEbsN3X_fjWS8HPNG].</p>
<p>I&#8217;m new to the RCP scene so if you have any pointers on this problem that would be great.</p>
<p>Thanks in advance,<br />
Darragh</p>
]]></content:encoded>
	</item>
</channel>
</rss>
