<?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 for Modular Mind</title>
	<atom:link href="http://www.modumind.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.modumind.com</link>
	<description>Eclipse RCP and OSGi training - online or onsite</description>
	<lastBuildDate>Tue, 27 Jul 2010 15:47:44 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>Comment on Using FormEditor with a single page by Patrick</title>
		<link>http://www.modumind.com/2008/01/04/using-formeditor-when-you-only-have-a-single-page/comment-page-1/#comment-10269</link>
		<dc:creator>Patrick</dc:creator>
		<pubDate>Tue, 27 Jul 2010 15:47:44 +0000</pubDate>
		<guid isPermaLink="false">http://rcpquickstart.wordpress.com/2008/01/04/using-formeditor-when-you-only-have-a-single-page/#comment-10269</guid>
		<description>Hi idiotgenius,

Glad you found this tip helpful. As for saving, form editors rely on AbstractFormParts which generally map to form sections. Form parts are registered with the ManagedForm controller and then notified when a save has been requested (commit method is called). You can take whatever action you like in the commit method.

The PDE editors can serve as a good example here. Check out the org.eclipse.pde.ui source bundle and examine the source code.

Hope this helps,

--- Patrick</description>
		<content:encoded><![CDATA[<p>Hi idiotgenius,</p>
<p>Glad you found this tip helpful. As for saving, form editors rely on AbstractFormParts which generally map to form sections. Form parts are registered with the ManagedForm controller and then notified when a save has been requested (commit method is called). You can take whatever action you like in the commit method.</p>
<p>The PDE editors can serve as a good example here. Check out the org.eclipse.pde.ui source bundle and examine the source code.</p>
<p>Hope this helps,</p>
<p>&#8212; Patrick</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Using FormEditor with a single page by idiotgenius</title>
		<link>http://www.modumind.com/2008/01/04/using-formeditor-when-you-only-have-a-single-page/comment-page-1/#comment-10254</link>
		<dc:creator>idiotgenius</dc:creator>
		<pubDate>Mon, 26 Jul 2010 12:08:28 +0000</pubDate>
		<guid isPermaLink="false">http://rcpquickstart.wordpress.com/2008/01/04/using-formeditor-when-you-only-have-a-single-page/#comment-10254</guid>
		<description>Oh ~ thank you ,big master 
hut how to save what you are editing?</description>
		<content:encoded><![CDATA[<p>Oh ~ thank you ,big master<br />
hut how to save what you are editing?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Getting started with PDE Build 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>Comment on Online Training FAQ by Laurie</title>
		<link>http://www.modumind.com/rcp-training/online-training-faq/comment-page-1/#comment-9980</link>
		<dc:creator>Laurie</dc:creator>
		<pubDate>Mon, 12 Jul 2010 18:03:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.modumind.com/?page_id=691#comment-9980</guid>
		<description>Is the July 14-16 course still available?</description>
		<content:encoded><![CDATA[<p>Is the July 14-16 course still available?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Adding the Progress View to your RCP application by Alexandra N</title>
		<link>http://www.modumind.com/2009/02/16/adding-the-progress-view-to-your-rcp-application/comment-page-1/#comment-9768</link>
		<dc:creator>Alexandra N</dc:creator>
		<pubDate>Tue, 06 Jul 2010 13:57:24 +0000</pubDate>
		<guid isPermaLink="false">http://rcpquickstart.com/?p=380#comment-9768</guid>
		<description>Thank you so much for publishing the missing puzzle piece. I was looking for it after reading the article Prakash wrote. And especially the progress indicator on the status bar.</description>
		<content:encoded><![CDATA[<p>Thank you so much for publishing the missing puzzle piece. I was looking for it after reading the article Prakash wrote. And especially the progress indicator on the status bar.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Running Automated Tests with PDE Build by Wes</title>
		<link>http://www.modumind.com/2007/08/06/running-automated-tests-with-pde-build/comment-page-2/#comment-9766</link>
		<dc:creator>Wes</dc:creator>
		<pubDate>Tue, 06 Jul 2010 13:06:05 +0000</pubDate>
		<guid isPermaLink="false">http://rcpquickstart.wordpress.com/2007/08/06/running-automated-tests-with-pde-build/#comment-9766</guid>
		<description>awesome tutorial! very helpful indeed.

Wes</description>
		<content:encoded><![CDATA[<p>awesome tutorial! very helpful indeed.</p>
<p>Wes</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Getting started with PDE Build 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>Comment on Getting started with PDE Build 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>Comment on Running Automated Tests with PDE Build by Patrick</title>
		<link>http://www.modumind.com/2007/08/06/running-automated-tests-with-pde-build/comment-page-2/#comment-9615</link>
		<dc:creator>Patrick</dc:creator>
		<pubDate>Wed, 30 Jun 2010 17:17:11 +0000</pubDate>
		<guid isPermaLink="false">http://rcpquickstart.wordpress.com/2007/08/06/running-automated-tests-with-pde-build/#comment-9615</guid>
		<description>Hi Wes,

There are only two things that affect whether the launcher class can be found:

1. eclipseLocation must point to a valid Eclipse installation.
2. The equinoxLauncherPluginVersion property must match the version of the org.eclipse.equinox.launcher bundle.

There is nothing specific to PDE Build in all of this, we&#039;re just configuring the classpath of a regular Ant java task. If you&#039;ve set the launcher version properly, can you double-check that eclipseLocation points to a valid Eclipse installation?

--- Patrick</description>
		<content:encoded><![CDATA[<p>Hi Wes,</p>
<p>There are only two things that affect whether the launcher class can be found:</p>
<p>1. eclipseLocation must point to a valid Eclipse installation.<br />
2. The equinoxLauncherPluginVersion property must match the version of the org.eclipse.equinox.launcher bundle.</p>
<p>There is nothing specific to PDE Build in all of this, we&#8217;re just configuring the classpath of a regular Ant java task. If you&#8217;ve set the launcher version properly, can you double-check that eclipseLocation points to a valid Eclipse installation?</p>
<p>&#8212; Patrick</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Running Automated Tests with PDE Build by Wes</title>
		<link>http://www.modumind.com/2007/08/06/running-automated-tests-with-pde-build/comment-page-2/#comment-9608</link>
		<dc:creator>Wes</dc:creator>
		<pubDate>Wed, 30 Jun 2010 14:08:50 +0000</pubDate>
		<guid isPermaLink="false">http://rcpquickstart.wordpress.com/2007/08/06/running-automated-tests-with-pde-build/#comment-9608</guid>
		<description>Patrick,

I seem to be getting an error in your tutorial.  Any input on fixing the issue would be greatly appreciated.

pde-build:

[java] exception in thread &quot;main&quot; java.lang.NoClassDefFoundError: org/eclipse/equinox/launcher/Main
[java] Caused by java.lang.classnotfoundexception: org.eclipse.equinox.launcher.main

It can&#039;t seem to find the &quot;main&quot; class that is necessary to run the equinox launcher.  

Wes</description>
		<content:encoded><![CDATA[<p>Patrick,</p>
<p>I seem to be getting an error in your tutorial.  Any input on fixing the issue would be greatly appreciated.</p>
<p>pde-build:</p>
<p>[java] exception in thread &#8220;main&#8221; java.lang.NoClassDefFoundError: org/eclipse/equinox/launcher/Main<br />
[java] Caused by java.lang.classnotfoundexception: org.eclipse.equinox.launcher.main</p>
<p>It can&#8217;t seem to find the &#8220;main&#8221; class that is necessary to run the equinox launcher.  </p>
<p>Wes</p>
]]></content:encoded>
	</item>
</channel>
</rss>
