<?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: Getting started with PDE Build</title>
	<atom:link href="http://www.modumind.com/2007/06/06/getting-started-with-pde-build/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.modumind.com/2007/06/06/getting-started-with-pde-build/</link>
	<description>Eclipse RCP and OSGi training - online or onsite</description>
	<lastBuildDate>Tue, 31 Aug 2010 01:28:19 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: Patrick</title>
		<link>http://www.modumind.com/2007/06/06/getting-started-with-pde-build/comment-page-6/#comment-10368</link>
		<dc:creator>Patrick</dc:creator>
		<pubDate>Mon, 02 Aug 2010 22:12:00 +0000</pubDate>
		<guid isPermaLink="false">http://rcpquickstart.wordpress.com/2007/06/06/getting-started-with-pde-build/#comment-10368</guid>
		<description>Hi Johan,

Are you using Helios as your target platform or are you trying to build with Helios against a Galileo RCP target?

If you&#039;re trying to build against a Helios target I have noticed some differences that required changes in the build script. I&#039;ve been meaning to post these online, but I&#039;ll email you the new sample projects.

--- Patrick</description>
		<content:encoded><![CDATA[<p>Hi Johan,</p>
<p>Are you using Helios as your target platform or are you trying to build with Helios against a Galileo RCP target?</p>
<p>If you&#8217;re trying to build against a Helios target I have noticed some differences that required changes in the build script. I&#8217;ve been meaning to post these online, but I&#8217;ll email you the new sample projects.</p>
<p>&#8212; Patrick</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Johan</title>
		<link>http://www.modumind.com/2007/06/06/getting-started-with-pde-build/comment-page-6/#comment-10361</link>
		<dc:creator>Johan</dc:creator>
		<pubDate>Mon, 02 Aug 2010 08:31:59 +0000</pubDate>
		<guid isPermaLink="false">http://rcpquickstart.wordpress.com/2007/06/06/getting-started-with-pde-build/#comment-10361</guid>
		<description>Hi,

I&#039;m using the PDE build script from your example but experiencing problems with Eclipse Helios that I did not encounter in Galileo. The problem manifests itself as false positives reported by the Hudson CI tool which used to call the Ant script in order to build code. Initially I thought this was a Hudson problem and documented the issue here: http://issues.hudson-ci.org/browse/HUDSON-6969. The resolution of that issue claims the problem is due to Ant errors not properly propagated, which I cannot understand since I&#039;m only calling the one Ant target below:


  
  
    
    
    
    
    
    
    
      
    
  


Any ideas? Thankful for any thoughts about this.</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>I&#8217;m using the PDE build script from your example but experiencing problems with Eclipse Helios that I did not encounter in Galileo. The problem manifests itself as false positives reported by the Hudson CI tool which used to call the Ant script in order to build code. Initially I thought this was a Hudson problem and documented the issue here: <a href="http://issues.hudson-ci.org/browse/HUDSON-6969" rel="nofollow">http://issues.hudson-ci.org/browse/HUDSON-6969</a>. The resolution of that issue claims the problem is due to Ant errors not properly propagated, which I cannot understand since I&#8217;m only calling the one Ant target below:</p>
<p>Any ideas? Thankful for any thoughts about this.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Laurie</title>
		<link>http://www.modumind.com/2007/06/06/getting-started-with-pde-build/comment-page-6/#comment-9981</link>
		<dc:creator>Laurie</dc:creator>
		<pubDate>Mon, 12 Jul 2010 18:09:49 +0000</pubDate>
		<guid isPermaLink="false">http://rcpquickstart.wordpress.com/2007/06/06/getting-started-with-pde-build/#comment-9981</guid>
		<description>Thank you for this sample of using PDE. I struggled with getting a build to work, researched the web for several days. I came across your example through one of my searches and had my build working in about 2-4 hours. I struggled with a few error messages. Today I figured it out by comparing what you had to what my build had. That was extremely helpful. I just wanted to say thanks for developing and sharing it so freely.</description>
		<content:encoded><![CDATA[<p>Thank you for this sample of using PDE. I struggled with getting a build to work, researched the web for several days. I came across your example through one of my searches and had my build working in about 2-4 hours. I struggled with a few error messages. Today I figured it out by comparing what you had to what my build had. That was extremely helpful. I just wanted to say thanks for developing and sharing it so freely.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: gambit</title>
		<link>http://www.modumind.com/2007/06/06/getting-started-with-pde-build/comment-page-6/#comment-9637</link>
		<dc:creator>gambit</dc:creator>
		<pubDate>Thu, 01 Jul 2010 05:59:41 +0000</pubDate>
		<guid isPermaLink="false">http://rcpquickstart.wordpress.com/2007/06/06/getting-started-with-pde-build/#comment-9637</guid>
		<description>Thanks a lot. I am looking forward to test your example.
gambit</description>
		<content:encoded><![CDATA[<p>Thanks a lot. I am looking forward to test your example.<br />
gambit</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Patrick</title>
		<link>http://www.modumind.com/2007/06/06/getting-started-with-pde-build/comment-page-6/#comment-9619</link>
		<dc:creator>Patrick</dc:creator>
		<pubDate>Wed, 30 Jun 2010 19:43:41 +0000</pubDate>
		<guid isPermaLink="false">http://rcpquickstart.wordpress.com/2007/06/06/getting-started-with-pde-build/#comment-9619</guid>
		<description>I think I know what&#039;s going on here. Helios builds will require a slightly different setup because the RCP Runtime Binary is packaged as a p2 repository. I&#039;m going to write a blog post soon with an updated example download. In the mean time, I&#039;ll email you the example and if you could test it out, that would help me a lot.

Thanks,

--- Patrick</description>
		<content:encoded><![CDATA[<p>I think I know what&#8217;s going on here. Helios builds will require a slightly different setup because the RCP Runtime Binary is packaged as a p2 repository. I&#8217;m going to write a blog post soon with an updated example download. In the mean time, I&#8217;ll email you the example and if you could test it out, that would help me a lot.</p>
<p>Thanks,</p>
<p>&#8212; Patrick</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: gambit</title>
		<link>http://www.modumind.com/2007/06/06/getting-started-with-pde-build/comment-page-6/#comment-9607</link>
		<dc:creator>gambit</dc:creator>
		<pubDate>Wed, 30 Jun 2010 14:03:49 +0000</pubDate>
		<guid isPermaLink="false">http://rcpquickstart.wordpress.com/2007/06/06/getting-started-with-pde-build/#comment-9607</guid>
		<description>Hi Patrick,

Very good tutorial. Unfortunately, for me your example does not work. It just doesn&#039;t copy the launcher into the final archive. Everything else works. I am using the Eclipse Helios and I checked (several times now) any product parameter. I just cannot fix this one. Any ideas?
Thank your for the tutorial. It really helped me a lot so far.
gambit</description>
		<content:encoded><![CDATA[<p>Hi Patrick,</p>
<p>Very good tutorial. Unfortunately, for me your example does not work. It just doesn&#8217;t copy the launcher into the final archive. Everything else works. I am using the Eclipse Helios and I checked (several times now) any product parameter. I just cannot fix this one. Any ideas?<br />
Thank your for the tutorial. It really helped me a lot so far.<br />
gambit</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Attila</title>
		<link>http://www.modumind.com/2007/06/06/getting-started-with-pde-build/comment-page-6/#comment-9331</link>
		<dc:creator>Attila</dc:creator>
		<pubDate>Fri, 18 Jun 2010 23:02:06 +0000</pubDate>
		<guid isPermaLink="false">http://rcpquickstart.wordpress.com/2007/06/06/getting-started-with-pde-build/#comment-9331</guid>
		<description>Hi Patrick,

thank you very much for this tutorial.
After a half day frustration finally I found your description and it really worked!

Attila</description>
		<content:encoded><![CDATA[<p>Hi Patrick,</p>
<p>thank you very much for this tutorial.<br />
After a half day frustration finally I found your description and it really worked!</p>
<p>Attila</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Patrick</title>
		<link>http://www.modumind.com/2007/06/06/getting-started-with-pde-build/comment-page-6/#comment-9168</link>
		<dc:creator>Patrick</dc:creator>
		<pubDate>Thu, 10 Jun 2010 20:40:47 +0000</pubDate>
		<guid isPermaLink="false">http://rcpquickstart.wordpress.com/2007/06/06/getting-started-with-pde-build/#comment-9168</guid>
		<description>Hi Diana,

First, it&#039;s common to get a list of unsatisfied dependencies at the beginning of the build process. Unfortunately, these messages are a bit misleading and can usually be ignored. If one of the dependencies is actually a problem, the process will abort at that point.

It would help to know at exactly what point the build fails. Can you post the last few lines of output before you get the Java returned 13 message? Also, you can run Ant in verbose mode by passing the -verbose flag (you may have to pass it as -Dverbose) to the antRunner application when starting PDE Build. I generally haven&#039;t found this to be very useful though.

--- Patrick</description>
		<content:encoded><![CDATA[<p>Hi Diana,</p>
<p>First, it&#8217;s common to get a list of unsatisfied dependencies at the beginning of the build process. Unfortunately, these messages are a bit misleading and can usually be ignored. If one of the dependencies is actually a problem, the process will abort at that point.</p>
<p>It would help to know at exactly what point the build fails. Can you post the last few lines of output before you get the Java returned 13 message? Also, you can run Ant in verbose mode by passing the -verbose flag (you may have to pass it as -Dverbose) to the antRunner application when starting PDE Build. I generally haven&#8217;t found this to be very useful though.</p>
<p>&#8212; Patrick</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: diana</title>
		<link>http://www.modumind.com/2007/06/06/getting-started-with-pde-build/comment-page-6/#comment-9142</link>
		<dc:creator>diana</dc:creator>
		<pubDate>Wed, 09 Jun 2010 09:09:41 +0000</pubDate>
		<guid isPermaLink="false">http://rcpquickstart.wordpress.com/2007/06/06/getting-started-with-pde-build/#comment-9142</guid>
		<description>Hi Patrick,

I have tried to switch a headless product-based build from eclipse 3.4.2 to eclipse 3.5.2
So, I have prepared a clean eclipse 3.5M2 + RCP SDK and de-archived inside it a suitable deltapack.
Further I have reused the build.properties from the previous build (from e3.4.2). Because the delta-pack shouldn&#039;t be copied to eclipse/plugins dir, additionally, for the headless build on 3.5.2 I pass a property ${pluginPath} initialized with the path to the deltapack directory:

After triggering the build, everything seems fine, plugins start compiling...but in the middle of the process, build fails with  Java returned: 13. (there are no compile errors because I have successfully exported the plugins from the build-directory in form of an executable!)
What I suspect is, that some plugin dependencies are not satisfied..
How can it be that while running the generateFeature and generateScript ant tasks, it outputs:
[java] [eclipse.generateFeature] Some inter-plug-in dependencies have not been satisfied.
     [java] [eclipse.generateFeature] 	Host plug-in org.eclipse.core.net.win32.x86_0.0.0 has not been found.
     [java] [eclipse.generateFeature] Bundle org.eclipse.core.net.win32.x86:
     [java] [eclipse.generateFeature] 	Another singleton version selected: org.eclipse.core.net.win32.x86_1.0.0.I20080909
org.eclipse.equinox.launcher.win32.win32.x86.nl_de:
     [java] [eclipse.generateFeature] 	Host plug-in org.eclipse.equinox.launcher.win32.win32.x86_0.0.0 has not been found.
These plugins are available in eclipse/plugins directory...
Where can I find a more verbose log file? The eclipse console output is not really saying anything.

Many thanks,
Diana.</description>
		<content:encoded><![CDATA[<p>Hi Patrick,</p>
<p>I have tried to switch a headless product-based build from eclipse 3.4.2 to eclipse 3.5.2<br />
So, I have prepared a clean eclipse 3.5M2 + RCP SDK and de-archived inside it a suitable deltapack.<br />
Further I have reused the build.properties from the previous build (from e3.4.2). Because the delta-pack shouldn&#8217;t be copied to eclipse/plugins dir, additionally, for the headless build on 3.5.2 I pass a property ${pluginPath} initialized with the path to the deltapack directory:</p>
<p>After triggering the build, everything seems fine, plugins start compiling&#8230;but in the middle of the process, build fails with  Java returned: 13. (there are no compile errors because I have successfully exported the plugins from the build-directory in form of an executable!)<br />
What I suspect is, that some plugin dependencies are not satisfied..<br />
How can it be that while running the generateFeature and generateScript ant tasks, it outputs:<br />
[java] [eclipse.generateFeature] Some inter-plug-in dependencies have not been satisfied.<br />
     [java] [eclipse.generateFeature] 	Host plug-in org.eclipse.core.net.win32.x86_0.0.0 has not been found.<br />
     [java] [eclipse.generateFeature] Bundle org.eclipse.core.net.win32.x86:<br />
     [java] [eclipse.generateFeature] 	Another singleton version selected: org.eclipse.core.net.win32.x86_1.0.0.I20080909<br />
org.eclipse.equinox.launcher.win32.win32.x86.nl_de:<br />
     [java] [eclipse.generateFeature] 	Host plug-in org.eclipse.equinox.launcher.win32.win32.x86_0.0.0 has not been found.<br />
These plugins are available in eclipse/plugins directory&#8230;<br />
Where can I find a more verbose log file? The eclipse console output is not really saying anything.</p>
<p>Many thanks,<br />
Diana.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Stefanko</title>
		<link>http://www.modumind.com/2007/06/06/getting-started-with-pde-build/comment-page-6/#comment-8704</link>
		<dc:creator>Stefanko</dc:creator>
		<pubDate>Thu, 20 May 2010 13:31:27 +0000</pubDate>
		<guid isPermaLink="false">http://rcpquickstart.wordpress.com/2007/06/06/getting-started-with-pde-build/#comment-8704</guid>
		<description>Hi Patrick,

Thank you very much for your great help.

Best Regards,

Stefanko</description>
		<content:encoded><![CDATA[<p>Hi Patrick,</p>
<p>Thank you very much for your great help.</p>
<p>Best Regards,</p>
<p>Stefanko</p>
]]></content:encoded>
	</item>
</channel>
</rss>
