<?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: Why create a custom target platform?</title>
	<atom:link href="http://www.modumind.com/2008/04/21/why-create-a-custom-target-platform/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.modumind.com/2008/04/21/why-create-a-custom-target-platform/</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: André Dietisheim</title>
		<link>http://www.modumind.com/2008/04/21/why-create-a-custom-target-platform/comment-page-1/#comment-8125</link>
		<dc:creator>André Dietisheim</dc:creator>
		<pubDate>Fri, 23 Apr 2010 10:57:44 +0000</pubDate>
		<guid isPermaLink="false">http://rcpquickstart.wordpress.com/?p=63#comment-8125</guid>
		<description>There&#039;s a pretty easy way to build a target platform in almost automatic manner. 

1.) Create a launch configuration for your plugins
2.) Create a feature project out of your launch configuration (the feature proj creation wizard asks you whether you want to)
3.) Add the platform specific flavors of SWT, filesyste, etc. (your launch config most probably only includes swt for your OS, filesystem for your OS, etc.)
4.) Export your feature as Deployable Feature
5.) Merge the platform specific plugins- and feature-folders (PDE put them in separate folders for Win32, Linux, MacOS, etc.)
6.) Create a target platform for these folders

Worked pretty well for me. 

Cheers
André</description>
		<content:encoded><![CDATA[<p>There&#8217;s a pretty easy way to build a target platform in almost automatic manner. </p>
<p>1.) Create a launch configuration for your plugins<br />
2.) Create a feature project out of your launch configuration (the feature proj creation wizard asks you whether you want to)<br />
3.) Add the platform specific flavors of SWT, filesyste, etc. (your launch config most probably only includes swt for your OS, filesystem for your OS, etc.)<br />
4.) Export your feature as Deployable Feature<br />
5.) Merge the platform specific plugins- and feature-folders (PDE put them in separate folders for Win32, Linux, MacOS, etc.)<br />
6.) Create a target platform for these folders</p>
<p>Worked pretty well for me. </p>
<p>Cheers<br />
André</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Henno Vermeulen</title>
		<link>http://www.modumind.com/2008/04/21/why-create-a-custom-target-platform/comment-page-1/#comment-5714</link>
		<dc:creator>Henno Vermeulen</dc:creator>
		<pubDate>Fri, 05 Feb 2010 16:34:53 +0000</pubDate>
		<guid isPermaLink="false">http://rcpquickstart.wordpress.com/?p=63#comment-5714</guid>
		<description>I am also starting out in using Eclipse RCP.
I found a tutorial where the target platform and the entire build until the deployable program can be created automatically using the Buckminster tool.

http://www.ralfebert.de/blog/eclipsercp/rcp_builds/

One drawback in my experience is that the learning curve for Buckminster is pretty steep.</description>
		<content:encoded><![CDATA[<p>I am also starting out in using Eclipse RCP.<br />
I found a tutorial where the target platform and the entire build until the deployable program can be created automatically using the Buckminster tool.</p>
<p><a href="http://www.ralfebert.de/blog/eclipsercp/rcp_builds/" rel="nofollow">http://www.ralfebert.de/blog/eclipsercp/rcp_builds/</a></p>
<p>One drawback in my experience is that the learning curve for Buckminster is pretty steep.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Patrick</title>
		<link>http://www.modumind.com/2008/04/21/why-create-a-custom-target-platform/comment-page-1/#comment-460</link>
		<dc:creator>Patrick</dc:creator>
		<pubDate>Fri, 25 Apr 2008 18:11:57 +0000</pubDate>
		<guid isPermaLink="false">http://rcpquickstart.wordpress.com/?p=63#comment-460</guid>
		<description>Hi Carlus,

Good to hear from you! I don&#039;t know of any easier way to create a target platform than the one you describe. But downloading and zipping the file isn&#039;t too difficult! You then will need to add at least the JUnit plug-in if you want to do unit testing.

As for sharing it, I&#039;d definitely consider placing the platform on a shared drive. It&#039;s also nice to have a wiki page listing the plug-ins needed for each application. And versioning the target platform is a *great* idea.

I&#039;m actually preparing a post on target platform best-practices for next week, so keep watching for that.

--- Patrick</description>
		<content:encoded><![CDATA[<p>Hi Carlus,</p>
<p>Good to hear from you! I don&#8217;t know of any easier way to create a target platform than the one you describe. But downloading and zipping the file isn&#8217;t too difficult! You then will need to add at least the JUnit plug-in if you want to do unit testing.</p>
<p>As for sharing it, I&#8217;d definitely consider placing the platform on a shared drive. It&#8217;s also nice to have a wiki page listing the plug-ins needed for each application. And versioning the target platform is a *great* idea.</p>
<p>I&#8217;m actually preparing a post on target platform best-practices for next week, so keep watching for that.</p>
<p>&#8212; Patrick</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Carlus R. Henry</title>
		<link>http://www.modumind.com/2008/04/21/why-create-a-custom-target-platform/comment-page-1/#comment-459</link>
		<dc:creator>Carlus R. Henry</dc:creator>
		<pubDate>Fri, 25 Apr 2008 16:32:04 +0000</pubDate>
		<guid isPermaLink="false">http://rcpquickstart.wordpress.com/?p=63#comment-459</guid>
		<description>Paul,

Thanks for this post.  It could not have come at a better time.

I am currently working on an RCP Application with a team of developers.  We are in the initial stages when we happened upon your blog post.  I am convinced that the creation of a target platform is critical to the life of an RCP Application.

Now that we have that established, I was wondering if you knew of a good way to create an initial target platform.  I went ahead and manually a folder and placed all of the necessary RCP Binaries into that folder.  I was hoping that there would be a way to do this more automatically, but I could not find anything.

Also, what is the best way to share the target platform with other developers.  One of the main reasons why I put the plugins manually into a seperate folder is so that we can then version control the Target Platform in Subversion.

Is there a better approach for the above two methods?

Thanks in advance for your response.

Carlus</description>
		<content:encoded><![CDATA[<p>Paul,</p>
<p>Thanks for this post.  It could not have come at a better time.</p>
<p>I am currently working on an RCP Application with a team of developers.  We are in the initial stages when we happened upon your blog post.  I am convinced that the creation of a target platform is critical to the life of an RCP Application.</p>
<p>Now that we have that established, I was wondering if you knew of a good way to create an initial target platform.  I went ahead and manually a folder and placed all of the necessary RCP Binaries into that folder.  I was hoping that there would be a way to do this more automatically, but I could not find anything.</p>
<p>Also, what is the best way to share the target platform with other developers.  One of the main reasons why I put the plugins manually into a seperate folder is so that we can then version control the Target Platform in Subversion.</p>
<p>Is there a better approach for the above two methods?</p>
<p>Thanks in advance for your response.</p>
<p>Carlus</p>
]]></content:encoded>
	</item>
</channel>
</rss>
