<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>ThinkRobot &#187; PHPEclipse</title>
	<atom:link href="http://think-robot.com/tag/phpeclipse/feed/" rel="self" type="application/rss+xml" />
	<link>http://think-robot.com</link>
	<description>Design &#38; Development Blog</description>
	<lastBuildDate>Tue, 09 Aug 2011 16:56:32 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>How to convert PDT projects into PHPEclipse projects</title>
		<link>http://think-robot.com/2008/10/how-to-convert-pdt-projects-into-phpeclipse-projects/</link>
		<comments>http://think-robot.com/2008/10/how-to-convert-pdt-projects-into-phpeclipse-projects/#comments</comments>
		<pubDate>Tue, 14 Oct 2008 10:12:56 +0000</pubDate>
		<dc:creator>Joanna</dc:creator>
				<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Eclipse]]></category>
		<category><![CDATA[IDE]]></category>
		<category><![CDATA[PDT]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[PHPEclipse]]></category>
		<category><![CDATA[projects]]></category>

		<guid isPermaLink="false">http://www.think-robot.com/?p=14</guid>
		<description><![CDATA[If for some reason you decide to swap from one Eclipse based PHP IDE to another, rather than recreate the projects you can change their association, so that the project builders work correctly. This is basically what you need to do if you get the following error when trying to ctrl clicka function: &#8220;The resource [...]]]></description>
			<content:encoded><![CDATA[<p>If for some reason you decide to swap from one Eclipse based PHP IDE to another, rather than recreate the projects you can change their association, so that the project builders work correctly.</p>
<p>This is basically what you need to do if you get the following error when trying to ctrl clicka function:</p>
<p><strong>&#8220;The resource is not on the build path of a PHP project&#8221;</strong></p>
<p>To convert to a PHPEclipse compatible project you basically need to replace the buildSpec and natures sections of the<strong> .project</strong> file with the following:</p>
<pre>&lt;buildSpec&gt;
	&lt;buildCommand&gt;
		&lt;name&gt;net.sourceforge.phpeclipse.parserbuilder&lt;/name&gt;
		&lt;arguments&gt;
		&lt;/arguments&gt;
	&lt;/buildCommand&gt;
&lt;/buildSpec&gt;
&lt;natures&gt;
	&lt;nature&gt;net.sourceforge.phpeclipse.phpnature&lt;/nature&gt;
&lt;/natures&gt;</pre>
<p>If you need to convert the other way, or to something else, simply grab the appropriate section from a working project and paste it into the<strong> .project</strong> file you need to fix.</p>
<div id="crp_related"><h2>Related Articles:</h2><ul><li><a href="http://think-robot.com/2008/12/strong-ownership-list-approach/" rel="bookmark">Strong ownership list approach</a></li><li><a href="http://think-robot.com/2009/02/how-to-use-the-strong-ownership-list/" rel="bookmark">How To Use the Strong Ownership List</a></li><li><a href="http://think-robot.com/2008/11/nested-sortable-using-jtree-clickable-links/" rel="bookmark">Nested sortable using jTree - clickable links</a></li><li><a href="http://think-robot.com/2008/10/display-meetings-from-entourage-using-geektool/" rel="bookmark">Display Meetings From Entourage Using GeekTool</a></li><li><a href="http://think-robot.com/2009/02/improving-design-by-using-a-grid-system/" rel="bookmark">Improving Design by Using a Grid System</a></li></ul></div>]]></content:encoded>
			<wfw:commentRss>http://think-robot.com/2008/10/how-to-convert-pdt-projects-into-phpeclipse-projects/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

