<?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: How I Use Netbeans 6.8 and Symfony 1.2</title>
	<atom:link href="http://blog.doggetto.com/2010/01/how-i-use-netbeans-6-8-and-symfony-1-2/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.doggetto.com/2010/01/how-i-use-netbeans-6-8-and-symfony-1-2/</link>
	<description>Just another WordPress weblog</description>
	<lastBuildDate>Thu, 15 Sep 2011 21:14:44 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.3</generator>
	<item>
		<title>By: Stas</title>
		<link>http://blog.doggetto.com/2010/01/how-i-use-netbeans-6-8-and-symfony-1-2/comment-page-1/#comment-624</link>
		<dc:creator>Stas</dc:creator>
		<pubDate>Wed, 09 Mar 2011 09:17:10 +0000</pubDate>
		<guid isPermaLink="false">http://blog.doggetto.com/?p=473#comment-624</guid>
		<description>I use free PHP IDE &lt;a href=&quot;http://www.codelobster.com&quot; rel=&quot;nofollow&quot;&gt;Codelobster PHP Edition&lt;/a&gt;. It has special plug-in for Symfony framework.</description>
		<content:encoded><![CDATA[<p>I use free PHP IDE <a href="http://www.codelobster.com" rel="nofollow">Codelobster PHP Edition</a>. It has special plug-in for Symfony framework.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jeff langley</title>
		<link>http://blog.doggetto.com/2010/01/how-i-use-netbeans-6-8-and-symfony-1-2/comment-page-1/#comment-520</link>
		<dc:creator>jeff langley</dc:creator>
		<pubDate>Mon, 04 Oct 2010 00:12:33 +0000</pubDate>
		<guid isPermaLink="false">http://blog.doggetto.com/?p=473#comment-520</guid>
		<description>Excellent description, worked like a charm in 6.9.1, thanks.</description>
		<content:encoded><![CDATA[<p>Excellent description, worked like a charm in 6.9.1, thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: NoCoolName_Tom</title>
		<link>http://blog.doggetto.com/2010/01/how-i-use-netbeans-6-8-and-symfony-1-2/comment-page-1/#comment-379</link>
		<dc:creator>NoCoolName_Tom</dc:creator>
		<pubDate>Sat, 13 Mar 2010 23:09:50 +0000</pubDate>
		<guid isPermaLink="false">http://blog.doggetto.com/?p=473#comment-379</guid>
		<description>The uninstallation script should be in the directory where you installed NetBeans.  In my particular directions I overwrote that directory to place NetBeans inside of /opt (I like to put programs that are self-contained in there).  NetBeans likes to be placed in the home directory by default however (I just don&#039;t like filling home with applications - seems more like a data location to me).  As long as you run the uninstall.sh script it should remove NetBeans.

If need to search for the file see if &lt;code&gt;locate&lt;/code&gt; has indexed the file:

&lt;code&gt;locate uninstall.sh;&lt;/code&gt;

If it hasn&#039;t indexed it and/or you can&#039;t find it that way, try using &lt;code&gt;find&lt;/code&gt;.  This will probably take a while, but it&#039;ll find it:

&lt;code&gt;find / -iname &#039;uninstall.sh&#039;;&lt;/code&gt;

Once you&#039;ve found it execute it and it should remove the NetBeans installations (make SURE that it is within the NetBeans installation folder when you find it - you don&#039;t want to delete something else!)</description>
		<content:encoded><![CDATA[<p>The uninstallation script should be in the directory where you installed NetBeans.  In my particular directions I overwrote that directory to place NetBeans inside of /opt (I like to put programs that are self-contained in there).  NetBeans likes to be placed in the home directory by default however (I just don&#8217;t like filling home with applications &#8211; seems more like a data location to me).  As long as you run the uninstall.sh script it should remove NetBeans.</p>
<p>If need to search for the file see if <code>locate</code> has indexed the file:</p>
<p><code>locate uninstall.sh;</code></p>
<p>If it hasn&#8217;t indexed it and/or you can&#8217;t find it that way, try using <code>find</code>.  This will probably take a while, but it&#8217;ll find it:</p>
<p><code>find / -iname 'uninstall.sh';</code></p>
<p>Once you&#8217;ve found it execute it and it should remove the NetBeans installations (make SURE that it is within the NetBeans installation folder when you find it &#8211; you don&#8217;t want to delete something else!)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: aremint</title>
		<link>http://blog.doggetto.com/2010/01/how-i-use-netbeans-6-8-and-symfony-1-2/comment-page-1/#comment-377</link>
		<dc:creator>aremint</dc:creator>
		<pubDate>Tue, 09 Mar 2010 03:13:04 +0000</pubDate>
		<guid isPermaLink="false">http://blog.doggetto.com/?p=473#comment-377</guid>
		<description>Hi, i have try to remove netbeans 6.8 using method above however it doesn&#039;t work. Then i try go to directory ~/netbeans-6.8# ./uninstall.sh and it working..</description>
		<content:encoded><![CDATA[<p>Hi, i have try to remove netbeans 6.8 using method above however it doesn&#8217;t work. Then i try go to directory ~/netbeans-6.8# ./uninstall.sh and it working..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sean</title>
		<link>http://blog.doggetto.com/2010/01/how-i-use-netbeans-6-8-and-symfony-1-2/comment-page-1/#comment-242</link>
		<dc:creator>Sean</dc:creator>
		<pubDate>Sat, 13 Feb 2010 02:21:29 +0000</pubDate>
		<guid isPermaLink="false">http://blog.doggetto.com/?p=473#comment-242</guid>
		<description>Very helpful adding the cache folder to the includes lib, as NB 6.8 excludes the cache folder from the project list. It&#039;s nice to be able to jump (CTRL click) to the autoxxxActions to see what&#039;s going on before you start to overwrite a method.

Thanks again!</description>
		<content:encoded><![CDATA[<p>Very helpful adding the cache folder to the includes lib, as NB 6.8 excludes the cache folder from the project list. It&#8217;s nice to be able to jump (CTRL click) to the autoxxxActions to see what&#8217;s going on before you start to overwrite a method.</p>
<p>Thanks again!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: irishfury</title>
		<link>http://blog.doggetto.com/2010/01/how-i-use-netbeans-6-8-and-symfony-1-2/comment-page-1/#comment-53</link>
		<dc:creator>irishfury</dc:creator>
		<pubDate>Mon, 18 Jan 2010 04:59:01 +0000</pubDate>
		<guid isPermaLink="false">http://blog.doggetto.com/?p=473#comment-53</guid>
		<description>This was helpful.  Thank you.</description>
		<content:encoded><![CDATA[<p>This was helpful.  Thank you.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

