<?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 NetBeans Ruminations</title>
	<atom:link href="http://www.pellissier.co.za/hermien/Index.php" rel="self" type="application/rss+xml" />
	<link>http://www.pellissier.co.za/hermien</link>
	<description>Hermien&#039;s NetBeans Blog</description>
	<lastBuildDate>Wed, 11 Apr 2012 20:44:39 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.1</generator>
	<item>
		<title>Comment on Extending the NetBeans Platform Status Bar by Andrew Gilmartin</title>
		<link>http://www.pellissier.co.za/hermien/?p=295#comment-177</link>
		<dc:creator>Andrew Gilmartin</dc:creator>
		<pubDate>Wed, 11 Apr 2012 20:44:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.pellissier.co.za/hermien/?p=295#comment-177</guid>
		<description>This looks to be the starting off point for having the status bar show me the length (in characters) of the current editor&#039;s selection. Thanks.</description>
		<content:encoded><![CDATA[<p>This looks to be the starting off point for having the status bar show me the length (in characters) of the current editor&#8217;s selection. Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Building a NetBeans Platform Application from the Command Line (Part 2) by Hermien Pellissier</title>
		<link>http://www.pellissier.co.za/hermien/?p=239#comment-128</link>
		<dc:creator>Hermien Pellissier</dc:creator>
		<pubDate>Thu, 29 Mar 2012 05:55:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.pellissier.co.za/hermien/?p=239#comment-128</guid>
		<description>I normally just use the latest development build from the &lt;a href=&quot;http://bits.netbeans.org/download/trunk/nightly/latest/&quot; rel=&quot;nofollow&quot;&gt;NetBeans site&lt;/a&gt;. That way I don&#039;t have to clone and build it. :)

With the development build of 2012-03-25, I created a standard Java Application, and it does have a build.xml file. Exactly what type of project did you create? All of the Java projects should use Ant (and hence have a build.xml file when created), besides the ones in the Maven category (those will use Maven and have a pom.xml created instead).</description>
		<content:encoded><![CDATA[<p>I normally just use the latest development build from the <a href="http://bits.netbeans.org/download/trunk/nightly/latest/" rel="nofollow">NetBeans site</a>. That way I don&#8217;t have to clone and build it. <img src='http://www.pellissier.co.za/hermien/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>With the development build of 2012-03-25, I created a standard Java Application, and it does have a build.xml file. Exactly what type of project did you create? All of the Java projects should use Ant (and hence have a build.xml file when created), besides the ones in the Maven category (those will use Maven and have a pom.xml created instead).</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Building a NetBeans Platform Application from the Command Line (Part 2) by Charlweed Hymerfan</title>
		<link>http://www.pellissier.co.za/hermien/?p=239#comment-126</link>
		<dc:creator>Charlweed Hymerfan</dc:creator>
		<pubDate>Wed, 28 Mar 2012 20:37:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.pellissier.co.za/hermien/?p=239#comment-126</guid>
		<description>Oddly enough, the build.xml file is no longer created or used for java projects.  To see this, clone an build a new 7.2 netbeans. Now create a new Java project. No  build.xml!!

Do you know where it went, or how to add/override ant targets in 7.2?
Thanks!</description>
		<content:encoded><![CDATA[<p>Oddly enough, the build.xml file is no longer created or used for java projects.  To see this, clone an build a new 7.2 netbeans. Now create a new Java project. No  build.xml!!</p>
<p>Do you know where it went, or how to add/override ant targets in 7.2?<br />
Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on 64-bit Bug: Squashed! by Hermien Pellissier</title>
		<link>http://www.pellissier.co.za/hermien/?p=268#comment-114</link>
		<dc:creator>Hermien Pellissier</dc:creator>
		<pubDate>Thu, 22 Mar 2012 05:23:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.pellissier.co.za/hermien/?p=268#comment-114</guid>
		<description>When running or debugging a platform application from the IDE, nothing would be shown in the output window after the run.run ant target is called. Now there is a 64-bit launcher that is able to capture the output. :-)</description>
		<content:encoded><![CDATA[<p>When running or debugging a platform application from the IDE, nothing would be shown in the output window after the run.run ant target is called. Now there is a 64-bit launcher that is able to capture the output. <img src='http://www.pellissier.co.za/hermien/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on 64-bit Bug: Squashed! by Hans</title>
		<link>http://www.pellissier.co.za/hermien/?p=268#comment-113</link>
		<dc:creator>Hans</dc:creator>
		<pubDate>Wed, 21 Mar 2012 22:39:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.pellissier.co.za/hermien/?p=268#comment-113</guid>
		<description>Ah, I thought you meant logging inside the IDE. But I think logging for my NetBeans RCP application also works correctly (can&#039;t test it right now)</description>
		<content:encoded><![CDATA[<p>Ah, I thought you meant logging inside the IDE. But I think logging for my NetBeans RCP application also works correctly (can&#8217;t test it right now)</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on 64-bit Bug: Squashed! by Hermien Pellissier</title>
		<link>http://www.pellissier.co.za/hermien/?p=268#comment-112</link>
		<dc:creator>Hermien Pellissier</dc:creator>
		<pubDate>Wed, 21 Mar 2012 19:01:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.pellissier.co.za/hermien/?p=268#comment-112</guid>
		<description>Ah I forgot to mention that this is specifically for NetBeans Platform applications. Which type of project do you work on?</description>
		<content:encoded><![CDATA[<p>Ah I forgot to mention that this is specifically for NetBeans Platform applications. Which type of project do you work on?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on 64-bit Bug: Squashed! by Hans</title>
		<link>http://www.pellissier.co.za/hermien/?p=268#comment-111</link>
		<dc:creator>Hans</dc:creator>
		<pubDate>Wed, 21 Mar 2012 18:18:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.pellissier.co.za/hermien/?p=268#comment-111</guid>
		<description>Strange, I never had problems with the ouptut window using 64bit JVM on Windows7 and NetBeans 7.1</description>
		<content:encoded><![CDATA[<p>Strange, I never had problems with the ouptut window using 64bit JVM on Windows7 and NetBeans 7.1</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Parsing Command Line Parameters by Hermien Pellissier</title>
		<link>http://www.pellissier.co.za/hermien/?p=219#comment-78</link>
		<dc:creator>Hermien Pellissier</dc:creator>
		<pubDate>Mon, 05 Mar 2012 17:50:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.pellissier.co.za/hermien/?p=219#comment-78</guid>
		<description>Hi Pete,

I have not used Apache Commons CLI before, so I am not claiming to be anywhere near an expert on the topic. :) However, I did have a quick look at &lt;a href=&quot;http://commons.apache.org/cli/usage.html&quot; rel=&quot;nofollow&quot;&gt;the usage docs&lt;/a&gt; from the Commons CLI website. The NetBeans Platform library and Commons CLI accomplish essentially the same function, but in quite different ways. The big difference is that the NetBeans Platform library allows you to extend the Platform by adding a class or two that gets loaded by the Platform at runtime. (You do not have your own main method in a Platform application.) With the Commons CLI out of the box, no extendable platform is involved at all. You just do the parsing in the main method of your application.</description>
		<content:encoded><![CDATA[<p>Hi Pete,</p>
<p>I have not used Apache Commons CLI before, so I am not claiming to be anywhere near an expert on the topic. <img src='http://www.pellissier.co.za/hermien/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  However, I did have a quick look at <a href="http://commons.apache.org/cli/usage.html" rel="nofollow">the usage docs</a> from the Commons CLI website. The NetBeans Platform library and Commons CLI accomplish essentially the same function, but in quite different ways. The big difference is that the NetBeans Platform library allows you to extend the Platform by adding a class or two that gets loaded by the Platform at runtime. (You do not have your own main method in a Platform application.) With the Commons CLI out of the box, no extendable platform is involved at all. You just do the parsing in the main method of your application.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Parsing Command Line Parameters by Pete</title>
		<link>http://www.pellissier.co.za/hermien/?p=219#comment-77</link>
		<dc:creator>Pete</dc:creator>
		<pubDate>Mon, 05 Mar 2012 15:08:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.pellissier.co.za/hermien/?p=219#comment-77</guid>
		<description>How does the Apache CLI compare to this method?</description>
		<content:encoded><![CDATA[<p>How does the Apache CLI compare to this method?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Tutorial: Not So Global Selection by Stephen</title>
		<link>http://www.pellissier.co.za/hermien/?p=162#comment-24</link>
		<dc:creator>Stephen</dc:creator>
		<pubDate>Thu, 09 Feb 2012 00:33:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.pellissier.co.za/hermien/?p=162#comment-24</guid>
		<description>Great tutorial.  Slightly odd-ball use cases like this really help show the Netbeans APIs in a clearer light.  Thanks!</description>
		<content:encoded><![CDATA[<p>Great tutorial.  Slightly odd-ball use cases like this really help show the Netbeans APIs in a clearer light.  Thanks!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

