<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<id>tag:www.nabble.com,2006:forum-2607</id>
	<title>Nabble - Netbeans Project Developers (not for user help)</title>
	<updated>2009-01-07T15:43:45Z</updated>
	<link rel="self" type="application/atom+xml" href="http://www.nabble.com/Netbeans-Project-Developers-(not-for-user-help)-f2607.xml" />
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Netbeans-Project-Developers-%28not-for-user-help%29-f2607.html" />
	<subtitle type="html">&lt;p&gt;The main NetBeans developers' mailing list. All day-to-day discussion and planning, of NetBeans development happens here. This list is for those actually working the NetBeans project (source contributors), and is not for general help.&lt;/p&gt;
&lt;p&gt;&lt;b&gt;Recommended for :&lt;/b&gt; Anyone working on the NetBeans codebase, or interested in doing so.&lt;/p&gt;</subtitle>
	
<entry>
	<id>tag:www.nabble.com,2006:post-21343002</id>
	<title>Re: Parsing API merged to trunk.</title>
	<published>2009-01-07T15:43:45Z</published>
	<updated>2009-01-07T15:43:45Z</updated>
	<author>
		<name>raster</name>
	</author>
	<content type="html">2008/11/29 Tor Norbye &lt;span dir=&quot;ltr&quot;&gt;&amp;lt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=21343002&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;tor.norbye@...&lt;/a&gt;&amp;gt;&lt;/span&gt;&lt;br&gt;&lt;div class=&quot;gmail_quote&quot;&gt;&lt;blockquote class=&quot;gmail_quote&quot; style=&quot;border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;&quot;&gt;
&lt;br&gt;
So perhaps it&amp;#39;s better to pick a creative name instead -- like &amp;quot;Schliemann&amp;quot; became the in-use name instead of its official name, Generic Language Framework. I&amp;#39;m open to any suggestions, but probably not on this alias.&lt;br&gt;
&lt;font color=&quot;#888888&quot;&gt;
&lt;br&gt;
-- Tor&lt;br&gt;
&lt;br&gt;
&lt;/font&gt;&lt;/blockquote&gt;&lt;/div&gt;&lt;br&gt;Here is a creative name for the new GSF:&lt;br&gt;
&lt;br&gt;
&lt;b&gt;Babel&lt;/b&gt; &lt;br&gt;
&lt;br&gt;
&lt;a href=&quot;http://en.wikipedia.org/wiki/Wikipedia:Babel&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://en.wikipedia.org/wiki/Wikipedia:Babel&lt;/a&gt;&lt;br&gt;
&lt;br&gt;-- &lt;br&gt;Andrea Lucarelli&lt;br&gt;software engineer [ &lt;a href=&quot;http://www.selexgalileo.com&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.selexgalileo.com&lt;/a&gt; § &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=21343002&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;andrea.lucarelli@...&lt;/a&gt; ]&lt;br&gt;independent software developer [ &lt;a href=&quot;http://www.ai-logic.it&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;www.ai-logic.it&lt;/a&gt; § &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=21343002&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;andrea.lucarelli@...&lt;/a&gt; ]&lt;br&gt;
web engineer &amp;amp; web designer [ &lt;a href=&quot;http://www.art-bit.net&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;www.art-bit.net&lt;/a&gt; § &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=21343002&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;raster@...&lt;/a&gt; ]&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://www.linkedin.com/in/lucarelliandrea&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;www.linkedin.com/in/lucarelliandrea&lt;/a&gt;&lt;br&gt;
&lt;a href=&quot;http://www.art-bit.net/community/team/andrea-lucarelli&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;www.art-bit.net/community/team/andrea-lucarelli&lt;/a&gt;&lt;br&gt;
</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Parsing-API-merged-to-trunk.-tp20725083p21343002.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-21342336</id>
	<title>GLF: How to define a call to java method in COMPLETE feature syntax in GLF</title>
	<published>2009-01-07T14:58:57Z</published>
	<updated>2009-01-07T14:58:57Z</updated>
	<author>
		<name>srinivasan chikkala</name>
	</author>
	<content type="html">Hi
&lt;br&gt;&lt;br&gt;I am trying to use the COMPLETE feature of the GLF for a string quote 
&lt;br&gt;completion in a DSL editor. complete feature syntax with string type 
&lt;br&gt;that defines a simple &amp;quot;:&amp;quot; separated completion (COMPLETE: &amp;quot;\&amp;quot;:\&amp;quot;&amp;quot; ) is 
&lt;br&gt;not working as desired. It introduces an extra quote (e.g. &amp;quot;mystring&amp;quot;&amp;quot;) 
&lt;br&gt;at the end of the string in certain cases (Issue 156391) . So, I am 
&lt;br&gt;trying to invoke a java method for complete feature in the DSL editor to 
&lt;br&gt;write my own completion code. What is the syntax for adding the java 
&lt;br&gt;method call to the COMPLETE feature ?
&lt;br&gt;&lt;br&gt;regards,
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Srinivasan Chikkala
&lt;br&gt;Open ESB Community (&lt;a href=&quot;http://open-esb.org&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://open-esb.org&lt;/a&gt;)
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/GLF%3A-How-to-define-a-call-to-java-method-in-COMPLETE-feature-syntax-in-GLF-tp21342336p21342336.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-21340544</id>
	<title>Object in file system lookup not garbage collected</title>
	<published>2009-01-07T13:18:00Z</published>
	<updated>2009-01-07T13:18:00Z</updated>
	<author>
		<name>Rob Englander</name>
	</author>
	<content type="html">I'm not sure if I'm positing this question to the right group...
&lt;br&gt;&lt;br&gt;I've got a reference to an object obtained from a file system lookup. &amp;nbsp; 
&lt;br&gt;When I release the reference
&lt;br&gt;the object used to get garbage collected, but I think a recent change &amp;nbsp;
&lt;br&gt;in the openide platform has
&lt;br&gt;impacted that behavior. &amp;nbsp;I'm hoping someone can provide some guidance &amp;nbsp;
&lt;br&gt;on this.
&lt;br&gt;&lt;br&gt;I don't want to say that it's a bug. &amp;nbsp;First I'd like to understand if &amp;nbsp;
&lt;br&gt;it's intentional.
&lt;br&gt;&lt;br&gt;Thanks for any help.
&lt;br&gt;&lt;br&gt;Rob
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Object-in-file-system-lookup-not-garbage-collected-tp21340544p21340544.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-21325196</id>
	<title>Customizing xmi.id in UML etd files</title>
	<published>2009-01-06T21:29:13Z</published>
	<updated>2009-01-06T21:29:13Z</updated>
	<author>
		<name>sojin</name>
	</author>
	<content type="html">Hi,
&lt;br&gt;&lt;br&gt;I'd like to know, what would happen if I modify the UML code to replace the 32 digit xmi.id with more meaning full name (unfortunately, which is very much required for our environment) something like package:class:function:attribute_name .. or so..
&lt;br&gt;I'm modifying versionableelement.java, namedelement.java and other files to use setXMIID(new id) whenever an element is newly created as well as renamed. 
&lt;br&gt;Please let me know if anyone has tried this before... or is ther any better solution ?
&lt;br&gt;&lt;br&gt;Thanks in advance,
&lt;br&gt;Soji</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Customizing-xmi.id-in-UML-etd-files-tp21325196p21325196.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-21319102</id>
	<title>permanent status area anyone?</title>
	<published>2009-01-06T13:07:51Z</published>
	<updated>2009-01-06T13:07:51Z</updated>
	<author>
		<name>Ivan Soleimanipour-4</name>
	</author>
	<content type="html">I just filed an IZ, &lt;a href=&quot;http://www.netbeans.org/issues/show_bug.cgi?id=156380&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.netbeans.org/issues/show_bug.cgi?id=156380&lt;/a&gt;,
&lt;br&gt;requesting a permanent status area near the top of the main window.
&lt;br&gt;&lt;br&gt;The main and sole usecase is in dedicated debugger GUI's.
&lt;br&gt;&lt;br&gt;But there might be other usecases which might benefit from such
&lt;br&gt;a feature or put constraints on it's design.
&lt;br&gt;&lt;br&gt;If you've ever felt the need for such an area please take a look
&lt;br&gt;and add any comments you may have.
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/permanent-status-area-anyone--tp21319102p21319102.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-21304193</id>
	<title>Re: Re: Asking userdir as input at bootstrap time in NetBeans</title>
	<published>2009-01-05T19:37:29Z</published>
	<updated>2009-01-05T19:37:29Z</updated>
	<author>
		<name>Wade Chandler</name>
	</author>
	<content type="html">&lt;html&gt;&lt;head&gt;&lt;/head&gt;&lt;body&gt;&lt;div style=&quot;font-family:times new roman,new york,times,serif;font-size:12pt&quot;&gt;Sounds like it gets back to my idea about project groups being a persisted entity just like a project. As far as modules loaded in the IDE. NB 7.0 has what is being called ergonomics. It only loads the modules the user actually uses. Tushar, have you tried out the daily builds? Maybe that takes care of that part of the issue for you.&lt;br&gt;&lt;br&gt;Wade&lt;br&gt;&lt;div&gt;&amp;nbsp;&lt;/div&gt;==================&lt;br&gt;Wade Chandler, CCE&lt;br&gt;Software Engineer and Developer, Certified Forensic Computer Examiner, NetBeans Dream Team Member, and NetBeans Board Member&lt;br&gt;http://www.certified-computer-examiner.com&lt;br&gt;http://wiki.netbeans.org/wiki/view/NetBeansDreamTeam&lt;br&gt;http://www.netbeans.org&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div style=&quot;font-family: times new roman,new york,times,serif; font-size: 12pt;&quot;&gt;&lt;br&gt;&lt;div style=&quot;font-family: times new roman,new
 york,times,serif; font-size: 12pt;&quot;&gt;&lt;font size=&quot;2&quot; face=&quot;Tahoma&quot;&gt;&lt;hr size=&quot;1&quot;&gt;&lt;b&gt;&lt;span style=&quot;font-weight: bold;&quot;&gt;From:&lt;/span&gt;&lt;/b&gt; Tushar Joshi &amp;lt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=21304193&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;tusharvjoshi@...&lt;/a&gt;&amp;gt;&lt;br&gt;&lt;b&gt;&lt;span style=&quot;font-weight: bold;&quot;&gt;To:&lt;/span&gt;&lt;/b&gt; &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=21304193&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;nbdev@...&lt;/a&gt;&lt;br&gt;&lt;b&gt;&lt;span style=&quot;font-weight: bold;&quot;&gt;Sent:&lt;/span&gt;&lt;/b&gt; Monday, January 5, 2009 9:18:25 PM&lt;br&gt;&lt;b&gt;&lt;span style=&quot;font-weight: bold;&quot;&gt;Subject:&lt;/span&gt;&lt;/b&gt; Re: [nbdev] Re: Asking userdir as input at bootstrap time in NetBeans&lt;br&gt;&lt;/font&gt;&lt;br&gt;
&lt;blockquote class=&quot;gmail_quote&quot; style=&quot;border-left: 1px solid rgb(204, 204, 204); margin: 0px 0px 0px 0.8ex; padding-left: 1ex;&quot;&gt;
&lt;span class=&quot;Apple-style-span&quot; style=&quot;border-collapse: collapse;&quot;&gt;It is not enough to switch to a different project group when you want it?&lt;/span&gt;&lt;/blockquote&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;Let me describe the&amp;nbsp;scenario&amp;nbsp;in which I usually work while developing a module for NetBeans.&lt;/div&gt;
&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;&lt;ol&gt;&lt;li&gt;I want the NetBeans sources to be open for my ready reference. &amp;nbsp;NetBeans is the best option to keep this open. &amp;nbsp;NetBeans sources is a set of too many modules and I don't want them to be open in the same NetBeans IDE and same project group. &amp;nbsp;To open NetBeans sources in NetBeans IDE in an another instance provides me facility to browse code and also to Navigate to different areas of that code easily.&lt;br&gt;
&lt;br&gt;&lt;/li&gt;&lt;li&gt;I also want some community developed modules like Cube'n to be open for my reference in one instance of NetBeans&lt;br&gt;&lt;br&gt;&lt;/li&gt;&lt;li&gt;My modules need one IDE and I want to keep their project group only with their code not any other project. &amp;nbsp;As soon as I open any other project in my project group it is added to my Module suite project group and opens all the time when I open my IDE. &amp;nbsp;&lt;br&gt;
&lt;br&gt;&lt;/li&gt;&lt;li&gt;For these requirements I have made three shortcuts with three different --userdir options for now but this is not a efficient option to work with.&lt;/li&gt;&lt;li&gt;&lt;br&gt;&lt;/li&gt;&lt;/ol&gt;This is the&amp;nbsp;scenario&amp;nbsp;when I want the NetBeans IDE to ask me what --userdir to use for the instance. &amp;nbsp;Many people in this list develop NetBeans modules. &amp;nbsp;Haven't&amp;nbsp;they faces dame issues? &amp;nbsp;I am interested in&amp;nbsp;knowing&amp;nbsp;what they do for this?&lt;br&gt;
&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;with regards&lt;/div&gt;&lt;div&gt;Tushar&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;with regards&lt;br&gt;Tushar&lt;br&gt;&lt;br&gt;==============================================&lt;br&gt;Tushar Joshi, Nagpur&lt;br&gt;&lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://MCSD.NET&quot;&gt;MCSD.NET&lt;/a&gt; C#, SCJP, RHCE&lt;br&gt;
Software Engineer and Senior Project Manager @ Infospectrum India Private Limited, VOC Captain for NetBeans, JUGNagpur Leader&lt;br&gt;&lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://www.info-spectrum.com&quot;&gt;http://www.info-spectrum.com&lt;/a&gt;&lt;br&gt;&lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://www.tusharvjoshi.com&quot;&gt;http://www.tusharvjoshi.com&lt;/a&gt;&lt;br&gt;
&lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://wiki.netbeans.org/VoiceOfCommunity&quot;&gt;http://wiki.netbeans.org/VoiceOfCommunity&lt;/a&gt;&lt;br&gt;&lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://www.jugnagpur.com&quot;&gt;http://www.jugnagpur.com&lt;/a&gt;&lt;br&gt;
&lt;br&gt;&lt;br&gt;&lt;div class=&quot;gmail_quote&quot;&gt;On Tue, Jan 6, 2009 at 6:31 AM, Jesse Glick &lt;span dir=&quot;ltr&quot;&gt;&amp;lt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=21304193&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;jesse.glick@...&lt;/a&gt;&amp;gt;&lt;/span&gt; wrote:&lt;br&gt;&lt;blockquote class=&quot;gmail_quote&quot; style=&quot;border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;&quot;&gt;
&lt;div class=&quot;Ih2E3d&quot;&gt;&lt;blockquote class=&quot;gmail_quote&quot; style=&quot;border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;&quot;&gt;While working with multiple project groups, working with module suites and many example project open and also having the NetBeans source open in one instance I feel a need of this option in NetBeans startup.&lt;br&gt;

&lt;/blockquote&gt;
&lt;br&gt;&lt;/div&gt;
It is not enough to switch to a different project group when you want it?&lt;br&gt;
&lt;br&gt;
&lt;/blockquote&gt;&lt;/div&gt;&lt;br&gt;
&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/body&gt;&lt;/html&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Asking-userdir-as-input-at-bootstrap-time-in-NetBeans-tp21210776p21304193.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-21303883</id>
	<title>Re: Re: Error building NetBeans from sources</title>
	<published>2009-01-05T19:05:13Z</published>
	<updated>2009-01-05T19:05:13Z</updated>
	<author>
		<name>Amit k. Saha</name>
	</author>
	<content type="html">Hello Jesse,
&lt;br&gt;&lt;br&gt;On Tue, Jan 6, 2009 at 6:32 AM, Jesse Glick &amp;lt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=21303883&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;jesse.glick@...&lt;/a&gt;&amp;gt; wrote:
&lt;br&gt;&amp;gt; Amit k. Saha wrote:
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; nb.clusters.list=nb.cluster.nb,nb.cluster.platform,nb.cluster.ide,nb.cluster.gsf,nb.cluster.python,nb.cluster.java,nb.cluster.websvccommon
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp;[nbmerge] Failed to build target: all-jellytools
&lt;br&gt;&amp;gt;&amp;gt; No dependent module org.netbeans.modules.jellytools.platform
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Try adding in nb.cluster.harness perhaps.
&lt;br&gt;&lt;br&gt;My user.build.properties currently looks like:
&lt;br&gt;nb.clusters.list=nb.cluster.nb,nb.cluster.platform,nb.cluster.ide,nb.cluster.gsf,nb.cluster.python,nb.cluster.java,nb.cluster.apisupport,
&lt;br&gt;nb.cluster.xml,nb.cluster.harness,nb.cluster.websvccommon
&lt;br&gt;&lt;br&gt;It builds fine for me now. Thanks a lot.
&lt;br&gt;&lt;br&gt;-Amit
&lt;br&gt;&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Amit Kumar Saha
&lt;br&gt;&lt;a href=&quot;http://amitksaha.blogspot.com&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://amitksaha.blogspot.com&lt;/a&gt;&lt;br&gt;&lt;a href=&quot;http://amitsaha.in.googlepages.com/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://amitsaha.in.googlepages.com/&lt;/a&gt;&lt;br&gt;Skype: amitkumarsaha
&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Error-building-NetBeans-from-sources-tp21201639p21303883.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-21303502</id>
	<title>Re: Re: Asking userdir as input at bootstrap time in NetBeans</title>
	<published>2009-01-05T18:18:25Z</published>
	<updated>2009-01-05T18:18:25Z</updated>
	<author>
		<name>tusharvjoshi</name>
	</author>
	<content type="html">&lt;blockquote class=&quot;gmail_quote&quot; style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0.8ex; border-left-width: 1px; border-left-color: rgb(204, 204, 204); border-left-style: solid; padding-left: 1ex; &quot;&gt;
&lt;span class=&quot;Apple-style-span&quot; style=&quot;border-collapse: collapse;&quot;&gt;It is not enough to switch to a different project group when you want it?&lt;/span&gt;&lt;/blockquote&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;Let me describe the&amp;nbsp;scenario&amp;nbsp;in which I usually work while developing a module for NetBeans.&lt;/div&gt;
&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;&lt;ol&gt;&lt;li&gt;I want the NetBeans sources to be open for my ready reference. &amp;nbsp;NetBeans is the best option to keep this open. &amp;nbsp;NetBeans sources is a set of too many modules and I don&amp;#39;t want them to be open in the same NetBeans IDE and same project group. &amp;nbsp;To open NetBeans sources in NetBeans IDE in an another instance provides me facility to browse code and also to Navigate to different areas of that code easily.&lt;br&gt;
&lt;br&gt;&lt;/li&gt;&lt;li&gt;I also want some community developed modules like Cube&amp;#39;n to be open for my reference in one instance of NetBeans&lt;br&gt;&lt;br&gt;&lt;/li&gt;&lt;li&gt;My modules need one IDE and I want to keep their project group only with their code not any other project. &amp;nbsp;As soon as I open any other project in my project group it is added to my Module suite project group and opens all the time when I open my IDE. &amp;nbsp;&lt;br&gt;
&lt;br&gt;&lt;/li&gt;&lt;li&gt;For these requirements I have made three shortcuts with three different --userdir options for now but this is not a efficient option to work with.&lt;/li&gt;&lt;li&gt;&lt;br&gt;&lt;/li&gt;&lt;/ol&gt;This is the&amp;nbsp;scenario&amp;nbsp;when I want the NetBeans IDE to ask me what --userdir to use for the instance. &amp;nbsp;Many people in this list develop NetBeans modules. &amp;nbsp;Haven&amp;#39;t&amp;nbsp;they faces dame issues? &amp;nbsp;I am interested in&amp;nbsp;knowing&amp;nbsp;what they do for this?&lt;br&gt;
&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;with regards&lt;/div&gt;&lt;div&gt;Tushar&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;with regards&lt;br&gt;Tushar&lt;br&gt;&lt;br&gt;==============================================&lt;br&gt;Tushar Joshi, Nagpur&lt;br&gt;&lt;a href=&quot;http://MCSD.NET&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;MCSD.NET&lt;/a&gt; C#, SCJP, RHCE&lt;br&gt;
Software Engineer and Senior Project Manager @ Infospectrum India Private Limited, VOC Captain for NetBeans, JUGNagpur Leader&lt;br&gt;&lt;a href=&quot;http://www.info-spectrum.com&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.info-spectrum.com&lt;/a&gt;&lt;br&gt;&lt;a href=&quot;http://www.tusharvjoshi.com&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.tusharvjoshi.com&lt;/a&gt;&lt;br&gt;
&lt;a href=&quot;http://wiki.netbeans.org/VoiceOfCommunity&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://wiki.netbeans.org/VoiceOfCommunity&lt;/a&gt;&lt;br&gt;&lt;a href=&quot;http://www.jugnagpur.com&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.jugnagpur.com&lt;/a&gt;&lt;br&gt;
&lt;br&gt;&lt;br&gt;&lt;div class=&quot;gmail_quote&quot;&gt;On Tue, Jan 6, 2009 at 6:31 AM, Jesse Glick &lt;span dir=&quot;ltr&quot;&gt;&amp;lt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=21303502&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;jesse.glick@...&lt;/a&gt;&amp;gt;&lt;/span&gt; wrote:&lt;br&gt;&lt;blockquote class=&quot;gmail_quote&quot; style=&quot;margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;&quot;&gt;
&lt;div class=&quot;Ih2E3d&quot;&gt;&lt;blockquote class=&quot;gmail_quote&quot; style=&quot;margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex&quot;&gt;While working with multiple project groups, working with module suites and many example project open and also having the NetBeans source open in one instance I feel a need of this option in NetBeans startup.&lt;br&gt;

&lt;/blockquote&gt;
&lt;br&gt;&lt;/div&gt;
It is not enough to switch to a different project group when you want it?&lt;br&gt;
&lt;br&gt;
&lt;/blockquote&gt;&lt;/div&gt;&lt;br&gt;
</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Asking-userdir-as-input-at-bootstrap-time-in-NetBeans-tp21210776p21303502.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-21302880</id>
	<title>Re: 'https://hg.netbeans.org/maven-dev' does not appear to be an hg   repository!'??</title>
	<published>2009-01-05T17:02:57Z</published>
	<updated>2009-01-05T17:02:57Z</updated>
	<author>
		<name>Jesse Glick</name>
	</author>
	<content type="html">mkleint wrote:
&lt;br&gt;&amp;gt; what exactly does this message mean? and how to get rid of it? is there 
&lt;br&gt;&amp;gt; a problem with the server?
&lt;br&gt;&lt;br&gt;File issues in nbbuild/mercurial for any Hg server problems you encounter.
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/%27https%3A--hg.netbeans.org-maven-dev%27-does-not-appear-to-be-an-hg-repository%21%27---tp21195816p21302880.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-21302935</id>
	<title>Re: Error building NetBeans from sources</title>
	<published>2009-01-05T17:02:38Z</published>
	<updated>2009-01-05T17:02:38Z</updated>
	<author>
		<name>Jesse Glick</name>
	</author>
	<content type="html">Amit k. Saha wrote:
&lt;br&gt;&amp;gt; nb.clusters.list=nb.cluster.nb,nb.cluster.platform,nb.cluster.ide,nb.cluster.gsf,nb.cluster.python,nb.cluster.java,nb.cluster.websvccommon
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; &amp;nbsp;[nbmerge] Failed to build target: all-jellytools
&lt;br&gt;&amp;gt; No dependent module org.netbeans.modules.jellytools.platform
&lt;br&gt;&lt;br&gt;Try adding in nb.cluster.harness perhaps.
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Error-building-NetBeans-from-sources-tp21201639p21302935.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-21302828</id>
	<title>Re: Asking userdir as input at bootstrap time in NetBeans</title>
	<published>2009-01-05T17:01:56Z</published>
	<updated>2009-01-05T17:01:56Z</updated>
	<author>
		<name>Jesse Glick</name>
	</author>
	<content type="html">Tushar Joshi wrote:
&lt;br&gt;&amp;gt; Is it possible to add functionality to ask the selection of userdir 
&lt;br&gt;&amp;gt; while starting NetBeans, just like how Eclipse asks for workspace 
&lt;br&gt;&amp;gt; selection while starting. &amp;nbsp;Is this possible in NetBeans through 
&lt;br&gt;&amp;gt; implementing some module and extending the API? &amp;nbsp;
&lt;br&gt;&lt;br&gt;No. This logic probably happens too early for a module to handle it. You could patch the launcher if you wanted. I don't think there is any plan to do anything of the 
&lt;br&gt;sort in the standard distro.
&lt;br&gt;&lt;br&gt;&amp;gt; While working with multiple project groups, working with module suites 
&lt;br&gt;&amp;gt; and many example project open and also having the NetBeans source open 
&lt;br&gt;&amp;gt; in one instance I feel a need of this option in NetBeans startup.
&lt;br&gt;&lt;br&gt;It is not enough to switch to a different project group when you want it?
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Asking-userdir-as-input-at-bootstrap-time-in-NetBeans-tp21210776p21302828.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-21302782</id>
	<title>Re: Source build failed</title>
	<published>2009-01-05T17:01:01Z</published>
	<updated>2009-01-05T17:01:01Z</updated>
	<author>
		<name>Jesse Glick</name>
	</author>
	<content type="html">rajeshsr wrote:
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; /home/rajeshsr/myexps/Netbeans/main/nbbuild/templates/common.xml:146: Error starting compiler: java.lang.reflect.InvocationTargetException
&lt;br&gt;&lt;br&gt;Run with -v to get a stack trace.
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Source-build-failed-tp21248151p21302782.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-21304952</id>
	<title>Schliemann AST tree</title>
	<published>2009-01-05T15:44:09Z</published>
	<updated>2009-01-05T15:44:09Z</updated>
	<author>
		<name>keshke</name>
	</author>
	<content type="html">Hi,
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;I have a Schliemann based editor with colors and code completion and it works fine. I would like to get the AST from the file which is currently in the editor. Is it possible? how can I get that tree?
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Schliemann-AST-tree-tp21304952p21304952.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-21287192</id>
	<title>Re: Source build failed</title>
	<published>2009-01-05T00:24:22Z</published>
	<updated>2009-01-05T00:24:22Z</updated>
	<author>
		<name>Michal Zlamal</name>
	</author>
	<content type="html">Hi,
&lt;br&gt;&lt;br&gt;I'll try to answer your questions, see inline:
&lt;br&gt;On Jan 2, 2009, at 2:19 AM, rajeshsr wrote:
&lt;br&gt;&lt;br&gt;&amp;gt; I tried building netbeans. I got the source from the repository &amp;nbsp;
&lt;br&gt;&amp;gt; using mercurial using:
&lt;br&gt;&amp;gt; hg clone &lt;a href=&quot;http://hg.netbeans.org/main&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://hg.netbeans.org/main&lt;/a&gt;&lt;br&gt;&lt;br&gt;This should be generally OK.
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; When I tried to build it with ant I got the following error:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Code:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; BUILD FAILED
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;/home/rajeshsr/myexps/Netbeans/main/nbbuild/build.xml:727: &amp;nbsp;
&lt;br&gt;&amp;gt; The following error occurred while executing this line:
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;/home/rajeshsr/myexps/Netbeans/main/nbbuild/build.xml:722: &amp;nbsp;
&lt;br&gt;&amp;gt; The following error occurred while executing this line:
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; /home/rajeshsr/myexps/Netbeans/main/nbbuild/build.xml:768: &amp;nbsp;
&lt;br&gt;&amp;gt; The following error occurred while executing this line:
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;/home/rajeshsr/myexps/Netbeans/main/nbbuild/templates/ 
&lt;br&gt;&amp;gt; common.xml:146: Error starting compiler: &amp;nbsp;
&lt;br&gt;&amp;gt; java.lang.reflect.InvocationTargetException
&lt;/div&gt;&lt;br&gt;Not so descriptive, the actual error message is missing here. We would &amp;nbsp;
&lt;br&gt;need longer log (stack trace) to see what's wrong.
&lt;br&gt;&lt;br&gt;&amp;gt; I found out that downloading from &amp;quot;main&amp;quot; need not result in &amp;nbsp;
&lt;br&gt;&amp;gt; successful build! So I may need to download from &amp;quot;main-gold&amp;quot;.
&lt;br&gt;&lt;br&gt;You can always take a look at &lt;a href=&quot;http://deadlock.netbeans.org/hudson/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://deadlock.netbeans.org/hudson/&lt;/a&gt;&amp;nbsp;
&lt;br&gt;trunk job to see whenever main is build-able. main-golden should be &amp;nbsp;
&lt;br&gt;always build-able.
&lt;br&gt;&lt;br&gt;&amp;gt; I think I will schedule another build today's night from main-gold!
&lt;br&gt;&amp;gt; Is there any solution to this problem?
&lt;br&gt;&lt;br&gt;As I wrote, the log's really short.
&lt;br&gt;&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; If no solution exists, am I to clone main-gold completely?
&lt;br&gt;&lt;br&gt;Yes.
&lt;br&gt;&lt;br&gt;&amp;gt; I already have &amp;quot;main&amp;quot;. So is it possible to synchronize with main- 
&lt;br&gt;&amp;gt; gold?
&lt;br&gt;&lt;br&gt;It should be possible after few days, all changes from main should get &amp;nbsp;
&lt;br&gt;to main-golden afterwards.
&lt;br&gt;&lt;br&gt;-Michal
&lt;br&gt;--
&lt;br&gt;Michal Zlamal &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;SUN Microsystems, Inc., SSG
&lt;br&gt;Architect, Build Engineering &amp;nbsp; &amp;nbsp; &amp;nbsp; V Parku 2308/8, Praha 4
&lt;br&gt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=21287192&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Michal.Zlamal@...&lt;/a&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;phone: +420 233 009 227
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Source-build-failed-tp21248151p21287192.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-21286779</id>
	<title>Stuck trying to get a plugin to install a library</title>
	<published>2009-01-04T16:20:21Z</published>
	<updated>2009-01-04T16:20:21Z</updated>
	<author>
		<name>dculyba</name>
	</author>
	<content type="html">I'm trying to write a netbeans (developing in 6.1) plugin to install a single jar file as a library. I created a stand-alone module, added a Java SE Library Descriptor and pointed the library descriptor to the library I want to install. Things seem happy at this point--when I run the module the library shows up and plays nice. But when I create an NBM and try installing that on a new machine, the plugin fails to install the library. The NBM seems to install properly, but the library doesn't show up and the plugin doesn't appear in the &amp;quot;installed&amp;quot; menu for plugins. 
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&amp;nbsp; I'm not sure what's going wrong here. I've had this work before (different jar, but essentially the same operation), but I'm admittedly a novice at netbeans development. I checked the NBM file I noticed that it's about 11mbs smaller than the jar file it's supposed to install (2mb vs the 12mb library jar)--that seemed inconsistent to me. Are there any silent failures that could be causing this? I never saw any error messages that seemed to imply this wasn't working properly. Any insight would be appreciated.
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;-Dave
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Stuck-trying-to-get-a-plugin-to-install-a-library-tp21286779p21286779.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-21280639</id>
	<title>Re: Is the new ergonomics supposed to work so well that we can't open projects or create new ones so it makes the IDE faster that way</title>
	<published>2009-01-04T12:12:53Z</published>
	<updated>2009-01-04T12:12:53Z</updated>
	<author>
		<name>Jaroslav Tulach</name>
	</author>
	<content type="html">Dne Friday 02 January 2009 19:08:24 Wade Chandler napsal(a):
&lt;br&gt;&amp;gt; Hmm. I don't know. I filed:
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://www.netbeans.org/issues/show_bug.cgi?id=156230&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.netbeans.org/issues/show_bug.cgi?id=156230&lt;/a&gt;&lt;br&gt;&lt;br&gt;Wade, probably enable the ide.ergonomics module and if the bundle does not get 
&lt;br&gt;found, check content of the Bundle.properties file.
&lt;br&gt;&lt;br&gt;&amp;gt; I did notice when building the sources some different messages about
&lt;br&gt;&amp;gt; annotations and missing annotation processors. Are there any special things
&lt;br&gt;&amp;gt; one has to do this go around to work with the sources?
&lt;br&gt;&lt;br&gt;This is all OK.
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Wade
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp;==================
&lt;br&gt;&amp;gt; Wade Chandler, CCE
&lt;br&gt;&amp;gt; Software Engineer and Developer, Certified Forensic Computer Examiner,
&lt;br&gt;&amp;gt; NetBeans Dream Team Member, and NetBeans Board Member
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://www.certified-computer-examiner.com&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.certified-computer-examiner.com&lt;/a&gt;&lt;br&gt;&amp;gt; &lt;a href=&quot;http://wiki.netbeans.org/wiki/view/NetBeansDreamTeam&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://wiki.netbeans.org/wiki/view/NetBeansDreamTeam&lt;/a&gt;&lt;br&gt;&amp;gt; &lt;a href=&quot;http://www.netbeans.org&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.netbeans.org&lt;/a&gt;&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; ----- Original Message ----
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; From: Wade Chandler &amp;lt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=21280639&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;hwadechandler-nb@...&lt;/a&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; To: &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=21280639&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;nbdev@...&lt;/a&gt;
&lt;br&gt;&amp;gt; &amp;gt; Sent: Friday, January 2, 2009 12:12:40 PM
&lt;br&gt;&amp;gt; &amp;gt; Subject: Re: [nbdev] Is the new ergonomics supposed to work so well that
&lt;br&gt;&amp;gt; &amp;gt; we can't open projects or create new ones so it makes the IDE faster that
&lt;br&gt;&amp;gt; &amp;gt; way
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; Well, turning off Ergonomics doesn't help, so this must be something
&lt;br&gt;&amp;gt; &amp;gt; else. I'll search IZ and file something or comment.
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; Wade
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; ==================
&lt;br&gt;&amp;gt; &amp;gt; Wade Chandler, CCE
&lt;br&gt;&amp;gt; &amp;gt; Software Engineer and Developer, Certified Forensic Computer Examiner,
&lt;br&gt;&amp;gt; &amp;gt; NetBeans Dream Team Member, and NetBeans Board Member
&lt;br&gt;&amp;gt; &amp;gt; &lt;a href=&quot;http://www.certified-computer-examiner.com&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.certified-computer-examiner.com&lt;/a&gt;&lt;br&gt;&amp;gt; &amp;gt; &lt;a href=&quot;http://wiki.netbeans.org/wiki/view/NetBeansDreamTeam&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://wiki.netbeans.org/wiki/view/NetBeansDreamTeam&lt;/a&gt;&lt;br&gt;&amp;gt; &amp;gt; &lt;a href=&quot;http://www.netbeans.org&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.netbeans.org&lt;/a&gt;&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; ----- Original Message ----
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; From: Wade Chandler
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; To: &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=21280639&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;nbdev@...&lt;/a&gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; Sent: Friday, January 2, 2009 11:23:16 AM
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; Subject: [nbdev] Is the new ergonomics supposed to work so well that we
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; can't
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; open projects or create new ones so it makes the IDE faster that way
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; Kidding :-D, but main and main-golden just don't work at all right now.
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; I
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; can't
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; open a project, and I can't create one. The templates are all empty
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; when I try
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; to create a project, and there are no icons on folders when I try to
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; open a project, and instead of opening a project all that happens when
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; I click &amp;quot;Open Project&amp;quot; in the file chooser is that the file chooser
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; traverses into the
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; project
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; folder instead.
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; In the log file I see:
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; Caused: java.util.MissingResourceException: Can't find resource for
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; bundle org.openide.util.NbBundle$PBundle, key CTL_ImportProject
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;nbsp; &amp;nbsp; at java.util.ResourceBundle.getObject(ResourceBundle.java:384)
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;nbsp; &amp;nbsp; at
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; org.openide.filesystems.XMLMapAttr$Attr.getObject(XMLMapAttr.java:923)
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; at org.openide.filesystems.XMLMapAttr$Attr.get(XMLMapAttr.java:626) at
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; org.openide.filesystems.XMLMapAttr$Attr.access$200(XMLMapAttr.java:402)
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; at org.openide.filesystems.XMLMapAttr.getAttribute(XMLMapAttr.java:198)
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; [catch] at org.openide.filesystems.XMLMapAttr.get(XMLMapAttr.java:166)
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; at
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; org.openide.filesystems.XMLFileSystem$FileObjRef.readAttribute(XMLFileSys
&lt;br&gt;&amp;gt; &amp;gt;tem.java:939)
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;nbsp; &amp;nbsp; at
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; org.openide.filesystems.XMLFileSystem$Impl.readAttribute(XMLFileSystem.ja
&lt;br&gt;&amp;gt; &amp;gt;va:797)
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;nbsp; &amp;nbsp; at
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; org.openide.filesystems.AbstractFileObject.getAttribute(AbstractFileObjec
&lt;br&gt;&amp;gt; &amp;gt;t.java:324)
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;nbsp; &amp;nbsp; at
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; org.openide.filesystems.MultiFileObject.getAttribute(MultiFileObject.ja
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt;va:827) at
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; org.openide.filesystems.MultiFileObject.getAttribute(MultiFileObject.ja
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt;va:789) at
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; org.openide.filesystems.MultiFileObject.getAttribute(MultiFileObject.ja
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt;va:825) at
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; org.openide.filesystems.MultiFileObject.getAttribute(MultiFileObject.ja
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt;va:789) at
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; org.openide.filesystems.MultiFileObject.getAttribute(MultiFileObject.ja
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt;va:825) at
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; org.openide.filesystems.MultiFileObject.getAttribute(MultiFileObject.ja
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt;va:789) at
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; org.openide.filesystems.MultiFileObject.getAttribute(MultiFileObject.ja
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt;va:722) at
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; org.openide.filesystems.XMLMapAttr$FOEntry.getValue(XMLMapAttr.java:1278)
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;nbsp; &amp;nbsp; at java.util.AbstractMap.get(AbstractMap.java:165)
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;nbsp; &amp;nbsp; at
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; org.openide.awt.AlwaysEnabledAction.extractCommonAttribute(AlwaysEnabledA
&lt;br&gt;&amp;gt; &amp;gt;ction.java:106)
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;nbsp; &amp;nbsp; at
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; org.openide.awt.AlwaysEnabledAction.getValue(AlwaysEnabledAction.java:1
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt;01) at org.openide.awt.Actions$MenuBridge.updateState(Actions.java:977)
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; at org.openide.awt.Actions.connect(Actions.java:198)
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;nbsp; &amp;nbsp; at org.openide.awt.Actions$MenuItem.(Actions.java:1296)
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;nbsp; &amp;nbsp; at
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; org.openide.awt.DynaMenuModel.loadSubmenu(DynaMenuModel.java:129) at
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; org.openide.awt.MenuBar$LazyMenu$MenuFolder.createInstance(MenuBar.java
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt;:674) at
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; org.openide.loaders.FolderInstance.defaultProcessObjects(FolderInstance.j
&lt;br&gt;&amp;gt; &amp;gt;ava:767)
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;nbsp; &amp;nbsp; at
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; org.openide.loaders.FolderInstance.access$000(FolderInstance.java:99)
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; at org.openide.loaders.FolderInstance$2.run(FolderInstance.java:655) at
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; org.openide.util.Task.run(Task.java:249)
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;nbsp; &amp;nbsp; at org.openide.awt.AWTTask.run(AWTTask.java:61)
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;nbsp; &amp;nbsp; at
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:209) at
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; java.awt.EventQueue.dispatchEvent(EventQueue.java:597)
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;nbsp; &amp;nbsp; at
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; org.netbeans.core.TimableEventQueue.dispatchEvent(TimableEventQueue.jav
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt;a:104) at
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.j
&lt;br&gt;&amp;gt; &amp;gt;ava:284)
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;nbsp; &amp;nbsp; at
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.ja
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt;va:184) at
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.j
&lt;br&gt;&amp;gt; &amp;gt;ava:174)
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;nbsp; &amp;nbsp; at
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:169)
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; at
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:161)
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; at java.awt.EventDispatchThread.run(EventDispatchThread.java:122) ALL
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; [null]: value =
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; org.netbeans.modules.ide.ergonomics.Bundle#CTL_ImportProject
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; ALL [null]: attrName = displayName
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; CONFIG [null]: Missing resource from class:
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; org.openide.util.NbBundle$PBundle CONFIG [null]: Key which was not
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; found: CTL_ImportProject
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; So it seems things are not loaded yet, and thus they are not showing up
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; to be able to work. I thought I would give it a try to see how it
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; behaved with the
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; new
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; ergonomics stuff. But, I can't check it out :-(. Are there known issues
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; such
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; as
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; this one right now with ergonomics? I'll search IZ and all and file
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; things,
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; but
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; was just wondering if this is known to the developers. I have created
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; different
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; user dirs for both main and main-golden, and both are this exact same
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; way.
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; Wade
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; ==================
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; Wade Chandler, CCE
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; Software Engineer and Developer, Certified Forensic Computer Examiner,
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; NetBeans
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; Dream Team Member, and NetBeans Board Member
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &lt;a href=&quot;http://www.certified-computer-examiner.com&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.certified-computer-examiner.com&lt;/a&gt;&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &lt;a href=&quot;http://wiki.netbeans.org/wiki/view/NetBeansDreamTeam&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://wiki.netbeans.org/wiki/view/NetBeansDreamTeam&lt;/a&gt;&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &lt;a href=&quot;http://www.netbeans.org&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.netbeans.org&lt;/a&gt;&lt;/div&gt;&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Is-the-new-ergonomics-supposed-to-work-so-well-that-we-can%27t-open-projects-or-create-new-ones-so-it-makes-the-IDE-faster-that-way-tp21253440p21280639.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-21285927</id>
	<title>trouble adding custom component from Palette</title>
	<published>2009-01-03T08:51:37Z</published>
	<updated>2009-01-03T08:51:37Z</updated>
	<author>
		<name>U36860</name>
	</author>
	<content type="html">I want to implement a custom component (e.g. a JButton) as a ChangeListener in order to let the component react to some attribute change (MVC architecture). 
&lt;br&gt;&lt;br&gt;To that end I created a Bean, added it to the Palette and tried to drag and drop it from the Palette on a panel. Unfortunately I allways get the error popup 'cannot instantiate. Make sure it is a valid JavaBean'. I believe having seen in the stack trace that I got a null pointer exception when calling the Knopchanger method AddPropertyChangeListener, which probably is a method of some KnopChanger parent.
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;Below is m code for the Bean. Can someone check it and correct it where necessary?
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;Thanks.
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;Piet
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;-------------------------------
&lt;br&gt;&lt;br&gt;package beanexamples;
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;import java.beans.PropertyChangeListener;
&lt;br&gt;&lt;br&gt;import java.beans.PropertyChangeSupport;
&lt;br&gt;&lt;br&gt;import java.io.Serializable;
&lt;br&gt;&lt;br&gt;import javax.swing.JButton;
&lt;br&gt;&lt;br&gt;import javax.swing.event.ChangeEvent;
&lt;br&gt;&lt;br&gt;import javax.swing.event.ChangeListener;
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;public class KnopChanger extends JButton implements Serializable, ChangeListener {
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;public static final String PROP_SAMPLE_PROPERTY = &amp;quot;sampleProperty&amp;quot;;
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;private String sampleProperty;
&lt;br&gt;&lt;br&gt;private PropertyChangeSupport propertySupport;
&lt;br&gt;&lt;br&gt;private PropertyChangeListener listener;
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;public KnopChanger() {
&lt;br&gt;&lt;br&gt;super(&amp;quot;&amp;quot;);
&lt;br&gt;&lt;br&gt;}
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;public void stateChanged(ChangeEvent e) {
&lt;br&gt;&lt;br&gt;throw new UnsupportedOperationException(&amp;quot;Not supported yet.&amp;quot;);
&lt;br&gt;&lt;br&gt;}
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;public String getSampleProperty() {
&lt;br&gt;&lt;br&gt;return sampleProperty;
&lt;br&gt;&lt;br&gt;}
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;public void setSampleProperty(String value) {
&lt;br&gt;&lt;br&gt;String oldValue = sampleProperty;
&lt;br&gt;&lt;br&gt;sampleProperty = value;
&lt;br&gt;&lt;br&gt;propertySupport.firePropertyChange(PROP_SAMPLE_PROPERTY, oldValue, sampleProperty);
&lt;br&gt;&lt;br&gt;}
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;}
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/trouble-adding-custom-component-from-Palette-tp21285927p21285927.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-21261133</id>
	<title>smarty plugin for nb</title>
	<published>2009-01-02T12:39:41Z</published>
	<updated>2009-01-02T12:39:41Z</updated>
	<author>
		<name>jovanotti</name>
	</author>
	<content type="html">Hi there,
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;There's no such support for NetBeans and I'm pretty sure there's noone working on it... See the Nov 10 2008 comment from ppisl here:
&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://www.netbeans.org/issues/show_bug.cgi?id=136500&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.netbeans.org/issues/show_bug.cgi?id=136500&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;Maybe it's worth asking ppisl and the author of the &lt;a href=&quot;http://blogs.sun.com/netbeansphp/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://blogs.sun.com/netbeansphp/&lt;/a&gt;&amp;nbsp;NetBeansPHP blog if the NetBeans community has anything in the works.
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;What kind of information would you need regarding Smarty?
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/smarty-plugin-for-nb-tp21261133p21261133.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-21254973</id>
	<title>Re: Is the new ergonomics supposed to work so well that we can't open projects or create new ones so it makes the IDE faster that way</title>
	<published>2009-01-02T10:08:24Z</published>
	<updated>2009-01-02T10:08:24Z</updated>
	<author>
		<name>Wade Chandler</name>
	</author>
	<content type="html">Hmm. I don't know. I filed:
&lt;br&gt;&lt;a href=&quot;http://www.netbeans.org/issues/show_bug.cgi?id=156230&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.netbeans.org/issues/show_bug.cgi?id=156230&lt;/a&gt;&lt;br&gt;&lt;br&gt;I did notice when building the sources some different messages about annotations and missing annotation processors. Are there any special things one has to do this go around to work with the sources?
&lt;br&gt;&lt;br&gt;Wade
&lt;br&gt;&lt;br&gt;&amp;nbsp;==================
&lt;br&gt;Wade Chandler, CCE
&lt;br&gt;Software Engineer and Developer, Certified Forensic Computer Examiner, NetBeans Dream Team Member, and NetBeans Board Member
&lt;br&gt;&lt;a href=&quot;http://www.certified-computer-examiner.com&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.certified-computer-examiner.com&lt;/a&gt;&lt;br&gt;&lt;a href=&quot;http://wiki.netbeans.org/wiki/view/NetBeansDreamTeam&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://wiki.netbeans.org/wiki/view/NetBeansDreamTeam&lt;/a&gt;&lt;br&gt;&lt;a href=&quot;http://www.netbeans.org&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.netbeans.org&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;----- Original Message ----
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; From: Wade Chandler &amp;lt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=21254973&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;hwadechandler-nb@...&lt;/a&gt;&amp;gt;
&lt;br&gt;&amp;gt; To: &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=21254973&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;nbdev@...&lt;/a&gt;
&lt;br&gt;&amp;gt; Sent: Friday, January 2, 2009 12:12:40 PM
&lt;br&gt;&amp;gt; Subject: Re: [nbdev] Is the new ergonomics supposed to work so well that we can't open projects or create new ones so it makes the IDE faster that way
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Well, turning off Ergonomics doesn't help, so this must be something else. I'll 
&lt;br&gt;&amp;gt; search IZ and file something or comment.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Wade
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; ==================
&lt;br&gt;&amp;gt; Wade Chandler, CCE
&lt;br&gt;&amp;gt; Software Engineer and Developer, Certified Forensic Computer Examiner, NetBeans 
&lt;br&gt;&amp;gt; Dream Team Member, and NetBeans Board Member
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://www.certified-computer-examiner.com&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.certified-computer-examiner.com&lt;/a&gt;&lt;br&gt;&amp;gt; &lt;a href=&quot;http://wiki.netbeans.org/wiki/view/NetBeansDreamTeam&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://wiki.netbeans.org/wiki/view/NetBeansDreamTeam&lt;/a&gt;&lt;br&gt;&amp;gt; &lt;a href=&quot;http://www.netbeans.org&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.netbeans.org&lt;/a&gt;&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; ----- Original Message ----
&lt;br&gt;&amp;gt; &amp;gt; From: Wade Chandler 
&lt;br&gt;&amp;gt; &amp;gt; To: &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=21254973&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;nbdev@...&lt;/a&gt;
&lt;br&gt;&amp;gt; &amp;gt; Sent: Friday, January 2, 2009 11:23:16 AM
&lt;br&gt;&amp;gt; &amp;gt; Subject: [nbdev] Is the new ergonomics supposed to work so well that we can't 
&lt;br&gt;&amp;gt; open projects or create new ones so it makes the IDE faster that way
&lt;br&gt;&amp;gt; &amp;gt; 
&lt;br&gt;&amp;gt; &amp;gt; Kidding :-D, but main and main-golden just don't work at all right now. I 
&lt;br&gt;&amp;gt; can't 
&lt;br&gt;&amp;gt; &amp;gt; open a project, and I can't create one. The templates are all empty when I try 
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; &amp;gt; to create a project, and there are no icons on folders when I try to open a 
&lt;br&gt;&amp;gt; &amp;gt; project, and instead of opening a project all that happens when I click &amp;quot;Open 
&lt;br&gt;&amp;gt; &amp;gt; Project&amp;quot; in the file chooser is that the file chooser traverses into the 
&lt;br&gt;&amp;gt; project 
&lt;br&gt;&amp;gt; &amp;gt; folder instead.
&lt;br&gt;&amp;gt; &amp;gt; 
&lt;br&gt;&amp;gt; &amp;gt; In the log file I see:
&lt;br&gt;&amp;gt; &amp;gt; Caused: java.util.MissingResourceException: Can't find resource for bundle 
&lt;br&gt;&amp;gt; &amp;gt; org.openide.util.NbBundle$PBundle, key CTL_ImportProject
&lt;br&gt;&amp;gt; &amp;gt; &amp;nbsp; &amp;nbsp; at java.util.ResourceBundle.getObject(ResourceBundle.java:384)
&lt;br&gt;&amp;gt; &amp;gt; &amp;nbsp; &amp;nbsp; at org.openide.filesystems.XMLMapAttr$Attr.getObject(XMLMapAttr.java:923)
&lt;br&gt;&amp;gt; &amp;gt; &amp;nbsp; &amp;nbsp; at org.openide.filesystems.XMLMapAttr$Attr.get(XMLMapAttr.java:626)
&lt;br&gt;&amp;gt; &amp;gt; &amp;nbsp; &amp;nbsp; at org.openide.filesystems.XMLMapAttr$Attr.access$200(XMLMapAttr.java:402)
&lt;br&gt;&amp;gt; &amp;gt; &amp;nbsp; &amp;nbsp; at org.openide.filesystems.XMLMapAttr.getAttribute(XMLMapAttr.java:198)
&lt;br&gt;&amp;gt; &amp;gt; [catch] at org.openide.filesystems.XMLMapAttr.get(XMLMapAttr.java:166)
&lt;br&gt;&amp;gt; &amp;gt; &amp;nbsp; &amp;nbsp; at 
&lt;br&gt;&amp;gt; &amp;gt; 
&lt;br&gt;&amp;gt; org.openide.filesystems.XMLFileSystem$FileObjRef.readAttribute(XMLFileSystem.java:939)
&lt;br&gt;&amp;gt; &amp;gt; &amp;nbsp; &amp;nbsp; at 
&lt;br&gt;&amp;gt; &amp;gt; 
&lt;br&gt;&amp;gt; org.openide.filesystems.XMLFileSystem$Impl.readAttribute(XMLFileSystem.java:797)
&lt;br&gt;&amp;gt; &amp;gt; &amp;nbsp; &amp;nbsp; at 
&lt;br&gt;&amp;gt; &amp;gt; 
&lt;br&gt;&amp;gt; org.openide.filesystems.AbstractFileObject.getAttribute(AbstractFileObject.java:324)
&lt;br&gt;&amp;gt; &amp;gt; &amp;nbsp; &amp;nbsp; at 
&lt;br&gt;&amp;gt; &amp;gt; org.openide.filesystems.MultiFileObject.getAttribute(MultiFileObject.java:827)
&lt;br&gt;&amp;gt; &amp;gt; &amp;nbsp; &amp;nbsp; at 
&lt;br&gt;&amp;gt; &amp;gt; org.openide.filesystems.MultiFileObject.getAttribute(MultiFileObject.java:789)
&lt;br&gt;&amp;gt; &amp;gt; &amp;nbsp; &amp;nbsp; at 
&lt;br&gt;&amp;gt; &amp;gt; org.openide.filesystems.MultiFileObject.getAttribute(MultiFileObject.java:825)
&lt;br&gt;&amp;gt; &amp;gt; &amp;nbsp; &amp;nbsp; at 
&lt;br&gt;&amp;gt; &amp;gt; org.openide.filesystems.MultiFileObject.getAttribute(MultiFileObject.java:789)
&lt;br&gt;&amp;gt; &amp;gt; &amp;nbsp; &amp;nbsp; at 
&lt;br&gt;&amp;gt; &amp;gt; org.openide.filesystems.MultiFileObject.getAttribute(MultiFileObject.java:825)
&lt;br&gt;&amp;gt; &amp;gt; &amp;nbsp; &amp;nbsp; at 
&lt;br&gt;&amp;gt; &amp;gt; org.openide.filesystems.MultiFileObject.getAttribute(MultiFileObject.java:789)
&lt;br&gt;&amp;gt; &amp;gt; &amp;nbsp; &amp;nbsp; at 
&lt;br&gt;&amp;gt; &amp;gt; org.openide.filesystems.MultiFileObject.getAttribute(MultiFileObject.java:722)
&lt;br&gt;&amp;gt; &amp;gt; &amp;nbsp; &amp;nbsp; at 
&lt;br&gt;&amp;gt; org.openide.filesystems.XMLMapAttr$FOEntry.getValue(XMLMapAttr.java:1278)
&lt;br&gt;&amp;gt; &amp;gt; &amp;nbsp; &amp;nbsp; at java.util.AbstractMap.get(AbstractMap.java:165)
&lt;br&gt;&amp;gt; &amp;gt; &amp;nbsp; &amp;nbsp; at 
&lt;br&gt;&amp;gt; &amp;gt; 
&lt;br&gt;&amp;gt; org.openide.awt.AlwaysEnabledAction.extractCommonAttribute(AlwaysEnabledAction.java:106)
&lt;br&gt;&amp;gt; &amp;gt; &amp;nbsp; &amp;nbsp; at 
&lt;br&gt;&amp;gt; &amp;gt; org.openide.awt.AlwaysEnabledAction.getValue(AlwaysEnabledAction.java:101)
&lt;br&gt;&amp;gt; &amp;gt; &amp;nbsp; &amp;nbsp; at org.openide.awt.Actions$MenuBridge.updateState(Actions.java:977)
&lt;br&gt;&amp;gt; &amp;gt; &amp;nbsp; &amp;nbsp; at org.openide.awt.Actions.connect(Actions.java:198)
&lt;br&gt;&amp;gt; &amp;gt; &amp;nbsp; &amp;nbsp; at org.openide.awt.Actions$MenuItem.(Actions.java:1296)
&lt;br&gt;&amp;gt; &amp;gt; &amp;nbsp; &amp;nbsp; at org.openide.awt.DynaMenuModel.loadSubmenu(DynaMenuModel.java:129)
&lt;br&gt;&amp;gt; &amp;gt; &amp;nbsp; &amp;nbsp; at 
&lt;br&gt;&amp;gt; &amp;gt; org.openide.awt.MenuBar$LazyMenu$MenuFolder.createInstance(MenuBar.java:674)
&lt;br&gt;&amp;gt; &amp;gt; &amp;nbsp; &amp;nbsp; at 
&lt;br&gt;&amp;gt; &amp;gt; 
&lt;br&gt;&amp;gt; org.openide.loaders.FolderInstance.defaultProcessObjects(FolderInstance.java:767)
&lt;br&gt;&amp;gt; &amp;gt; &amp;nbsp; &amp;nbsp; at org.openide.loaders.FolderInstance.access$000(FolderInstance.java:99)
&lt;br&gt;&amp;gt; &amp;gt; &amp;nbsp; &amp;nbsp; at org.openide.loaders.FolderInstance$2.run(FolderInstance.java:655)
&lt;br&gt;&amp;gt; &amp;gt; &amp;nbsp; &amp;nbsp; at org.openide.util.Task.run(Task.java:249)
&lt;br&gt;&amp;gt; &amp;gt; &amp;nbsp; &amp;nbsp; at org.openide.awt.AWTTask.run(AWTTask.java:61)
&lt;br&gt;&amp;gt; &amp;gt; &amp;nbsp; &amp;nbsp; at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:209)
&lt;br&gt;&amp;gt; &amp;gt; &amp;nbsp; &amp;nbsp; at java.awt.EventQueue.dispatchEvent(EventQueue.java:597)
&lt;br&gt;&amp;gt; &amp;gt; &amp;nbsp; &amp;nbsp; at 
&lt;br&gt;&amp;gt; &amp;gt; org.netbeans.core.TimableEventQueue.dispatchEvent(TimableEventQueue.java:104)
&lt;br&gt;&amp;gt; &amp;gt; &amp;nbsp; &amp;nbsp; at 
&lt;br&gt;&amp;gt; &amp;gt; 
&lt;br&gt;&amp;gt; java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:284)
&lt;br&gt;&amp;gt; &amp;gt; &amp;nbsp; &amp;nbsp; at 
&lt;br&gt;&amp;gt; &amp;gt; java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:184)
&lt;br&gt;&amp;gt; &amp;gt; &amp;nbsp; &amp;nbsp; at 
&lt;br&gt;&amp;gt; &amp;gt; 
&lt;br&gt;&amp;gt; java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:174)
&lt;br&gt;&amp;gt; &amp;gt; &amp;nbsp; &amp;nbsp; at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:169)
&lt;br&gt;&amp;gt; &amp;gt; &amp;nbsp; &amp;nbsp; at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:161)
&lt;br&gt;&amp;gt; &amp;gt; &amp;nbsp; &amp;nbsp; at java.awt.EventDispatchThread.run(EventDispatchThread.java:122)
&lt;br&gt;&amp;gt; &amp;gt; ALL [null]: value = 
&lt;br&gt;&amp;gt; org.netbeans.modules.ide.ergonomics.Bundle#CTL_ImportProject
&lt;br&gt;&amp;gt; &amp;gt; ALL [null]: attrName = displayName
&lt;br&gt;&amp;gt; &amp;gt; CONFIG [null]: Missing resource from class: org.openide.util.NbBundle$PBundle
&lt;br&gt;&amp;gt; &amp;gt; CONFIG [null]: Key which was not found: CTL_ImportProject
&lt;br&gt;&amp;gt; &amp;gt; 
&lt;br&gt;&amp;gt; &amp;gt; 
&lt;br&gt;&amp;gt; &amp;gt; So it seems things are not loaded yet, and thus they are not showing up to be 
&lt;br&gt;&amp;gt; &amp;gt; able to work. I thought I would give it a try to see how it behaved with the 
&lt;br&gt;&amp;gt; new 
&lt;br&gt;&amp;gt; &amp;gt; ergonomics stuff. But, I can't check it out :-(. Are there known issues such 
&lt;br&gt;&amp;gt; as 
&lt;br&gt;&amp;gt; &amp;gt; this one right now with ergonomics? I'll search IZ and all and file things, 
&lt;br&gt;&amp;gt; but 
&lt;br&gt;&amp;gt; &amp;gt; was just wondering if this is known to the developers. I have created 
&lt;br&gt;&amp;gt; different 
&lt;br&gt;&amp;gt; &amp;gt; user dirs for both main and main-golden, and both are this exact same way.
&lt;br&gt;&amp;gt; &amp;gt; 
&lt;br&gt;&amp;gt; &amp;gt; Wade
&lt;br&gt;&amp;gt; &amp;gt; ==================
&lt;br&gt;&amp;gt; &amp;gt; Wade Chandler, CCE
&lt;br&gt;&amp;gt; &amp;gt; Software Engineer and Developer, Certified Forensic Computer Examiner, 
&lt;br&gt;&amp;gt; NetBeans 
&lt;br&gt;&amp;gt; &amp;gt; Dream Team Member, and NetBeans Board Member
&lt;br&gt;&amp;gt; &amp;gt; &lt;a href=&quot;http://www.certified-computer-examiner.com&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.certified-computer-examiner.com&lt;/a&gt;&lt;br&gt;&amp;gt; &amp;gt; &lt;a href=&quot;http://wiki.netbeans.org/wiki/view/NetBeansDreamTeam&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://wiki.netbeans.org/wiki/view/NetBeansDreamTeam&lt;/a&gt;&lt;br&gt;&amp;gt; &amp;gt; &lt;a href=&quot;http://www.netbeans.org&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.netbeans.org&lt;/a&gt;&lt;/div&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Is-the-new-ergonomics-supposed-to-work-so-well-that-we-can%27t-open-projects-or-create-new-ones-so-it-makes-the-IDE-faster-that-way-tp21253440p21254973.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-21254175</id>
	<title>Re: Is the new ergonomics supposed to work so well that we can't open projects or create new ones so it makes the IDE faster that way</title>
	<published>2009-01-02T09:12:40Z</published>
	<updated>2009-01-02T09:12:40Z</updated>
	<author>
		<name>Wade Chandler</name>
	</author>
	<content type="html">Well, turning off Ergonomics doesn't help, so this must be something else. I'll search IZ and file something or comment.
&lt;br&gt;&lt;br&gt;Wade
&lt;br&gt;&lt;br&gt;&amp;nbsp;==================
&lt;br&gt;Wade Chandler, CCE
&lt;br&gt;Software Engineer and Developer, Certified Forensic Computer Examiner, NetBeans Dream Team Member, and NetBeans Board Member
&lt;br&gt;&lt;a href=&quot;http://www.certified-computer-examiner.com&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.certified-computer-examiner.com&lt;/a&gt;&lt;br&gt;&lt;a href=&quot;http://wiki.netbeans.org/wiki/view/NetBeansDreamTeam&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://wiki.netbeans.org/wiki/view/NetBeansDreamTeam&lt;/a&gt;&lt;br&gt;&lt;a href=&quot;http://www.netbeans.org&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.netbeans.org&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;----- Original Message ----
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; From: Wade Chandler &amp;lt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=21254175&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;hwadechandler-nb@...&lt;/a&gt;&amp;gt;
&lt;br&gt;&amp;gt; To: &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=21254175&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;nbdev@...&lt;/a&gt;
&lt;br&gt;&amp;gt; Sent: Friday, January 2, 2009 11:23:16 AM
&lt;br&gt;&amp;gt; Subject: [nbdev] Is the new ergonomics supposed to work so well that we can't open projects or create new ones so it makes the IDE faster that way
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Kidding :-D, but main and main-golden just don't work at all right now. I can't 
&lt;br&gt;&amp;gt; open a project, and I can't create one. The templates are all empty when I try 
&lt;br&gt;&amp;gt; to create a project, and there are no icons on folders when I try to open a 
&lt;br&gt;&amp;gt; project, and instead of opening a project all that happens when I click &amp;quot;Open 
&lt;br&gt;&amp;gt; Project&amp;quot; in the file chooser is that the file chooser traverses into the project 
&lt;br&gt;&amp;gt; folder instead.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; In the log file I see:
&lt;br&gt;&amp;gt; Caused: java.util.MissingResourceException: Can't find resource for bundle 
&lt;br&gt;&amp;gt; org.openide.util.NbBundle$PBundle, key CTL_ImportProject
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; at java.util.ResourceBundle.getObject(ResourceBundle.java:384)
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; at org.openide.filesystems.XMLMapAttr$Attr.getObject(XMLMapAttr.java:923)
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; at org.openide.filesystems.XMLMapAttr$Attr.get(XMLMapAttr.java:626)
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; at org.openide.filesystems.XMLMapAttr$Attr.access$200(XMLMapAttr.java:402)
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; at org.openide.filesystems.XMLMapAttr.getAttribute(XMLMapAttr.java:198)
&lt;br&gt;&amp;gt; [catch] at org.openide.filesystems.XMLMapAttr.get(XMLMapAttr.java:166)
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; at 
&lt;br&gt;&amp;gt; org.openide.filesystems.XMLFileSystem$FileObjRef.readAttribute(XMLFileSystem.java:939)
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; at 
&lt;br&gt;&amp;gt; org.openide.filesystems.XMLFileSystem$Impl.readAttribute(XMLFileSystem.java:797)
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; at 
&lt;br&gt;&amp;gt; org.openide.filesystems.AbstractFileObject.getAttribute(AbstractFileObject.java:324)
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; at 
&lt;br&gt;&amp;gt; org.openide.filesystems.MultiFileObject.getAttribute(MultiFileObject.java:827)
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; at 
&lt;br&gt;&amp;gt; org.openide.filesystems.MultiFileObject.getAttribute(MultiFileObject.java:789)
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; at 
&lt;br&gt;&amp;gt; org.openide.filesystems.MultiFileObject.getAttribute(MultiFileObject.java:825)
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; at 
&lt;br&gt;&amp;gt; org.openide.filesystems.MultiFileObject.getAttribute(MultiFileObject.java:789)
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; at 
&lt;br&gt;&amp;gt; org.openide.filesystems.MultiFileObject.getAttribute(MultiFileObject.java:825)
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; at 
&lt;br&gt;&amp;gt; org.openide.filesystems.MultiFileObject.getAttribute(MultiFileObject.java:789)
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; at 
&lt;br&gt;&amp;gt; org.openide.filesystems.MultiFileObject.getAttribute(MultiFileObject.java:722)
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; at org.openide.filesystems.XMLMapAttr$FOEntry.getValue(XMLMapAttr.java:1278)
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; at java.util.AbstractMap.get(AbstractMap.java:165)
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; at 
&lt;br&gt;&amp;gt; org.openide.awt.AlwaysEnabledAction.extractCommonAttribute(AlwaysEnabledAction.java:106)
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; at 
&lt;br&gt;&amp;gt; org.openide.awt.AlwaysEnabledAction.getValue(AlwaysEnabledAction.java:101)
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; at org.openide.awt.Actions$MenuBridge.updateState(Actions.java:977)
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; at org.openide.awt.Actions.connect(Actions.java:198)
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; at org.openide.awt.Actions$MenuItem.(Actions.java:1296)
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; at org.openide.awt.DynaMenuModel.loadSubmenu(DynaMenuModel.java:129)
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; at 
&lt;br&gt;&amp;gt; org.openide.awt.MenuBar$LazyMenu$MenuFolder.createInstance(MenuBar.java:674)
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; at 
&lt;br&gt;&amp;gt; org.openide.loaders.FolderInstance.defaultProcessObjects(FolderInstance.java:767)
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; at org.openide.loaders.FolderInstance.access$000(FolderInstance.java:99)
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; at org.openide.loaders.FolderInstance$2.run(FolderInstance.java:655)
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; at org.openide.util.Task.run(Task.java:249)
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; at org.openide.awt.AWTTask.run(AWTTask.java:61)
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:209)
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; at java.awt.EventQueue.dispatchEvent(EventQueue.java:597)
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; at 
&lt;br&gt;&amp;gt; org.netbeans.core.TimableEventQueue.dispatchEvent(TimableEventQueue.java:104)
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; at 
&lt;br&gt;&amp;gt; java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:284)
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; at 
&lt;br&gt;&amp;gt; java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:184)
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; at 
&lt;br&gt;&amp;gt; java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:174)
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:169)
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:161)
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; at java.awt.EventDispatchThread.run(EventDispatchThread.java:122)
&lt;br&gt;&amp;gt; ALL [null]: value = org.netbeans.modules.ide.ergonomics.Bundle#CTL_ImportProject
&lt;br&gt;&amp;gt; ALL [null]: attrName = displayName
&lt;br&gt;&amp;gt; CONFIG [null]: Missing resource from class: org.openide.util.NbBundle$PBundle
&lt;br&gt;&amp;gt; CONFIG [null]: Key which was not found: CTL_ImportProject
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; So it seems things are not loaded yet, and thus they are not showing up to be 
&lt;br&gt;&amp;gt; able to work. I thought I would give it a try to see how it behaved with the new 
&lt;br&gt;&amp;gt; ergonomics stuff. But, I can't check it out :-(. Are there known issues such as 
&lt;br&gt;&amp;gt; this one right now with ergonomics? I'll search IZ and all and file things, but 
&lt;br&gt;&amp;gt; was just wondering if this is known to the developers. I have created different 
&lt;br&gt;&amp;gt; user dirs for both main and main-golden, and both are this exact same way.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Wade
&lt;br&gt;&amp;gt; ==================
&lt;br&gt;&amp;gt; Wade Chandler, CCE
&lt;br&gt;&amp;gt; Software Engineer and Developer, Certified Forensic Computer Examiner, NetBeans 
&lt;br&gt;&amp;gt; Dream Team Member, and NetBeans Board Member
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://www.certified-computer-examiner.com&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.certified-computer-examiner.com&lt;/a&gt;&lt;br&gt;&amp;gt; &lt;a href=&quot;http://wiki.netbeans.org/wiki/view/NetBeansDreamTeam&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://wiki.netbeans.org/wiki/view/NetBeansDreamTeam&lt;/a&gt;&lt;br&gt;&amp;gt; &lt;a href=&quot;http://www.netbeans.org&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.netbeans.org&lt;/a&gt;&lt;/div&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Is-the-new-ergonomics-supposed-to-work-so-well-that-we-can%27t-open-projects-or-create-new-ones-so-it-makes-the-IDE-faster-that-way-tp21253440p21254175.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-21253440</id>
	<title>Is the new ergonomics supposed to work so well that we can't open projects or create new ones so it makes the IDE faster that way</title>
	<published>2009-01-02T08:23:16Z</published>
	<updated>2009-01-02T08:23:16Z</updated>
	<author>
		<name>Wade Chandler</name>
	</author>
	<content type="html">Kidding :-D, but main and main-golden just don't work at all right now. I can't open a project, and I can't create one. The templates are all empty when I try to create a project, and there are no icons on folders when I try to open a project, and instead of opening a project all that happens when I click &amp;quot;Open Project&amp;quot; in the file chooser is that the file chooser traverses into the project folder instead.
&lt;br&gt;&lt;br&gt;In the log file I see:
&lt;br&gt;Caused: java.util.MissingResourceException: Can't find resource for bundle org.openide.util.NbBundle$PBundle, key CTL_ImportProject
&lt;br&gt;&amp;nbsp; &amp;nbsp; at java.util.ResourceBundle.getObject(ResourceBundle.java:384)
&lt;br&gt;&amp;nbsp; &amp;nbsp; at org.openide.filesystems.XMLMapAttr$Attr.getObject(XMLMapAttr.java:923)
&lt;br&gt;&amp;nbsp; &amp;nbsp; at org.openide.filesystems.XMLMapAttr$Attr.get(XMLMapAttr.java:626)
&lt;br&gt;&amp;nbsp; &amp;nbsp; at org.openide.filesystems.XMLMapAttr$Attr.access$200(XMLMapAttr.java:402)
&lt;br&gt;&amp;nbsp; &amp;nbsp; at org.openide.filesystems.XMLMapAttr.getAttribute(XMLMapAttr.java:198)
&lt;br&gt;[catch] at org.openide.filesystems.XMLMapAttr.get(XMLMapAttr.java:166)
&lt;br&gt;&amp;nbsp; &amp;nbsp; at org.openide.filesystems.XMLFileSystem$FileObjRef.readAttribute(XMLFileSystem.java:939)
&lt;br&gt;&amp;nbsp; &amp;nbsp; at org.openide.filesystems.XMLFileSystem$Impl.readAttribute(XMLFileSystem.java:797)
&lt;br&gt;&amp;nbsp; &amp;nbsp; at org.openide.filesystems.AbstractFileObject.getAttribute(AbstractFileObject.java:324)
&lt;br&gt;&amp;nbsp; &amp;nbsp; at org.openide.filesystems.MultiFileObject.getAttribute(MultiFileObject.java:827)
&lt;br&gt;&amp;nbsp; &amp;nbsp; at org.openide.filesystems.MultiFileObject.getAttribute(MultiFileObject.java:789)
&lt;br&gt;&amp;nbsp; &amp;nbsp; at org.openide.filesystems.MultiFileObject.getAttribute(MultiFileObject.java:825)
&lt;br&gt;&amp;nbsp; &amp;nbsp; at org.openide.filesystems.MultiFileObject.getAttribute(MultiFileObject.java:789)
&lt;br&gt;&amp;nbsp; &amp;nbsp; at org.openide.filesystems.MultiFileObject.getAttribute(MultiFileObject.java:825)
&lt;br&gt;&amp;nbsp; &amp;nbsp; at org.openide.filesystems.MultiFileObject.getAttribute(MultiFileObject.java:789)
&lt;br&gt;&amp;nbsp; &amp;nbsp; at org.openide.filesystems.MultiFileObject.getAttribute(MultiFileObject.java:722)
&lt;br&gt;&amp;nbsp; &amp;nbsp; at org.openide.filesystems.XMLMapAttr$FOEntry.getValue(XMLMapAttr.java:1278)
&lt;br&gt;&amp;nbsp; &amp;nbsp; at java.util.AbstractMap.get(AbstractMap.java:165)
&lt;br&gt;&amp;nbsp; &amp;nbsp; at org.openide.awt.AlwaysEnabledAction.extractCommonAttribute(AlwaysEnabledAction.java:106)
&lt;br&gt;&amp;nbsp; &amp;nbsp; at org.openide.awt.AlwaysEnabledAction.getValue(AlwaysEnabledAction.java:101)
&lt;br&gt;&amp;nbsp; &amp;nbsp; at org.openide.awt.Actions$MenuBridge.updateState(Actions.java:977)
&lt;br&gt;&amp;nbsp; &amp;nbsp; at org.openide.awt.Actions.connect(Actions.java:198)
&lt;br&gt;&amp;nbsp; &amp;nbsp; at org.openide.awt.Actions$MenuItem.&amp;lt;init&amp;gt;(Actions.java:1296)
&lt;br&gt;&amp;nbsp; &amp;nbsp; at org.openide.awt.DynaMenuModel.loadSubmenu(DynaMenuModel.java:129)
&lt;br&gt;&amp;nbsp; &amp;nbsp; at org.openide.awt.MenuBar$LazyMenu$MenuFolder.createInstance(MenuBar.java:674)
&lt;br&gt;&amp;nbsp; &amp;nbsp; at org.openide.loaders.FolderInstance.defaultProcessObjects(FolderInstance.java:767)
&lt;br&gt;&amp;nbsp; &amp;nbsp; at org.openide.loaders.FolderInstance.access$000(FolderInstance.java:99)
&lt;br&gt;&amp;nbsp; &amp;nbsp; at org.openide.loaders.FolderInstance$2.run(FolderInstance.java:655)
&lt;br&gt;&amp;nbsp; &amp;nbsp; at org.openide.util.Task.run(Task.java:249)
&lt;br&gt;&amp;nbsp; &amp;nbsp; at org.openide.awt.AWTTask.run(AWTTask.java:61)
&lt;br&gt;&amp;nbsp; &amp;nbsp; at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:209)
&lt;br&gt;&amp;nbsp; &amp;nbsp; at java.awt.EventQueue.dispatchEvent(EventQueue.java:597)
&lt;br&gt;&amp;nbsp; &amp;nbsp; at org.netbeans.core.TimableEventQueue.dispatchEvent(TimableEventQueue.java:104)
&lt;br&gt;&amp;nbsp; &amp;nbsp; at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:284)
&lt;br&gt;&amp;nbsp; &amp;nbsp; at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:184)
&lt;br&gt;&amp;nbsp; &amp;nbsp; at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:174)
&lt;br&gt;&amp;nbsp; &amp;nbsp; at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:169)
&lt;br&gt;&amp;nbsp; &amp;nbsp; at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:161)
&lt;br&gt;&amp;nbsp; &amp;nbsp; at java.awt.EventDispatchThread.run(EventDispatchThread.java:122)
&lt;br&gt;ALL [null]: value = org.netbeans.modules.ide.ergonomics.Bundle#CTL_ImportProject
&lt;br&gt;ALL [null]: attrName = displayName
&lt;br&gt;CONFIG [null]: Missing resource from class: org.openide.util.NbBundle$PBundle
&lt;br&gt;CONFIG [null]: Key which was not found: CTL_ImportProject
&lt;br&gt;&lt;br&gt;&lt;br&gt;So it seems things are not loaded yet, and thus they are not showing up to be able to work. I thought I would give it a try to see how it behaved with the new ergonomics stuff. But, I can't check it out :-(. Are there known issues such as this one right now with ergonomics? I'll search IZ and all and file things, but was just wondering if this is known to the developers. I have created different user dirs for both main and main-golden, and both are this exact same way.
&lt;br&gt;&lt;br&gt;Wade
&lt;br&gt;&amp;nbsp;==================
&lt;br&gt;Wade Chandler, CCE
&lt;br&gt;Software Engineer and Developer, Certified Forensic Computer Examiner, NetBeans Dream Team Member, and NetBeans Board Member
&lt;br&gt;&lt;a href=&quot;http://www.certified-computer-examiner.com&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.certified-computer-examiner.com&lt;/a&gt;&lt;br&gt;&lt;a href=&quot;http://wiki.netbeans.org/wiki/view/NetBeansDreamTeam&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://wiki.netbeans.org/wiki/view/NetBeansDreamTeam&lt;/a&gt;&lt;br&gt;&lt;a href=&quot;http://www.netbeans.org&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.netbeans.org&lt;/a&gt;&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Is-the-new-ergonomics-supposed-to-work-so-well-that-we-can%27t-open-projects-or-create-new-ones-so-it-makes-the-IDE-faster-that-way-tp21253440p21253440.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-21248151</id>
	<title>Source build failed</title>
	<published>2009-01-01T17:19:55Z</published>
	<updated>2009-01-01T17:19:55Z</updated>
	<author>
		<name>rajeshsr-2</name>
	</author>
	<content type="html">I tried building netbeans. I got the source from the repository using mercurial using:
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;hg clone &lt;a href=&quot;http://hg.netbeans.org/main&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://hg.netbeans.org/main&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;When I tried to build it with ant I got the following error:
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;Code:
&lt;br&gt;&lt;br&gt;&lt;br&gt;BUILD FAILED
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; /home/rajeshsr/myexps/Netbeans/main/nbbuild/build.xml:727: The following error occurred while executing this line:
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; /home/rajeshsr/myexps/Netbeans/main/nbbuild/build.xml:722: The following error occurred while executing this line:
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; /home/rajeshsr/myexps/Netbeans/main/nbbuild/build.xml:768: The following error occurred while executing this line:
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; /home/rajeshsr/myexps/Netbeans/main/nbbuild/templates/common.xml:146: Error starting compiler: java.lang.reflect.InvocationTargetException
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Total time: 106 minutes 19 seconds
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;I found out that downloading from &amp;quot;main&amp;quot; need not result in successful build! So I may need to download from &amp;quot;main-gold&amp;quot;. 
&lt;br&gt;&lt;br&gt;I think I will schedule another build today's night from main-gold! 
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;Is there any solution to this problem?
&lt;br&gt;&lt;br&gt;If no solution exists, am I to clone main-gold completely?
&lt;br&gt;&lt;br&gt;I already have &amp;quot;main&amp;quot;. So is it possible to synchronize with main-gold?
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;Thanks in advance.
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Source-build-failed-tp21248151p21248151.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-21229927</id>
	<title>Re: shell script project template/perl support</title>
	<published>2008-12-31T03:09:12Z</published>
	<updated>2008-12-31T03:09:12Z</updated>
	<author>
		<name>Geraldo Netto</name>
	</author>
	<content type="html">Hi Wade/Guys,
&lt;br&gt;&lt;br&gt;Thank you very very much!
&lt;br&gt;&lt;br&gt;as soon i have some update i post here :)
&lt;br&gt;&lt;br&gt;Kind Regards and Best Wishes,
&lt;br&gt;&lt;br&gt;Geraldo
&lt;br&gt;Sapere Aude
&lt;br&gt;Non ducor, duco
&lt;br&gt;São Paulo, Brasil, -3gmt
&lt;br&gt;site: &lt;a href=&quot;http://exdev.sf.net/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://exdev.sf.net/&lt;/a&gt;&lt;br&gt;msn: geraldo_boca_at_hotmail.com
&lt;br&gt;skype: geraldo-netto
&lt;br&gt;icq: 145-061-456
&lt;br&gt;&lt;br&gt;2008/12/30 Wade Chandler &amp;lt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=21229927&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;hwadechandler-nb@...&lt;/a&gt;&amp;gt;:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; The best thing to do is to get the sources:
&lt;br&gt;&amp;gt; hg clone &lt;a href=&quot;http://hg.netbeans.org/main&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://hg.netbeans.org/main&lt;/a&gt;&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Then look at the php or ruby stuff. That is as close as you'll get I think. That will give you the perfect examples you need.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Wade
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp;==================
&lt;br&gt;&amp;gt; Wade Chandler, CCE
&lt;br&gt;&amp;gt; Software Engineer and Developer, Certified Forensic Computer Examiner, NetBeans Dream Team Member, and NetBeans Board Member
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://www.certified-computer-examiner.com&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.certified-computer-examiner.com&lt;/a&gt;&lt;br&gt;&amp;gt; &lt;a href=&quot;http://wiki.netbeans.org/wiki/view/NetBeansDreamTeam&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://wiki.netbeans.org/wiki/view/NetBeansDreamTeam&lt;/a&gt;&lt;br&gt;&amp;gt; &lt;a href=&quot;http://www.netbeans.org&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.netbeans.org&lt;/a&gt;&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; ----- Original Message ----
&lt;br&gt;&amp;gt;&amp;gt; From: Geraldo Netto &amp;lt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=21229927&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;geraldonetto@...&lt;/a&gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; To: &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=21229927&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;nbdev@...&lt;/a&gt;
&lt;br&gt;&amp;gt;&amp;gt; Sent: Tuesday, December 30, 2008 12:05:56 PM
&lt;br&gt;&amp;gt;&amp;gt; Subject: [nbdev] shell script project template/perl support
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; Hi guys,
&lt;br&gt;&amp;gt;&amp;gt; How are you doing there?
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; Folks, i'm here to ask some help on how to &amp;nbsp;develop 2 things:
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; a shell script project template
&lt;br&gt;&amp;gt;&amp;gt; and a perl support for netbeans
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; could any of you point out any kind of reference or ever source
&lt;br&gt;&amp;gt;&amp;gt; to allow me to develop it and integrate on netbeans?
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; btw, does netbeans license support gpl v2?
&lt;br&gt;&amp;gt;&amp;gt; in any case i would like to develop it and if possible/useful
&lt;br&gt;&amp;gt;&amp;gt; integrate in mainline netbeans
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; Thank you very very much,
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; Kind Regards and Best Wishes,
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; Geraldo
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; PS: volunteers needed :)
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; Sapere Aude
&lt;br&gt;&amp;gt;&amp;gt; Non ducor, duco
&lt;br&gt;&amp;gt;&amp;gt; São Paulo, Brasil, -3gmt
&lt;br&gt;&amp;gt;&amp;gt; site: &lt;a href=&quot;http://exdev.sf.net/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://exdev.sf.net/&lt;/a&gt;&lt;br&gt;&amp;gt;&amp;gt; msn: geraldo_boca_at_hotmail.com
&lt;br&gt;&amp;gt;&amp;gt; skype: geraldo-netto
&lt;br&gt;&amp;gt;&amp;gt; icq: 145-061-456
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&lt;/div&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/shell-script-project-template-perl-support-tp21220002p21229927.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-21220939</id>
	<title>Re: shell script project template/perl support</title>
	<published>2008-12-30T10:11:30Z</published>
	<updated>2008-12-30T10:11:30Z</updated>
	<author>
		<name>Wade Chandler</name>
	</author>
	<content type="html">The best thing to do is to get the sources:
&lt;br&gt;hg clone &lt;a href=&quot;http://hg.netbeans.org/main&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://hg.netbeans.org/main&lt;/a&gt;&lt;br&gt;&lt;br&gt;Then look at the php or ruby stuff. That is as close as you'll get I think. That will give you the perfect examples you need.
&lt;br&gt;&lt;br&gt;Wade
&lt;br&gt;&lt;br&gt;&amp;nbsp;==================
&lt;br&gt;Wade Chandler, CCE
&lt;br&gt;Software Engineer and Developer, Certified Forensic Computer Examiner, NetBeans Dream Team Member, and NetBeans Board Member
&lt;br&gt;&lt;a href=&quot;http://www.certified-computer-examiner.com&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.certified-computer-examiner.com&lt;/a&gt;&lt;br&gt;&lt;a href=&quot;http://wiki.netbeans.org/wiki/view/NetBeansDreamTeam&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://wiki.netbeans.org/wiki/view/NetBeansDreamTeam&lt;/a&gt;&lt;br&gt;&lt;a href=&quot;http://www.netbeans.org&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.netbeans.org&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;----- Original Message ----
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; From: Geraldo Netto &amp;lt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=21220939&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;geraldonetto@...&lt;/a&gt;&amp;gt;
&lt;br&gt;&amp;gt; To: &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=21220939&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;nbdev@...&lt;/a&gt;
&lt;br&gt;&amp;gt; Sent: Tuesday, December 30, 2008 12:05:56 PM
&lt;br&gt;&amp;gt; Subject: [nbdev] shell script project template/perl support
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Hi guys,
&lt;br&gt;&amp;gt; How are you doing there?
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Folks, i'm here to ask some help on how to &amp;nbsp;develop 2 things:
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; a shell script project template
&lt;br&gt;&amp;gt; and a perl support for netbeans
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; could any of you point out any kind of reference or ever source
&lt;br&gt;&amp;gt; to allow me to develop it and integrate on netbeans?
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; btw, does netbeans license support gpl v2?
&lt;br&gt;&amp;gt; in any case i would like to develop it and if possible/useful
&lt;br&gt;&amp;gt; integrate in mainline netbeans
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Thank you very very much,
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Kind Regards and Best Wishes,
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Geraldo
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; PS: volunteers needed :)
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Sapere Aude
&lt;br&gt;&amp;gt; Non ducor, duco
&lt;br&gt;&amp;gt; São Paulo, Brasil, -3gmt
&lt;br&gt;&amp;gt; site: &lt;a href=&quot;http://exdev.sf.net/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://exdev.sf.net/&lt;/a&gt;&lt;br&gt;&amp;gt; msn: geraldo_boca_at_hotmail.com
&lt;br&gt;&amp;gt; skype: geraldo-netto
&lt;br&gt;&amp;gt; icq: 145-061-456
&lt;/div&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/shell-script-project-template-perl-support-tp21220002p21220939.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-21220002</id>
	<title>shell script project template/perl support</title>
	<published>2008-12-30T09:05:56Z</published>
	<updated>2008-12-30T09:05:56Z</updated>
	<author>
		<name>Geraldo Netto</name>
	</author>
	<content type="html">Hi guys,
&lt;br&gt;How are you doing there?
&lt;br&gt;&lt;br&gt;Folks, i'm here to ask some help on how to &amp;nbsp;develop 2 things:
&lt;br&gt;&lt;br&gt;a shell script project template
&lt;br&gt;and a perl support for netbeans
&lt;br&gt;&lt;br&gt;could any of you point out any kind of reference or ever source
&lt;br&gt;to allow me to develop it and integrate on netbeans?
&lt;br&gt;&lt;br&gt;btw, does netbeans license support gpl v2?
&lt;br&gt;in any case i would like to develop it and if possible/useful
&lt;br&gt;integrate in mainline netbeans
&lt;br&gt;&lt;br&gt;&lt;br&gt;Thank you very very much,
&lt;br&gt;&lt;br&gt;Kind Regards and Best Wishes,
&lt;br&gt;&lt;br&gt;Geraldo
&lt;br&gt;&lt;br&gt;PS: volunteers needed :)
&lt;br&gt;&lt;br&gt;Sapere Aude
&lt;br&gt;Non ducor, duco
&lt;br&gt;São Paulo, Brasil, -3gmt
&lt;br&gt;site: &lt;a href=&quot;http://exdev.sf.net/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://exdev.sf.net/&lt;/a&gt;&lt;br&gt;msn: geraldo_boca_at_hotmail.com
&lt;br&gt;skype: geraldo-netto
&lt;br&gt;icq: 145-061-456
&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/shell-script-project-template-perl-support-tp21220002p21220002.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-21219943</id>
	<title>Re: Netbeans Plugin HELP!</title>
	<published>2008-12-30T09:01:38Z</published>
	<updated>2008-12-30T09:01:38Z</updated>
	<author>
		<name>SATHIYA KUMARAN</name>
	</author>
	<content type="html">Hi!&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;Sorry for the CFF specific question i asked earlier, i got the required details.....&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;Anyways I am a newbie to NetBeans....and looking forward to create a useful plugin......&lt;/div&gt;
&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;A few plugins for generating syntax formatted html for the selected code snippet, do exist, but they don&amp;#39;t have the options i have in mind for this plugin....like allowing the users to change the formatting options adding line numbers etc...one-stop shop for adding all formatting....The Print to HTML option doesn&amp;#39;t allow users to edit the appearance of the text either....&lt;/div&gt;
&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;so will this plugin be really useful for everyone?? what features can i add further?? Im thinking of making this a web authoring tool to create tutorials and other articles around the code from NetBeans....&lt;/div&gt;
&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;with regards,&lt;/div&gt;&lt;div&gt;Sathiya&lt;br&gt;&lt;br&gt;&lt;div class=&quot;gmail_quote&quot;&gt;On Tue, Dec 30, 2008 at 3:28 PM, Amit k. Saha &lt;span dir=&quot;ltr&quot;&gt;&amp;lt;&lt;a href=&quot;http://amitsaha.in&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;amitsaha.in&lt;/a&gt;@&lt;a href=&quot;http://gmail.com&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;gmail.com&lt;/a&gt;&amp;gt;&lt;/span&gt; wrote:&lt;br&gt;
&lt;blockquote class=&quot;gmail_quote&quot; style=&quot;margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;&quot;&gt;Hello!&lt;br&gt;
&lt;div&gt;&lt;div&gt;&lt;/div&gt;&lt;div class=&quot;Wj3C7c&quot;&gt;&lt;br&gt;
On Mon, Dec 29, 2008 at 6:47 PM, SATHIYA KUMARAN &amp;lt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=21219943&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;sathiyawiz@...&lt;/a&gt;&amp;gt; wrote:&lt;br&gt;
&amp;gt; Hello!&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt; we have a working prototype for a netbeans plugin.....to generate&lt;br&gt;
&amp;gt; syntax formatted html for any selected code snippet within the&lt;br&gt;
&amp;gt; ide....some plugins with similar functionality are available...but we&lt;br&gt;
&amp;gt; are planning for additional features like allowing the users to apply&lt;br&gt;
&amp;gt; formatting like font size, colors adding comments, highlighting (&lt;br&gt;
&amp;gt; complete formatting) etc... so is this a valid entry for CFF?? what&lt;br&gt;
&amp;gt; are the additional features that can be added....we need some help&lt;br&gt;
&amp;gt; here...&lt;br&gt;
&lt;br&gt;
&lt;/div&gt;&lt;/div&gt;Please do not ask CFF (&lt;a href=&quot;http://www.codeforfreedom.in&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;http://www.codeforfreedom.in&lt;/a&gt;) specific&lt;br&gt;
questions on this list. Post your query so that it is answerable by&lt;br&gt;
the generic NetBeans community.&lt;br&gt;
&lt;br&gt;
-Amit&lt;br&gt;
&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt; Thank You.&lt;br&gt;
&amp;gt;&lt;br&gt;
&lt;font color=&quot;#888888&quot;&gt;&lt;br&gt;
&lt;br&gt;
&lt;br&gt;
--&lt;br&gt;
Amit Kumar Saha&lt;br&gt;
&lt;a href=&quot;http://amitksaha.blogspot.com&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;http://amitksaha.blogspot.com&lt;/a&gt;&lt;br&gt;
&lt;a href=&quot;http://amitsaha.in.googlepages.com/&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;http://amitsaha.in.googlepages.com/&lt;/a&gt;&lt;br&gt;
Skype: amitkumarsaha&lt;br&gt;
&lt;/font&gt;&lt;/blockquote&gt;&lt;/div&gt;&lt;br&gt;&lt;/div&gt;
</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Netbeans-Plugin-HELP%21-tp21215052p21219943.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-21215091</id>
	<title>Re: Netbeans Plugin HELP!</title>
	<published>2008-12-30T01:58:15Z</published>
	<updated>2008-12-30T01:58:15Z</updated>
	<author>
		<name>Amit k. Saha</name>
	</author>
	<content type="html">Hello!
&lt;br&gt;&lt;br&gt;On Mon, Dec 29, 2008 at 6:47 PM, SATHIYA KUMARAN &amp;lt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=21215091&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;sathiyawiz@...&lt;/a&gt;&amp;gt; wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Hello!
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; we have a working prototype for a netbeans plugin.....to generate
&lt;br&gt;&amp;gt; syntax formatted html for any selected code snippet within the
&lt;br&gt;&amp;gt; ide....some plugins with similar functionality are available...but we
&lt;br&gt;&amp;gt; are planning for additional features like allowing the users to apply
&lt;br&gt;&amp;gt; formatting like font size, colors adding comments, highlighting (
&lt;br&gt;&amp;gt; complete formatting) etc... so is this a valid entry for CFF?? what
&lt;br&gt;&amp;gt; are the additional features that can be added....we need some help
&lt;br&gt;&amp;gt; here...
&lt;/div&gt;&lt;br&gt;Please do not ask CFF (&lt;a href=&quot;http://www.codeforfreedom.in&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.codeforfreedom.in&lt;/a&gt;) specific
&lt;br&gt;questions on this list. Post your query so that it is answerable by
&lt;br&gt;the generic NetBeans community.
&lt;br&gt;&lt;br&gt;-Amit
&lt;br&gt;&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Thank You.
&lt;br&gt;&amp;gt;
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Amit Kumar Saha
&lt;br&gt;&lt;a href=&quot;http://amitksaha.blogspot.com&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://amitksaha.blogspot.com&lt;/a&gt;&lt;br&gt;&lt;a href=&quot;http://amitsaha.in.googlepages.com/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://amitsaha.in.googlepages.com/&lt;/a&gt;&lt;br&gt;Skype: amitkumarsaha
&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Netbeans-Plugin-HELP%21-tp21215052p21215091.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-21210860</id>
	<title>Re: Asking userdir as input at bootstrap time in NetBeans</title>
	<published>2008-12-29T15:35:53Z</published>
	<updated>2008-12-29T15:35:53Z</updated>
	<author>
		<name>Wade Chandler</name>
	</author>
	<content type="html">&lt;html&gt;&lt;head&gt;&lt;/head&gt;&lt;body&gt;&lt;div style=&quot;font-family:times new roman,new york,times,serif;font-size:12pt&quot;&gt;I know the Windows launcher is being rewritten right now, so it might be a good time to get such work put into the base platform.&lt;br&gt;&lt;br&gt;Wade&lt;br&gt;&lt;div&gt;&amp;nbsp;&lt;/div&gt;==================&lt;br&gt;Wade Chandler, CCE&lt;br&gt;Software Engineer and Developer, Certified Forensic Computer Examiner, NetBeans Dream Team Member, and NetBeans Board Member&lt;br&gt;http://www.certified-computer-examiner.com&lt;br&gt;http://wiki.netbeans.org/wiki/view/NetBeansDreamTeam&lt;br&gt;http://www.netbeans.org&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div style=&quot;font-family: times new roman,new york,times,serif; font-size: 12pt;&quot;&gt;&lt;br&gt;&lt;div style=&quot;font-family: times new roman,new york,times,serif; font-size: 12pt;&quot;&gt;&lt;font size=&quot;2&quot; face=&quot;Tahoma&quot;&gt;&lt;hr size=&quot;1&quot;&gt;&lt;b&gt;&lt;span style=&quot;font-weight: bold;&quot;&gt;From:&lt;/span&gt;&lt;/b&gt; Wade Chandler &amp;lt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=21210860&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;hwadechandler-nb@...&lt;/a&gt;&amp;gt;&lt;br&gt;&lt;b&gt;&lt;span style=&quot;font-weight: bold;&quot;&gt;To:&lt;/span&gt;&lt;/b&gt; &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=21210860&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;nbdev@...&lt;/a&gt;&lt;br&gt;&lt;b&gt;&lt;span style=&quot;font-weight: bold;&quot;&gt;Sent:&lt;/span&gt;&lt;/b&gt; Monday, December 29, 2008 6:35:13 PM&lt;br&gt;&lt;b&gt;&lt;span style=&quot;font-weight: bold;&quot;&gt;Subject:&lt;/span&gt;&lt;/b&gt; Re: [nbdev] Asking userdir as input at bootstrap time in NetBeans&lt;br&gt;&lt;/font&gt;&lt;br&gt;
&lt;div style=&quot;font-family: times new roman,new york,times,serif; font-size: 12pt;&quot;&gt;Under the NB sources there is code for the launcher. You can replace the launcher in your distribution and you can make it call into some Java source code which can set the userdir. Then you can pass that in just as the launcher does now. If you think this should be an SPI and API you can always file an RFE in IZ. It would be handy. Really it would be handy if there was a way to hook into the system with such things generically, not just user dir selections, to show UIs and what not before the plugins actually start loading and the main logic is called. Sounds like a good RFE to me.&lt;br&gt;&lt;br&gt;Wade&lt;br&gt;&lt;div&gt;&amp;nbsp;&lt;/div&gt;==================&lt;br&gt;Wade Chandler, CCE&lt;br&gt;Software Engineer and Developer, Certified Forensic Computer Examiner, NetBeans Dream Team Member, and NetBeans Board
 Member&lt;br&gt;&lt;a target=&quot;_blank&quot; href=&quot;http://www.certified-computer-examiner.com&quot; rel=&quot;nofollow&quot;&gt;http://www.certified-computer-examiner.com&lt;/a&gt;&lt;br&gt;&lt;a target=&quot;_blank&quot; href=&quot;http://wiki.netbeans.org/wiki/view/NetBeansDreamTeam&quot; rel=&quot;nofollow&quot;&gt;http://wiki.netbeans.org/wiki/view/NetBeansDreamTeam&lt;/a&gt;&lt;br&gt;&lt;a target=&quot;_blank&quot; href=&quot;http://www.netbeans.org&quot; rel=&quot;nofollow&quot;&gt;http://www.netbeans.org&lt;/a&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div style=&quot;font-family: times new roman,new york,times,serif; font-size: 12pt;&quot;&gt;&lt;br&gt;&lt;div style=&quot;font-family: times new roman,new york,times,serif; font-size: 12pt;&quot;&gt;&lt;font size=&quot;2&quot; face=&quot;Tahoma&quot;&gt;&lt;hr size=&quot;1&quot;&gt;&lt;b&gt;&lt;span style=&quot;font-weight: bold;&quot;&gt;From:&lt;/span&gt;&lt;/b&gt; Tushar Joshi &amp;lt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=21210860&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;tusharvjoshi@...&lt;/a&gt;&amp;gt;&lt;br&gt;&lt;b&gt;&lt;span style=&quot;font-weight: bold;&quot;&gt;To:&lt;/span&gt;&lt;/b&gt; &quot;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=21210860&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;nbdev@...&lt;/a&gt;&quot; &amp;lt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=21210860&amp;i=4&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;nbdev@...&lt;/a&gt;&amp;gt;&lt;br&gt;&lt;b&gt;&lt;span style=&quot;font-weight: bold;&quot;&gt;Sent:&lt;/span&gt;&lt;/b&gt; Monday, December 29, 2008 6:27:58 PM&lt;br&gt;&lt;b&gt;&lt;span style=&quot;font-weight: bold;&quot;&gt;Subject:&lt;/span&gt;&lt;/b&gt; [nbdev] Asking userdir as input at bootstrap
 time in NetBeans&lt;br&gt;&lt;/font&gt;&lt;br&gt;
Hi,&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;Is it possible to add functionality to ask the selection of userdir while starting NetBeans, just like how Eclipse asks for workspace selection while starting. &amp;nbsp;Is this possible in NetBeans through implementing some module and extending the API? &amp;nbsp;&lt;/div&gt;
&lt;div&gt;Can this be added as a enhancement request if not available in SPI API ?&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;While working with multiple project groups, working with module suites and many example project open and also having the NetBeans source open in one instance I feel a need of this option in NetBeans startup.&lt;/div&gt;
&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;with regards&lt;/div&gt;&lt;div&gt;Tushar&lt;/div&gt;&lt;div&gt;&lt;br clear=&quot;all&quot;&gt;Tushar Joshi&lt;br&gt;&lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://www.tusharvjoshi.com&quot;&gt;http://www.tusharvjoshi.com&lt;/a&gt;&lt;br&gt;
&lt;/div&gt;
&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/body&gt;&lt;/html&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Asking-userdir-as-input-at-bootstrap-time-in-NetBeans-tp21210776p21210860.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-21210853</id>
	<title>Re: Asking userdir as input at bootstrap time in NetBeans</title>
	<published>2008-12-29T15:35:13Z</published>
	<updated>2008-12-29T15:35:13Z</updated>
	<author>
		<name>Wade Chandler</name>
	</author>
	<content type="html">&lt;html&gt;&lt;head&gt;&lt;/head&gt;&lt;body&gt;&lt;div style=&quot;font-family:times new roman,new york,times,serif;font-size:12pt&quot;&gt;Under the NB sources there is code for the launcher. You can replace the launcher in your distribution and you can make it call into some Java source code which can set the userdir. Then you can pass that in just as the launcher does now. If you think this should be an SPI and API you can always file an RFE in IZ. It would be handy. Really it would be handy if there was a way to hook into the system with such things generically, not just user dir selections, to show UIs and what not before the plugins actually start loading and the main logic is called. Sounds like a good RFE to me.&lt;br&gt;&lt;br&gt;Wade&lt;br&gt;&lt;div&gt;&amp;nbsp;&lt;/div&gt;==================&lt;br&gt;Wade Chandler, CCE&lt;br&gt;Software Engineer and Developer, Certified Forensic Computer Examiner, NetBeans Dream Team Member, and NetBeans Board
 Member&lt;br&gt;http://www.certified-computer-examiner.com&lt;br&gt;http://wiki.netbeans.org/wiki/view/NetBeansDreamTeam&lt;br&gt;http://www.netbeans.org&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div style=&quot;font-family: times new roman,new york,times,serif; font-size: 12pt;&quot;&gt;&lt;br&gt;&lt;div style=&quot;font-family: times new roman,new york,times,serif; font-size: 12pt;&quot;&gt;&lt;font size=&quot;2&quot; face=&quot;Tahoma&quot;&gt;&lt;hr size=&quot;1&quot;&gt;&lt;b&gt;&lt;span style=&quot;font-weight: bold;&quot;&gt;From:&lt;/span&gt;&lt;/b&gt; Tushar Joshi &amp;lt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=21210853&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;tusharvjoshi@...&lt;/a&gt;&amp;gt;&lt;br&gt;&lt;b&gt;&lt;span style=&quot;font-weight: bold;&quot;&gt;To:&lt;/span&gt;&lt;/b&gt; &quot;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=21210853&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;nbdev@...&lt;/a&gt;&quot; &amp;lt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=21210853&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;nbdev@...&lt;/a&gt;&amp;gt;&lt;br&gt;&lt;b&gt;&lt;span style=&quot;font-weight: bold;&quot;&gt;Sent:&lt;/span&gt;&lt;/b&gt; Monday, December 29, 2008 6:27:58 PM&lt;br&gt;&lt;b&gt;&lt;span style=&quot;font-weight: bold;&quot;&gt;Subject:&lt;/span&gt;&lt;/b&gt; [nbdev] Asking userdir as input at bootstrap time in NetBeans&lt;br&gt;&lt;/font&gt;&lt;br&gt;
Hi,&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;Is it possible to add functionality to ask the selection of userdir while starting NetBeans, just like how Eclipse asks for workspace selection while starting. &amp;nbsp;Is this possible in NetBeans through implementing some module and extending the API? &amp;nbsp;&lt;/div&gt;
&lt;div&gt;Can this be added as a enhancement request if not available in SPI API ?&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;While working with multiple project groups, working with module suites and many example project open and also having the NetBeans source open in one instance I feel a need of this option in NetBeans startup.&lt;/div&gt;
&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;with regards&lt;/div&gt;&lt;div&gt;Tushar&lt;/div&gt;&lt;div&gt;&lt;br clear=&quot;all&quot;&gt;Tushar Joshi&lt;br&gt;&lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://www.tusharvjoshi.com&quot;&gt;http://www.tusharvjoshi.com&lt;/a&gt;&lt;br&gt;
&lt;/div&gt;
&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/body&gt;&lt;/html&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Asking-userdir-as-input-at-bootstrap-time-in-NetBeans-tp21210776p21210853.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-21210776</id>
	<title>Asking userdir as input at bootstrap time in NetBeans</title>
	<published>2008-12-29T15:27:58Z</published>
	<updated>2008-12-29T15:27:58Z</updated>
	<author>
		<name>tusharvjoshi</name>
	</author>
	<content type="html">Hi,&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;Is it possible to add functionality to ask the selection of userdir while starting NetBeans, just like how Eclipse asks for workspace selection while starting. &amp;nbsp;Is this possible in NetBeans through implementing some module and extending the API? &amp;nbsp;&lt;/div&gt;
&lt;div&gt;Can this be added as a enhancement request if not available in SPI API ?&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;While working with multiple project groups, working with module suites and many example project open and also having the NetBeans source open in one instance I feel a need of this option in NetBeans startup.&lt;/div&gt;
&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;with regards&lt;/div&gt;&lt;div&gt;Tushar&lt;/div&gt;&lt;div&gt;&lt;br clear=&quot;all&quot;&gt;Tushar Joshi&lt;br&gt;&lt;a href=&quot;http://www.tusharvjoshi.com&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.tusharvjoshi.com&lt;/a&gt;&lt;br&gt;
&lt;/div&gt;
</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Asking-userdir-as-input-at-bootstrap-time-in-NetBeans-tp21210776p21210776.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-21203241</id>
	<title>Plugin Help!</title>
	<published>2008-12-29T05:26:18Z</published>
	<updated>2008-12-29T05:26:18Z</updated>
	<author>
		<name>Sreedharan P</name>
	</author>
	<content type="html">How to access selected text in the Netbeans IDE using a plugin.Help needed.
</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Plugin-Help%21-tp21203241p21203241.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-21215052</id>
	<title>Netbeans Plugin HELP!</title>
	<published>2008-12-29T05:17:28Z</published>
	<updated>2008-12-29T05:17:28Z</updated>
	<author>
		<name>SATHIYA KUMARAN</name>
	</author>
	<content type="html">Hello!
&lt;br&gt;&lt;br&gt;we have a working prototype for a netbeans plugin.....to generate
&lt;br&gt;syntax formatted html for any selected code snippet within the
&lt;br&gt;ide....some plugins with similar functionality are available...but we
&lt;br&gt;are planning for additional features like allowing the users to apply
&lt;br&gt;formatting like font size, colors adding comments, highlighting (
&lt;br&gt;complete formatting) etc... so is this a valid entry for CFF?? what
&lt;br&gt;are the additional features that can be added....we need some help
&lt;br&gt;here...
&lt;br&gt;&lt;br&gt;Thank You.
&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Netbeans-Plugin-HELP%21-tp21215052p21215052.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-21215049</id>
	<title>[Matisse]Trouble of synchronization with Bean Customizer</title>
	<published>2008-12-29T04:45:32Z</published>
	<updated>2008-12-29T04:45:32Z</updated>
	<author>
		<name>U36860</name>
	</author>
	<content type="html">I hazardly saw this 'bug' report. As I suppose that you are an experienced Netbeanser/JavaBeanser and as I am a novice perhaps you could help me to create a 'proper' custom component (e.g. extension of JButton) which implements the ChangeListener interface. This is the code I used but I receive on and on the error popup 'Cannot instantiate. Make sure it is a JavaBean'.
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;Could you 'correct' my code for the custom component KnopChanger?
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;package beanexamples;
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;import java.beans.PropertyChangeListener;
&lt;br&gt;&lt;br&gt;import java.beans.PropertyChangeSupport;
&lt;br&gt;&lt;br&gt;import java.io.Serializable;
&lt;br&gt;&lt;br&gt;import javax.swing.JButton;
&lt;br&gt;&lt;br&gt;import javax.swing.event.ChangeEvent;
&lt;br&gt;&lt;br&gt;import javax.swing.event.ChangeListener;
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;public class KnopChanger extends JButton implements Serializable, ChangeListener {
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; public static final String PROP_SAMPLE_PROPERTY = &amp;quot;sampleProperty&amp;quot;;
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; private String sampleProperty;
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; private PropertyChangeSupport propertySupport;
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; private PropertyChangeListener listener;
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; public KnopChanger() {
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; super(&amp;quot;&amp;quot;);
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; }
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; public void stateChanged(ChangeEvent e) {
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; throw new UnsupportedOperationException(&amp;quot;Not supported yet.&amp;quot;);
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; }
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; public String getSampleProperty() {
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; return sampleProperty;
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; }
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; public void setSampleProperty(String value) {
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; String oldValue = sampleProperty;
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; sampleProperty = value;
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; propertySupport.firePropertyChange(PROP_SAMPLE_PROPERTY, oldValue, sampleProperty);
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; }
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;}
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/-Matisse-Trouble-of-synchronization-with-Bean-Customizer-tp21041929p21215049.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-21201639</id>
	<title>Error building NetBeans from sources</title>
	<published>2008-12-29T02:58:29Z</published>
	<updated>2008-12-29T02:58:29Z</updated>
	<author>
		<name>Amit k. Saha</name>
	</author>
	<content type="html">Hello,
&lt;br&gt;&lt;br&gt;My 'nbbuild/user.build.properties' contains:
&lt;br&gt;&lt;br&gt;cluster.config=python
&lt;br&gt;nb.clusters.list=nb.cluster.nb,nb.cluster.platform,nb.cluster.ide,nb.cluster.gsf,nb.cluster.python,nb.cluster.java,nb.cluster.websvccommon
&lt;br&gt;&lt;br&gt;&lt;br&gt;The build fails with:
&lt;br&gt;&lt;br&gt;&amp;nbsp;[nbmerge] Failed to build target: all-jellytools
&lt;br&gt;&lt;br&gt;BUILD FAILED
&lt;br&gt;/home/amit/netbeans/wc/nbbuild/build.xml:727: The following error
&lt;br&gt;occurred while executing this line:
&lt;br&gt;/home/amit/netbeans/wc/nbbuild/build.xml:722: The following error
&lt;br&gt;occurred while executing this line:
&lt;br&gt;/home/amit/netbeans/wc/nbbuild/build.xml:768: The following error
&lt;br&gt;occurred while executing this line:
&lt;br&gt;/home/amit/netbeans/wc/nbbuild/templates/projectized.xml:93: No
&lt;br&gt;dependent module org.netbeans.modules.jellytools.platform
&lt;br&gt;&lt;br&gt;Any idea?
&lt;br&gt;&lt;br&gt;I can build the whole tree without any contents in the
&lt;br&gt;'user.build.properties' without any problem. However, I want to build
&lt;br&gt;the Python bits too.
&lt;br&gt;&lt;br&gt;Best Regards,
&lt;br&gt;Amit
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Amit Kumar Saha
&lt;br&gt;&lt;a href=&quot;http://amitksaha.blogspot.com&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://amitksaha.blogspot.com&lt;/a&gt;&lt;br&gt;&lt;a href=&quot;http://amitsaha.in.googlepages.com/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://amitsaha.in.googlepages.com/&lt;/a&gt;&lt;br&gt;Skype: amitkumarsaha
&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Error-building-NetBeans-from-sources-tp21201639p21201639.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-21195816</id>
	<title>'https://hg.netbeans.org/maven-dev' does not appear to be an hg repository!'??</title>
	<published>2008-12-28T12:27:30Z</published>
	<updated>2008-12-28T12:27:30Z</updated>
	<author>
		<name>mkleint-3</name>
	</author>
	<content type="html">what exactly does this message mean? and how to get rid of it? is there 
&lt;br&gt;a problem with the server?
&lt;br&gt;&lt;br&gt;[mkleint@localhost maven-dev]$ hg push
&lt;br&gt;pushing to &lt;a href=&quot;https://mkleint:***@hg.netbeans.org/maven-dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://mkleint:***@hg.netbeans.org/maven-dev&lt;/a&gt;&lt;br&gt;searching for changes
&lt;br&gt;abort: '&lt;a href=&quot;https://hg.netbeans.org/maven-dev'&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://hg.netbeans.org/maven-dev'&lt;/a&gt;&amp;nbsp;does not appear to be an hg 
&lt;br&gt;repository!
&lt;br&gt;&lt;br&gt;Milos
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/%27https%3A--hg.netbeans.org-maven-dev%27-does-not-appear-to-be-an-hg-repository%21%27---tp21195816p21195816.html" />
</entry>

</feed>
