<?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>Blog::Log &#187; netbeans</title>
	<atom:link href="http://www.stpe.se/tag/netbeans/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.stpe.se</link>
	<description>Not a blog, more a log.</description>
	<lastBuildDate>Wed, 02 Jun 2010 13:01:58 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Invalid JavaScript code error warning in NetBeans</title>
		<link>http://www.stpe.se/2009/02/netbeans-javascript-invalid-warning/</link>
		<comments>http://www.stpe.se/2009/02/netbeans-javascript-invalid-warning/#comments</comments>
		<pubDate>Tue, 24 Feb 2009 14:11:54 +0000</pubDate>
		<dc:creator>stefan</dc:creator>
				<category><![CDATA[coding]]></category>
		<category><![CDATA[bug]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[netbeans]]></category>

		<guid isPermaLink="false">http://www.stpe.se/?p=107</guid>
		<description><![CDATA[Finally I managed to reproduce something that have been annoying me for several months while using NetBeans as my primary JavaScript editor: Filed as issue #159060. Update: Fixed in trunk and available in 6.7 M2.]]></description>
			<content:encoded><![CDATA[<p>Finally I managed to reproduce something that have been annoying me for several months while using NetBeans as my primary JavaScript editor:</p>
<p><img class="aligncenter size-full wp-image-106" title="netbeans-invalid-js-warning" src="http://www.stpe.se/wp-content/uploads/2009/02/netbeans-invalid-js-warning.png" alt="netbeans-invalid-js-warning" width="621" height="461" /></p>
<p>Filed as issue <a href="http://www.netbeans.org/issues/show_bug.cgi?id=159060">#159060</a>.</p>
<p><strong>Update:</strong> Fixed in trunk and available in 6.7 M2. <img src='http://www.stpe.se/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.stpe.se/2009/02/netbeans-javascript-invalid-warning/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>NetBeans &#8211; why even ask?</title>
		<link>http://www.stpe.se/2008/12/netbeans-file-too-large-outofmemoryerror/</link>
		<comments>http://www.stpe.se/2008/12/netbeans-file-too-large-outofmemoryerror/#comments</comments>
		<pubDate>Tue, 09 Dec 2008 09:00:10 +0000</pubDate>
		<dc:creator>stefan</dc:creator>
				<category><![CDATA[coding]]></category>
		<category><![CDATA[bug]]></category>
		<category><![CDATA[fun]]></category>
		<category><![CDATA[netbeans]]></category>

		<guid isPermaLink="false">http://www.stpe.se/?p=72</guid>
		<description><![CDATA[Dear NetBeans, thank you for the courtesy of warning me, but why do you really ask? You don&#8217;t give me much choice, do you&#8230;? Now submitted as bug #155031.]]></description>
			<content:encoded><![CDATA[<div class="mceTemp mceIEcenter">
<dl id="attachment_71" class="wp-caption aligncenter" style="width: 510px;">
<dt class="wp-caption-dt"><a href="http://www.stpe.se/wp-content/uploads/2008/12/netbeans-too-large.png"><img class="size-full wp-image-71" title="netbeans-too-large" src="http://www.stpe.se/wp-content/uploads/2008/12/netbeans-too-large.png" alt="NetBeans: File seems to be too large" width="500" height="119" /></a></dt>
</dl>
</div>
<p>Dear NetBeans, thank you for the courtesy of warning me, but why do you really ask? You don&#8217;t give me much choice, do you&#8230;? <img src='http://www.stpe.se/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
<p>Now submitted as <a href="http://www.netbeans.org/issues/show_bug.cgi?id=155031">bug #155031</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.stpe.se/2008/12/netbeans-file-too-large-outofmemoryerror/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>AppFuse and NetBeans: part 2</title>
		<link>http://www.stpe.se/2008/06/appfuse-and-netbeans-part-2/</link>
		<comments>http://www.stpe.se/2008/06/appfuse-and-netbeans-part-2/#comments</comments>
		<pubDate>Thu, 19 Jun 2008 21:02:24 +0000</pubDate>
		<dc:creator>stefan</dc:creator>
				<category><![CDATA[coding]]></category>
		<category><![CDATA[appfuse]]></category>
		<category><![CDATA[maven]]></category>
		<category><![CDATA[netbeans]]></category>

		<guid isPermaLink="false">http://www.stpe.se/?p=21</guid>
		<description><![CDATA[Some more tips about getting an AppFuse generated application into NetBeans. Pick archetype of choice, e.g.: mvn archetype:create -DarchetypeGroupId=org.appfuse.archetypes -DarchetypeArtifactId=appfuse-basic-spring -DremoteRepositories=http://static.appfuse.org/releases -DarchetypeVersion=2.0.2 -DgroupId=com.mycompany.app -DartifactId=myproject Run mvn Generate full sources: mvn appfuse:full-source Install the Maven plugin in NetBeans (Tools / Plugins / Search for Maven). Open the project (located the pom.xml file) Right-click the project name [...]]]></description>
			<content:encoded><![CDATA[<p>Some more tips about getting an AppFuse generated application into NetBeans.</p>
<ol>
<li>Pick archetype of choice, e.g.: <strong>mvn archetype:create -DarchetypeGroupId=org.appfuse.archetypes -DarchetypeArtifactId=appfuse-basic-spring -DremoteRepositories=http://static.appfuse.org/releases -DarchetypeVersion=2.0.2 -DgroupId=com.mycompany.app -DartifactId=myproject</strong></li>
<li>Run <strong>mvn</strong></li>
<li>Generate full sources: <strong>mvn appfuse:full-source</strong></li>
<li>Install the Maven plugin in NetBeans (Tools / Plugins / Search for Maven).</li>
<li>Open the project (located the pom.xml file)</li>
<li>Right-click the project name and select <strong>Properties</strong></li>
<li>In categories, select <strong>Run</strong>. Chose a server.</li>
<li>In categories, select <strong>Actions</strong>. Check the box for <strong>Use external Maven for build execution</strong>.</li>
<li>In main window, select <strong>Tools </strong>/ <strong>Options </strong>/ <strong>Miscellaneous </strong>/ <strong>Maven 2</strong>.</li>
<li>Now <strong>Run</strong> the project, and after a while a browser should open pointing you to the login screen.</li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://www.stpe.se/2008/06/appfuse-and-netbeans-part-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>AppFuse and NetBeans</title>
		<link>http://www.stpe.se/2008/05/appfuse-and-netbeans/</link>
		<comments>http://www.stpe.se/2008/05/appfuse-and-netbeans/#comments</comments>
		<pubDate>Tue, 27 May 2008 04:54:18 +0000</pubDate>
		<dc:creator>stefan</dc:creator>
				<category><![CDATA[coding]]></category>
		<category><![CDATA[appfuse]]></category>
		<category><![CDATA[maven]]></category>
		<category><![CDATA[netbeans]]></category>

		<guid isPermaLink="false">http://www.stpe.se/?p=15</guid>
		<description><![CDATA[Opening an AppFuse in NetBeans might be done in two ways, two ways that I managed to mix up the first time&#8230; Either install the Maven plugin Mevenide2 for NetBeans, then you may simply open the Maven project generated by AppFuse directly. Without the Maven plugin, then you need to convert to project using mvn [...]]]></description>
			<content:encoded><![CDATA[<p>Opening an <a href="http://appfuse.org/">AppFuse</a> in NetBeans might be done in two ways, two ways that I managed to mix up the first time&#8230;</p>
<p>Either install the Maven plugin Mevenide2 for NetBeans, then you may simply open the Maven project generated by AppFuse directly. Without the Maven plugin, then you need to convert to project using <strong>mvn netbeans:netbeans</strong> (see <a href="http://www.stpe.se/2008/05/appfuse-generate-netbeans-project-files/">previous post</a>). Opening up a converted project with the NetBeans Maven plugin installed will result in badness.</p>
<p>Wondering where the source is? See <a href="http://www.stpe.se/2008/05/generate-full-source-with-appfuse/">this post</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.stpe.se/2008/05/appfuse-and-netbeans/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>AppFuse: Generate NetBeans project files</title>
		<link>http://www.stpe.se/2008/05/appfuse-generate-netbeans-project-files/</link>
		<comments>http://www.stpe.se/2008/05/appfuse-generate-netbeans-project-files/#comments</comments>
		<pubDate>Fri, 23 May 2008 13:24:09 +0000</pubDate>
		<dc:creator>stefan</dc:creator>
				<category><![CDATA[coding]]></category>
		<category><![CDATA[appfuse]]></category>
		<category><![CDATA[maven]]></category>
		<category><![CDATA[netbeans]]></category>

		<guid isPermaLink="false">http://www.stpe.se/?p=13</guid>
		<description><![CDATA[Using mvn netbeans:netbeans to generate a NetBeans project from AppFuse failed with the following build error: The plugin &#8216;org.apache.maven.plugins:maven-netbeans-plugin&#8217; does not exist or no valid version could be found Apprently it cannot find the netbeans plugin. To fix this, open the pom.xml of the project and add a new plugin repository: &#60;pluginRepositories&#62; ... keep the [...]]]></description>
			<content:encoded><![CDATA[<p>Using <strong>mvn netbeans:netbeans</strong> to generate a NetBeans project from AppFuse failed with the following build error:</p>
<blockquote><p>The plugin &#8216;org.apache.maven.plugins:maven-netbeans-plugin&#8217; does not exist or no valid version could be found</p></blockquote>
<p>Apprently it cannot find the netbeans plugin. To fix this, open the pom.xml of the project and add a new plugin repository:</p>
<pre>
    &lt;pluginRepositories&gt;

        ... keep the existing one ...

        &lt;pluginRepository&gt;
          &lt;id&gt;agilejava&lt;/id&gt;
          &lt;name&gt;Agilejava&lt;/name&gt;
          &lt;url&gt;http://agilejava.com/maven/&lt;/url&gt;
        &lt;/pluginRepository&gt;
    &lt;/pluginRepositories&gt;
</pre>
<p>That&#8217;s it.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.stpe.se/2008/05/appfuse-generate-netbeans-project-files/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>NetBeans LookAndFeel</title>
		<link>http://www.stpe.se/2008/05/netbeans-lookandfeel/</link>
		<comments>http://www.stpe.se/2008/05/netbeans-lookandfeel/#comments</comments>
		<pubDate>Sat, 03 May 2008 17:33:11 +0000</pubDate>
		<dc:creator>stefan</dc:creator>
				<category><![CDATA[coding]]></category>
		<category><![CDATA[netbeans]]></category>

		<guid isPermaLink="false">http://www.stpe.se/?p=8</guid>
		<description><![CDATA[Change look-and-feel of NetBeans by editing netbeans.conf located at: &#60;install dir&#62;\etc\netbeans.conf Find netbeans_default_options and add the following option to the line: &#8211;laf javax.swing.plaf.metal.MetalLookAndFeel This will change it to the nice Metal cross-plattform look-and-feel. FAQ at NetBeans Wiki]]></description>
			<content:encoded><![CDATA[<p>Change look-and-feel of NetBeans by editing netbeans.conf located at:</p>
<blockquote><p>&lt;install dir&gt;\etc\netbeans.conf</p></blockquote>
<p>Find netbeans_default_options and add the following option to the line:</p>
<blockquote><p>&#8211;laf javax.swing.plaf.metal.MetalLookAndFeel</p></blockquote>
<p>This will change it to the nice Metal cross-plattform look-and-feel.</p>
<p><a href="http://wiki.netbeans.org/FaqCustomLaf">FAQ at NetBeans Wiki</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.stpe.se/2008/05/netbeans-lookandfeel/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>NetBeans 6.1 released</title>
		<link>http://www.stpe.se/2008/04/netbeans-61-released/</link>
		<comments>http://www.stpe.se/2008/04/netbeans-61-released/#comments</comments>
		<pubDate>Mon, 28 Apr 2008 15:40:19 +0000</pubDate>
		<dc:creator>stefan</dc:creator>
				<category><![CDATA[coding]]></category>
		<category><![CDATA[netbeans]]></category>

		<guid isPermaLink="false">http://www.stpe.se/?p=6</guid>
		<description><![CDATA[Download. Release Overview. Release Notes.]]></description>
			<content:encoded><![CDATA[<p><a href="http://download.netbeans.org/netbeans/6.1/final/">Download</a>. <a href="http://www.netbeans.org/community/releases/61/">Release Overview</a>. <a href="http://www.netbeans.org/community/releases/61/relnotes.html">Release Notes</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.stpe.se/2008/04/netbeans-61-released/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
