<?xml version="1.0" encoding="UTF-8" standalone="yes"?><rss version="2.0"><channel><title>Java, PHP, MySQL, Ruby, and more at Sagewire.org</title><link>http://www.sagewire.org/</link><description>Blogs and forums for Java, PHP, MySQL, and more.</description><language>en</language><item><title>How to Resolve Issues</title><link>http://www.sagewire.org/developer-netbeans-java/How-to-Resolve-Issues-2033748.aspx</link><description>------=_Part_17524_23356400.1198856574196

Content-Disposition: inline

Hi,

I wanted to know how can I proceed with resolving any issue found in
Issuezilla.
Recently, I found some bugs and thought I can give it a try fixing it.

What should I do know?

Reply soon.

Regards,
Varun

--
prOgramming bOnds;
http://bondprogrammers.blogspot.com/

Bill Cosby - &amp;quot;In order to succeed, your desire for success should be greater
than your fear.&amp;quot;

------=_Part_17524_23356400.11988565741...</description><guid isPermaLink="true">http://www.sagewire.org/developer-netbeans-java/How-to-Resolve-Issues-2033748.aspx</guid><author>rss@sagewire.org</author><pubDate>Fri, 28 Dec 2007 15:53:28 GMT</pubDate></item><item><title>Confusing "verify-class-linkage" error</title><link>http://www.sagewire.org/developer-netbeans-java/Confusing-verifyclasslinkage-error-2031532.aspx</link><description>I get the following warnings when I build my module.

verify-class-linkage:
[verifyclasslinkage] Warning: 
org.netbeans.modules.glassfish.common.wizard.AddServerLocationVisualPanel$1 
cannot access 
org.netbeans.modules.glassfish.common.wizard.AddServerLocationVisualPanel
[verifyclasslinkage] Warning: 
org.netbeans.modules.glassfish.common.wizard.AddServerLocationVisualPanel$2 
cannot access 
org.netbeans.modules.glassfish.common.wizard.AddServerLocationVisualPanel
[verifyclasslinkage...</description><guid isPermaLink="true">http://www.sagewire.org/developer-netbeans-java/Confusing-verifyclasslinkage-error-2031532.aspx</guid><author>rss@sagewire.org</author><pubDate>Sat, 22 Dec 2007 00:30:30 GMT</pubDate></item><item><title>AssertionError Exception</title><link>http://www.sagewire.org/developer-netbeans-java/AssertionError-Exception-1905289.aspx</link><description>------=_Part_23717_20559581.1188002188165

Content-Disposition: inline

Hi,

I get an AssertionError exeption on creating a connection between 2
IconNodeWidgets in a graphscene using Visual Library2. It is specifically in
setEdgeSource() method. Does anyone know what could be causing this
exception to be thrown?

Thanks in advance,

Wessam

------=_Part_23717_20559581.1188002188165

Content-Disposition: inline

[code]&amp;lt;div&amp;gt;[/code]Hi,[code]&amp;lt;/div&amp;gt;[/code]
[code]&amp;lt;div&amp;gt;[/code]&amp;amp;nbsp;[c...</description><guid isPermaLink="true">http://www.sagewire.org/developer-netbeans-java/AssertionError-Exception-1905289.aspx</guid><author>rss@sagewire.org</author><pubDate>Fri, 21 Dec 2007 08:39:35 GMT</pubDate></item><item><title>Is there any good reason why one project can not use the same src folder of another, and are there any thoughts or on going efforts directed to changing it?</title><link>http://www.sagewire.org/developer-netbeans-java/Is-there-any-good-reason-why-one-project-can-2030846.aspx</link><description>The reason I ask this question is there are many different meanings to project and there are many different ways to use an IDE. For instance, one might not want to change a bunch of custom things one projects scripts do, but does want to be able to have another project there for building etc or doing different things with the sources. One does not want to make copies of directories just to use the same source. 

Maven makes this an issue as well. Some projects will use ANT for building and the...</description><guid isPermaLink="true">http://www.sagewire.org/developer-netbeans-java/Is-there-any-good-reason-why-one-project-can-2030846.aspx</guid><author>rss@sagewire.org</author><pubDate>Fri, 21 Dec 2007 00:03:59 GMT</pubDate></item><item><title>Local History</title><link>http://www.sagewire.org/developer-netbeans-java/Local-History-2030509.aspx</link><description>Hi,
   
    The local history gives me a NullPointerException at
org.netbeans.modules.xml.text.folding.XmlFoldManager.initFolds(XmlFoldManager.JAVA:145).
    Can you plz let me know why this behaviour? Am I missing something?

Thanks.
-- 
View this message in context: http://www.nabble.com/Local-History-tp14434626p14434626.html
Sent from the Netbeans - Dev mailing list archive at Nabble.com.</description><guid isPermaLink="true">http://www.sagewire.org/developer-netbeans-java/Local-History-2030509.aspx</guid><author>rss@sagewire.org</author><pubDate>Thu, 20 Dec 2007 13:35:05 GMT</pubDate></item><item><title>Adding palette items and categories to Editor by othermodules</title><link>http://www.sagewire.org/developer-netbeans-java/Adding-palette-items-and-categories-to-Editor-by-o-2025304.aspx</link><description>Using layer file (Editors/text/x-JAVA/PaletteController.instance) one can add
Palatte to the Editor. 

If two or more modules create their own PaletteController instance for an
Editor only one of them will be displayed and other module's palette
categories and items won't be merged to the one being displayed.

What is the best way to add palette items and categories to JAVA Editor w/o
over writing palette items added by other modules? Is there common/standard
palette root folder name wh...</description><guid isPermaLink="true">http://www.sagewire.org/developer-netbeans-java/Adding-palette-items-and-categories-to-Editor-by-o-2025304.aspx</guid><author>rss@sagewire.org</author><pubDate>Wed, 19 Dec 2007 12:17:44 GMT</pubDate></item><item><title>Dynamically adding same control on to the page</title><link>http://www.sagewire.org/developer-netbeans-java/Dynamically-adding-same-control-on-to-the-page-2028001.aspx</link><description>hi iam new bee to netbeans IDE.........  I have a problem , like I have a situation where I have a drop down box with
data which is from a database table and I have a button, when the user
clicks the button the same dropdown box should be added dynamically with the
same data............... 

how to do this in netbeans IDE...............

-- 
View this message in context: http://www.nabble.com/Dynamically-adding-same-control-on-to-the-page-tp14350396p14350396.html
Sent from the Netbeans...</description><guid isPermaLink="true">http://www.sagewire.org/developer-netbeans-java/Dynamically-adding-same-control-on-to-the-page-2028001.aspx</guid><author>rss@sagewire.org</author><pubDate>Wed, 19 Dec 2007 07:46:31 GMT</pubDate></item><item><title>what happened to overriding ant target post-compile inbuild-impl.xml?</title><link>http://www.sagewire.org/developer-netbeans-java/what-happened-to-overriding-ant-target-postcompile-2029566.aspx</link><description>we are trying to add a post-compile step to a project build file.

Netbeans IDE Field Guide 2nd Edition pp. 61-62 describes how to do this.

However when we look at the project's do not-you-dare-edit build-impl.xml for
a post-compile task to copy, it isn't present.

And so, wondering, how do we add a post-compilation task to the project's
build.xml that will be invoked each time we build?  TIA for all responses.
-- 
View this message in context: http://www.nabble.com/what-happened-to-o...</description><guid isPermaLink="true">http://www.sagewire.org/developer-netbeans-java/what-happened-to-overriding-ant-target-postcompile-2029566.aspx</guid><author>rss@sagewire.org</author><pubDate>Wed, 19 Dec 2007 00:51:05 GMT</pubDate></item><item><title>New Wizard Wizard - how to internationalize description?</title><link>http://www.sagewire.org/developer-netbeans-java/New-Wizard-Wizard-how-to-internationalize-descript-2027884.aspx</link><description>I used the New File-&amp;gt;Wizard to create a wizard for my project.  I 
noticed the description for the wizard is embedded in an HTML file.  How 
does this description get internationalized?

Thanks,

David</description><guid isPermaLink="true">http://www.sagewire.org/developer-netbeans-java/New-Wizard-Wizard-how-to-internationalize-descript-2027884.aspx</guid><author>rss@sagewire.org</author><pubDate>Mon, 17 Dec 2007 15:45:48 GMT</pubDate></item><item><title>NetBeans 6 installation error ...</title><link>http://www.sagewire.org/developer-netbeans-java/NetBeans-installation-error-2027148.aspx</link><description>Hi,
 I try to install NB 6 on a Solaris x86 machine with root permission. 
It's more or less a default Solaris installation.

When I start the installer I got the following error message:

It seems that the installation of JAVA SE is corrupt.
The validation procedure issued the following warning:

The installation directory cannot be detected.

Would you like to mark this product as not installed and continue?
...When I ran the installer under my personal account it works. I have no...</description><guid isPermaLink="true">http://www.sagewire.org/developer-netbeans-java/NetBeans-installation-error-2027148.aspx</guid><author>rss@sagewire.org</author><pubDate>Fri, 14 Dec 2007 22:19:26 GMT</pubDate></item><item><title>Need direction for delivering standalone module using third-party libraries from NetBeans IDE</title><link>http://www.sagewire.org/developer-netbeans-java/Need-direction-for-delivering-standalone-module-us-2027409.aspx</link><description>I want to deliver a standalone module, initially for download from the
Dev Plugin Center, but which ultimately'd be part of NetBeans,
that has dependencies on third-party library modules, some of which
already exist in NetBeans (commons logging, for example) and some
which are new.What is the best way for me to do this?  It seems there are two approaches:

- Create a module suite that contains my main module and all the
third-party library modules I need.

- Put the new third-party libr...</description><guid isPermaLink="true">http://www.sagewire.org/developer-netbeans-java/Need-direction-for-delivering-standalone-module-us-2027409.aspx</guid><author>rss@sagewire.org</author><pubDate>Fri, 14 Dec 2007 15:57:24 GMT</pubDate></item><item><title>remote debugging on netbeans 6.0</title><link>http://www.sagewire.org/developer-netbeans-java/remote-debugging-on-netbeans-60-2027597.aspx</link><description>------=_Part_1862_18342151.1197639165300

Content-Disposition: inline

aGkgZXZlcnlib2R5LAoKIEkgY2FuJ3QgZGVidWdnaW5nIG9uIHRvbWNhdCA1LjAuMzAgd2l0aCBk
dF9zb2NrZXQgdXNpbmcgbmV0YmVhbnMgNi4wLCBkb2VzCml0IGhhdmUgYSB0cm91YmxlPyBPciBJ
IGhhdmUgYSB0cm91YmxlPyA7LSkKCnJlZ2FyZHMKCkZsw6F2aW8KCi0tIAoiQ29tcHV0ZXJzIGFy
ZSBsaWtlIGFpciBjb25kaXRpb25lcnM6IHRoZXkgZG8gbm90IHdvcmsgd2VsbCB3aGVuIHlvdQpv
cGVuIHdpbmRvd3MuLi4iIERpZ2l0YWxEcmlsbAo=
------=_Part_1862_18342151.1197639165300

Content-Disposition: inline
...</description><guid isPermaLink="true">http://www.sagewire.org/developer-netbeans-java/remote-debugging-on-netbeans-60-2027597.aspx</guid><author>rss@sagewire.org</author><pubDate>Fri, 14 Dec 2007 15:46:16 GMT</pubDate></item><item><title>[proposal] Out-of-the-Box project versionability</title><link>http://www.sagewire.org/developer-netbeans-java/proposal-OutoftheBox-project-versionability-2022550.aspx</link><description>Out-of-the-Box project versionability aka &amp;quot;headless builds&amp;quot; or &amp;quot;shared 
libraries&amp;quot; or ... is one of the features planned for NB6.1. Draft 
version of UI proposal can be found here:

    http://wiki.netbeans.org/wiki/view/OutOfBoxVersionabilityProposal

and any feedback, comments, suggestions are highly appreciated in advance.

There is also home page for this feature 
[code]&amp;lt;http://wiki.netbeans.org/wiki/view/OutOfBoxVersionability&amp;gt;[/code] which links 
implementation proposal, will con...</description><guid isPermaLink="true">http://www.sagewire.org/developer-netbeans-java/proposal-OutoftheBox-project-versionability-2022550.aspx</guid><author>rss@sagewire.org</author><pubDate>Fri, 14 Dec 2007 15:01:04 GMT</pubDate></item><item><title>Buil Mac OS X Application Error</title><link>http://www.sagewire.org/developer-netbeans-java/Buil-Mac-OS-Application-Error-2026858.aspx</link><description>I m writting a Application Platform width NetBeans6 on WindowsXP.
It works.
I have to run the application on MacOSX, I try to lunch the &amp;quot;Build Mac OS X
Application&amp;quot;, but the script give me an error:

ln -s ../Resources/eventtester/bin/eventtester &amp;quot;C:\Documents and
Settings\trighetti.HITDOM\My
Documents\NetBeansProjects\EventTester/dist/eventtester.app/Contents/MacOS/eventtester&amp;quot;
C:\Program Files\NetBeans 6.0\harness\suite.xml:279: Couldn't launch ln:
JAVA.io.IOException: Cannot run prog...</description><guid isPermaLink="true">http://www.sagewire.org/developer-netbeans-java/Buil-Mac-OS-Application-Error-2026858.aspx</guid><author>rss@sagewire.org</author><pubDate>Fri, 14 Dec 2007 07:34:20 GMT</pubDate></item><item><title>Hooking up context sensitive help</title><link>http://www.sagewire.org/developer-netbeans-java/Hooking-up-context-sensitive-help-2027332.aspx</link><description>Hi,

I am working on a  module, source available here: 
http://fisheye5.cenqua.com/browse/sailfin/tools/netbeans/sip, that I 
cannot get the help page 
http://fisheye5.cenqua.com/browse/sailfin/tools/netbeans/sip/JAVAhelp/org/jvnet/glassfish/comms/netbeans/sip/module/docs/project_wizard_config_panel.html) 
that I want to be associated with 
http://fisheye5.cenqua.com/browse/sailfin/tools/netbeans/sip/src/main/JAVA/org/jvnet/glassfish/comms/netbeans/sip/module/wizards/ProjectConfigPanel.JA...</description><guid isPermaLink="true">http://www.sagewire.org/developer-netbeans-java/Hooking-up-context-sensitive-help-2027332.aspx</guid><author>rss@sagewire.org</author><pubDate>Fri, 14 Dec 2007 04:08:11 GMT</pubDate></item><item><title>Platform main event</title><link>http://www.sagewire.org/developer-netbeans-java/Platform-main-event-2026751.aspx</link><description>I have to display a Login dialog for my application on the platform startup.
I found a solution by including a installer class in a module and override
the &amp;quot;restored&amp;quot; method.
It works, but the main app doesn't show yet.
Does a main platform event exist  when all modules are done and the splash
screen hides and the main app is shown?

Thanks in advance.
-- 
View this message in context: http://www.nabble.com/Platform-main-event-tp14311283p14311283.html
Sent from the Netbeans - Dev maili...</description><guid isPermaLink="true">http://www.sagewire.org/developer-netbeans-java/Platform-main-event-2026751.aspx</guid><author>rss@sagewire.org</author><pubDate>Thu, 13 Dec 2007 07:46:58 GMT</pubDate></item><item><title>Getting Started</title><link>http://www.sagewire.org/developer-netbeans-java/Getting-Started-2026320.aspx</link><description>------_=_NextPart_001_01C83CC9.D4FF02BA


I'm trying to create a new Binding Component.  I have created a new
project using the JBI Components JBI Binding Component Wizard and it
creates a whole lot of files and directories.  Looking through the code
it seems as if it creates a JMX Binding Component.  Is this correct?
I'm not familiar with JMX other than I know it's used as a standard way
to do managing and monitoring applications, etc.   I have looked through
the tutorial
http://open-e...</description><guid isPermaLink="true">http://www.sagewire.org/developer-netbeans-java/Getting-Started-2026320.aspx</guid><author>rss@sagewire.org</author><pubDate>Wed, 12 Dec 2007 17:04:20 GMT</pubDate></item><item><title>Module without WINDOW</title><link>http://www.sagewire.org/developer-netbeans-java/Module-without-WINDOW-2026167.aspx</link><description>Is It possible create e module widthout a window?

My module only initialize a common class that some module can use.

Is it possible ?

-- 
View this message in context: http://www.nabble.com/Module-without-WINDOW-tp14291017p14291017.html
Sent from the Netbeans - Dev mailing list archive at Nabble.com.</description><guid isPermaLink="true">http://www.sagewire.org/developer-netbeans-java/Module-without-WINDOW-2026167.aspx</guid><author>rss@sagewire.org</author><pubDate>Wed, 12 Dec 2007 16:58:11 GMT</pubDate></item><item><title>DB Shared Connection</title><link>http://www.sagewire.org/developer-netbeans-java/DB-Shared-Connection-2025539.aspx</link><description>I have to write an NetBeans Platform Application, where there are some
modules that they need a DB access for executing queries. I'd like to
know how to share the same connection among the modules. Do I have to write
a DB module and then access the DB Module by Lookups?

Thanks in advance.
 
-- 
View this message in context: http://www.nabble.com/DB-Shared-Connection-tp14274087p14274087.html
Sent from the Netbeans - Dev mailing list archive at Nabble.com.</description><guid isPermaLink="true">http://www.sagewire.org/developer-netbeans-java/DB-Shared-Connection-2025539.aspx</guid><author>rss@sagewire.org</author><pubDate>Wed, 12 Dec 2007 10:43:09 GMT</pubDate></item><item><title>Apache commons libraries - already available somewhere?</title><link>http://www.sagewire.org/developer-netbeans-java/Apache-commons-libraries-already-available-somewhe-2026006.aspx</link><description>I'm looking at using Apache DDLUtils, and it requires a bunch of Apache 
commons libraries - logging, etc.

I can include these in my module, but I'm wondering: are they already 
available in the NB platform somewhere, so that I can just depend on the 
existing versions?  If so, where are they, and what's the best way to 
declare them as dependencies?

Thanks,

David</description><guid isPermaLink="true">http://www.sagewire.org/developer-netbeans-java/Apache-commons-libraries-already-available-somewhe-2026006.aspx</guid><author>rss@sagewire.org</author><pubDate>Wed, 12 Dec 2007 04:59:56 GMT</pubDate></item><item><title>"show JAVA packages as"</title><link>http://www.sagewire.org/developer-netbeans-java/show-JAVA-packages-as-2025973.aspx</link><description>Hello all,

I am completely new to the NetBeans Platform and I want to develop a 
little plugin which adds third option to &amp;quot;show JAVA packages as&amp;quot; menu in 
JAVA projects in NB. There are currently: list, tree, and I'd like 
to add option &amp;quot;smart tree&amp;quot; which'd act like &amp;quot;compact empty middle 
packages&amp;quot; in IntelliJ IDEA. I tried to figure out where to start, but 
unfortunately I did not find any starting point...

-- 
Michael</description><guid isPermaLink="true">http://www.sagewire.org/developer-netbeans-java/show-JAVA-packages-as-2025973.aspx</guid><author>rss@sagewire.org</author><pubDate>Wed, 12 Dec 2007 04:58:45 GMT</pubDate></item><item><title>BooleanStateAction</title><link>http://www.sagewire.org/developer-netbeans-java/BooleanStateAction-2025538.aspx</link><description>I am trying to change BooleanStateAction with a setBooleanState (not the user action) method (action is created). However 
checkbox near menu item isn't changing its shape (always is shows selected or deselected). Perhaps I need to invoke some 
repaint or update?

-- 
Egidijus</description><guid isPermaLink="true">http://www.sagewire.org/developer-netbeans-java/BooleanStateAction-2025538.aspx</guid><author>rss@sagewire.org</author><pubDate>Tue, 11 Dec 2007 16:25:02 GMT</pubDate></item><item><title>Post NB 6 Projects (ANT, Maven, ?) and Project Musings in the Wiki</title><link>http://www.sagewire.org/developer-netbeans-java/Post-NB-Projects-ANT-Maven-and-Project-Musings-in-2024649.aspx</link><description>Jesse,

I'm asking here, so everyone sees the information. I was reading:
http://wiki.netbeans.info/wiki/view/ProjectTypeMusings

I'm wondering what exactly it'll mean, and what the plans are. It seems it'd require a lot of changes if ANT is to be replaced. Is the goal to try to make changes to ANT to add better support for IDE related tasks? Is it maybe to work towards Maven? Is it more likely to lead to a path of some new tool for projects? Anyways, just very curious. Thanks for any infor...</description><guid isPermaLink="true">http://www.sagewire.org/developer-netbeans-java/Post-NB-Projects-ANT-Maven-and-Project-Musings-in-2024649.aspx</guid><author>rss@sagewire.org</author><pubDate>Mon, 10 Dec 2007 17:19:18 GMT</pubDate></item><item><title>Mudule events</title><link>http://www.sagewire.org/developer-netbeans-java/Mudule-events-2024842.aspx</link><description>I have to write two modules in NetBeans Platform.
How to fire event from the  module to the second one?
The first one is the main module that fire event to all module that
listener.

Thanks.
-- 
View this message in context: http://www.nabble.com/Mudule-events-tp14250959p14250959.html
Sent from the Netbeans - Dev mailing list archive at Nabble.com.</description><guid isPermaLink="true">http://www.sagewire.org/developer-netbeans-java/Mudule-events-2024842.aspx</guid><author>rss@sagewire.org</author><pubDate>Mon, 10 Dec 2007 11:32:06 GMT</pubDate></item><item><title>Creating own project type with J2SE functionality?</title><link>http://www.sagewire.org/developer-netbeans-java/Creating-own-project-type-with-J2SE-functionality-2024778.aspx</link><description>Hello,

I'm completly new to Netbeans developement and need help for the following
problem:
I have to write an ETL Tool Plugin that offers a new project type for
Netbeans 6. This tool will generate JAVA source code as output, so I would
like to have all the JAVA project type features in my new project type.
 
What I'm looking for is a way to create new project types, that extend
existing types (in a way like inheritence'd do in JAVA for classes).

From all I have read i could not find...</description><guid isPermaLink="true">http://www.sagewire.org/developer-netbeans-java/Creating-own-project-type-with-J2SE-functionality-2024778.aspx</guid><author>rss@sagewire.org</author><pubDate>Mon, 10 Dec 2007 08:26:53 GMT</pubDate></item><item><title>How to get list of recent (closed) projects using public API (application programming interface)in NB6.0?</title><link>http://www.sagewire.org/developer-netbeans-java/How-to-get-list-of-recent-closed-projects-using-2023967.aspx</link><description>I tried using the 
RecentProjects.getDefault().getRecentProjectInformation() from 
org.netbeans.modules.project.ui.api.* in Project UI 
(org.netbeans.modules.projectui) module, but the modules API (application programming interface)is public 
only to its friends in NB6.0

I know about the Open projects list public API (application programming interface)( 
OpenProjects.getDefault().getOpenProjects() ). Is there any public API (application programming interface)
that I can use to get the r...</description><guid isPermaLink="true">http://www.sagewire.org/developer-netbeans-java/How-to-get-list-of-recent-closed-projects-using-2023967.aspx</guid><author>rss@sagewire.org</author><pubDate>Sat, 08 Dec 2007 22:04:41 GMT</pubDate></item><item><title>where are these dependencies coming from?</title><link>http://www.sagewire.org/developer-netbeans-java/where-are-these-dependencies-coming-from-2024051.aspx</link><description>I&amp;quot;m getting the following when I start NB:

WARNING [org.netbeans.core.modules]: 
had to upgrade dependencies for module com.sun.tools.debugger.dbxgui: 
added = [module org.openide.options &amp;gt; 6.6, module org.openide.options &amp;gt; 6.7]
removed = [];
details: [#88531 Remove SystemOption usage from PrintSettings, ...]However, dbxgui has no dependency on org.openide.options.
Not in the manifest, any layers files; nor does it refer to SystemOption
or PropertySheetSettings etc.
A grep for &amp;quot;org.ope...</description><guid isPermaLink="true">http://www.sagewire.org/developer-netbeans-java/where-are-these-dependencies-coming-from-2024051.aspx</guid><author>rss@sagewire.org</author><pubDate>Sat, 08 Dec 2007 01:52:36 GMT</pubDate></item><item><title>significance of position of modes</title><link>http://www.sagewire.org/developer-netbeans-java/significance-of-position-of-modes-2024015.aspx</link><description>What's the significance of the position attribute of
files under Windows2/Modes/output ?        [code]&amp;lt;folder name=&amp;quot;Modes&amp;quot;&amp;gt;[/code]
            [code]&amp;lt;folder name=&amp;quot;output&amp;quot;&amp;gt;[/code]
                [code]&amp;lt;file name=&amp;quot;watches.wstcref&amp;quot;
                      url=&amp;quot;modes/output/watches.wstcref&amp;quot;&amp;gt;[/code]
                    [code]&amp;lt;attr name=&amp;quot;position&amp;quot; intvalue=&amp;quot;300&amp;quot;/&amp;gt;[/code][code]&amp;lt;&amp;lt;&amp;lt;&amp;lt;&amp;lt;&amp;lt;&amp;lt;&amp;lt;&amp;lt;&amp;lt;&amp;lt;&amp;lt;&amp;lt;&amp;lt;&amp;lt;&amp;lt;&amp;lt;&amp;lt;
                &amp;lt;/file&amp;gt;[/code]http://wiki.netbeans.info/wiki/view/DevFaqWindowsMode
does not have the ...</description><guid isPermaLink="true">http://www.sagewire.org/developer-netbeans-java/significance-of-position-of-modes-2024015.aspx</guid><author>rss@sagewire.org</author><pubDate>Sat, 08 Dec 2007 00:05:14 GMT</pubDate></item><item><title>Any Bundle as platform?</title><link>http://www.sagewire.org/developer-netbeans-java/Any-Bundle-as-platform-2023993.aspx</link><description>Can any of the Download Bundles be used as a platform?
My undestanding is &amp;quot;no&amp;quot;, because not all DB's include
a harness cluster; at least C/C++ does not.</description><guid isPermaLink="true">http://www.sagewire.org/developer-netbeans-java/Any-Bundle-as-platform-2023993.aspx</guid><author>rss@sagewire.org</author><pubDate>Fri, 07 Dec 2007 22:54:24 GMT</pubDate></item><item><title>CVS netbeans.org repository migrating to Mercurial (Hg)</title><link>http://www.sagewire.org/developer-netbeans-java/CVS-netbeansorg-repository-migrating-to-Mercurial-2023127.aspx</link><description>To the entire netbeans.org developer community:

The NetBeans.org project is on a path to migrate its repository from
cvs.netbeans.org to hg.netbeans.org soon (see the link to a plan below
- [1]). This change will affect all community members who are
integrating code changes to the repository.

The reasons for the move are described in the document at
http://wiki.netbeans.org/wiki/view/HgMigrationReasons

The migration is planned to be completed as soon as possible, but with
a minimal...</description><guid isPermaLink="true">http://www.sagewire.org/developer-netbeans-java/CVS-netbeansorg-repository-migrating-to-Mercurial-2023127.aspx</guid><author>rss@sagewire.org</author><pubDate>Thu, 06 Dec 2007 21:31:53 GMT</pubDate></item><item><title>Getting specific actions for New File/Others/Properties File	Wizard?</title><link>http://www.sagewire.org/developer-netbeans-java/Getting-specific-actions-for-New-FileOthersPropert-2011668.aspx</link><description>Hi *,

I like to add one single Action to a Node to kick off the New
File/Others/Properties File Wizard step. I only want to create
properties files in this directory (and other types in other directories
later on) and simply want to reuse the wizard which is already available
and great for this purpose.

I'm able to do a CommonProjectActions.newFileAction() on the node and
narrow down the list by putting PrivilegedTemplates and
RecommendedTemplates into the lookup and returning someth...</description><guid isPermaLink="true">http://www.sagewire.org/developer-netbeans-java/Getting-specific-actions-for-New-FileOthersPropert-2011668.aspx</guid><author>rss@sagewire.org</author><pubDate>Thu, 06 Dec 2007 15:09:04 GMT</pubDate></item><item><title>"Go To Source" for netbeans classes</title><link>http://www.sagewire.org/developer-netbeans-java/Go-To-Source-for-netbeans-classes-2021655.aspx</link><description>--_fdd33ae6-4bc6-4f83-8963-2b243ae93dfc_


DQoNCg0KDQoNCg0KSGVsbG8sDQoNCkl0IHdvdWxkIGJlIHJlYWxseSBjb29sIGlmIHdlIGNvdWxk
IG5hdmlnYXRlIHRvIHRoZSBzb3VyY2UgY29kZSBpbnNpZGUgdGhlIElERSBpbiB0aGUgc2FtZSB3
YXkgd2UgZG8gd2l0aCB0aGUgY2xhc3NlcyBvZiB0aGUgSkRLLg0KQ2FuIHRoaXMgYWxyZWFkeSBi
ZSBkb25lIG9yIG5vdCB5ZXQgPw0KDQpJcyBpdCBoYXJkIHRvIG1ha2UgYSBwbHVnaW4gdGhhdCBs
ZXQgdGhlIHVzZXJzIHRvIHRoYXQgPw0KDQoNClZpbmNlbnQNCg0KDQpfX19fX19fX19fX19fX19f
X19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX...</description><guid isPermaLink="true">http://www.sagewire.org/developer-netbeans-java/Go-To-Source-for-netbeans-classes-2021655.aspx</guid><author>rss@sagewire.org</author><pubDate>Thu, 06 Dec 2007 11:47:13 GMT</pubDate></item><item><title>Urgent Help Needed!!!</title><link>http://www.sagewire.org/developer-netbeans-java/Urgent-Help-Needed-2022047.aspx</link><description>------=_Part_19625_27465049.1196801615046

Content-Disposition: inline

Hi,

I' m facing a difficulty that's stalling me. I'm stuck with the following
problem. Inside an Action class that extends cookie  action, I do
findInstance() of a TopComponent class that contains an instance of
GraphScene class. I'm after a certian object, called &amp;quot;diagram&amp;quot;, inside
GraphScene. The problem is that any changes that happen to this
object does not reflect to the coookie class. Meaning, I add entites t...</description><guid isPermaLink="true">http://www.sagewire.org/developer-netbeans-java/Urgent-Help-Needed-2022047.aspx</guid><author>rss@sagewire.org</author><pubDate>Thu, 06 Dec 2007 00:54:59 GMT</pubDate></item><item><title>How to use Lookup To find instance of a class?</title><link>http://www.sagewire.org/developer-netbeans-java/How-to-use-Lookup-To-find-instance-of-class-2022551.aspx</link><description>------=_Part_4754_6124377.1196872409012

Content-Disposition: inline

Hi,

I need to find an instance of a class inside another one to access one of
its attributes. I understand what a lookup is, but i'm not sure how to
implement it. Do I add the lookup to the class that I want to have access
to? or in the class that want to access the attribute in the other class?
also, what type of lookup should I implement?

Thanks in advance,
Wessam

------=_Part_4754_6124377.1196872409012

Co...</description><guid isPermaLink="true">http://www.sagewire.org/developer-netbeans-java/How-to-use-Lookup-To-find-instance-of-class-2022551.aspx</guid><author>rss@sagewire.org</author><pubDate>Thu, 06 Dec 2007 00:53:54 GMT</pubDate></item><item><title>Versioning support for Netbeans project</title><link>http://www.sagewire.org/developer-netbeans-java/Versioning-support-for-Netbeans-project-2021702.aspx</link><description>My project is created using the Ant based project system.How can I support
Versioning for that project?
-- 
View this message in context: http://www.nabble.com/Versioning-support-for-Netbeans-project-tf4943007.html#a14150326
Sent from the Netbeans - Dev mailing list archive at Nabble.com.</description><guid isPermaLink="true">http://www.sagewire.org/developer-netbeans-java/Versioning-support-for-Netbeans-project-2021702.aspx</guid><author>rss@sagewire.org</author><pubDate>Wed, 05 Dec 2007 10:01:31 GMT</pubDate></item><item><title>findinstance of Dataobject</title><link>http://www.sagewire.org/developer-netbeans-java/findinstance-of-Dataobject-2021654.aspx</link><description>------=_Part_13685_7839101.1196771137441

Content-Disposition: inline

Hi,
I need to find an instance of a Dataobject class (ERDDataObject) in another
class ,in order to use it to get the fileobject and get the .erd file name.
so basically I want to do this inside MyCLass

ERDDataObject dobj=......; ------------&amp;gt; problem is i do not know how to get
this??
FileObject f = dobj.getPrimaryFile();
String displayName = FileUtil.getFileDisplayName(f);

then i'm gonna use this filename inor...</description><guid isPermaLink="true">http://www.sagewire.org/developer-netbeans-java/findinstance-of-Dataobject-2021654.aspx</guid><author>rss@sagewire.org</author><pubDate>Tue, 04 Dec 2007 15:57:33 GMT</pubDate></item><item><title>CVS Update with Dependencies for NetBeans module fails</title><link>http://www.sagewire.org/developer-netbeans-java/CVS-Update-with-Dependencies-for-NetBeans-module-f-2020875.aspx</link><description>When I try to update a NetBeans module with dependencies from within NB I always get an error:

[quote]User moser does not have [code]&amp;lt;VersionControl - Read&amp;gt;[/code] access to project netbeans

[/quote]while updating the module alone works fine. Even updating the dependencies one-by-one works fine.

What's wrong here?Frank-Michael</description><guid isPermaLink="true">http://www.sagewire.org/developer-netbeans-java/CVS-Update-with-Dependencies-for-NetBeans-module-f-2020875.aspx</guid><author>rss@sagewire.org</author><pubDate>Tue, 04 Dec 2007 10:20:36 GMT</pubDate></item><item><title>Editor API: changing the editorkit on the fly</title><link>http://www.sagewire.org/developer-netbeans-java/Editor-API-changing-the-editorkit-on-the-fly-2020990.aspx</link><description>Hy,

Is it possible to change the EditorKit programatically for a
JEditorPane ? For example I have text/x-JAVA-source and I want to
programatically change it to text/x-groovy.

editorPane.setEditorKit(newKit) does not seem to work (I lose the glyph
sidebar, syntax does not seem to refresh).

Is this use-case something that has been considered ? That is, should
I just study the API (application programming interface)harder or I need to study the source code ;-)

Thanks,
Emilian

--...</description><guid isPermaLink="true">http://www.sagewire.org/developer-netbeans-java/Editor-API-changing-the-editorkit-on-the-fly-2020990.aspx</guid><author>rss@sagewire.org</author><pubDate>Mon, 03 Dec 2007 17:21:12 GMT</pubDate></item><item><title>JPA insertable option not working ?</title><link>http://www.sagewire.org/developer-netbeans-java/JPA-insertable-option-not-working-2020167.aspx</link><description>Hi,

I am trying an database application based on netbeans template and I am
having some troubles with NOT NULL fields which have default values. The
database manager is PostgreSQL.

If I annotate a field like :

[code]
.
.

@xxxxxxxxxxx(name =3D &amp;quot;creacion&amp;quot;, insertable =3D false, nullable =3D false)
@xxxxxxxxxxx(TemporalType.TIMESTAMP)
private Date creacion;
.
.

[/code]

shouldn't be include in INSERT statements but the fact is that it is
included anyway in the entity manan...</description><guid isPermaLink="true">http://www.sagewire.org/developer-netbeans-java/JPA-insertable-option-not-working-2020167.aspx</guid><author>rss@sagewire.org</author><pubDate>Sun, 02 Dec 2007 15:27:14 GMT</pubDate></item><item><title>How to use DataSource?</title><link>http://www.sagewire.org/developer-netbeans-java/How-to-use-DataSource-2020188.aspx</link><description>------=_Part_3835_6555526.1196533197803

Content-Disposition: inline

Hi David,

I'm using a ClientDataSource to connect to the database and generate XML
from it using ddlutils. However, I ClientDataSource is for derby databases
and I want to support other ones. Do you've any suggestions? What other
databases do you think we should support?

String filename = &amp;quot;H:\\schema22.xml&amp;quot;;
        Database targetModel = new DatabaseIO().read(filename);
        ClientDataSource dataSource = new ...</description><guid isPermaLink="true">http://www.sagewire.org/developer-netbeans-java/How-to-use-DataSource-2020188.aspx</guid><author>rss@sagewire.org</author><pubDate>Sat, 01 Dec 2007 18:47:35 GMT</pubDate></item><item><title>ArrayList in properties sheet</title><link>http://www.sagewire.org/developer-netbeans-java/ArrayList-in-properties-sheet-2019283.aspx</link><description>------=_Part_12162_28557260.1196377979996

Content-Disposition: inline

can someone help me in displaying a property of type ArrayList[code]&amp;lt;T&amp;gt;[/code] in
properties sheet. I need the place for the property to be large enough to
hold a list of values. I want them to be read only I tried this code but it
didn't work
Property colProp = new PropertySupport.ReadOnly(&amp;quot;IndexColumnList&amp;quot;,
ArrayList.class, &amp;quot;Index Columns&amp;quot;, null)
            {
                @xxxxxxxxxxx
                public ...</description><guid isPermaLink="true">http://www.sagewire.org/developer-netbeans-java/ArrayList-in-properties-sheet-2019283.aspx</guid><author>rss@sagewire.org</author><pubDate>Fri, 30 Nov 2007 12:55:01 GMT</pubDate></item><item><title>Export Scene to PDF</title><link>http://www.sagewire.org/developer-netbeans-java/Export-Scene-to-PDF-2019164.aspx</link><description>------=_Part_13499_9380419.1196360666325

Content-Disposition: inline

Hi,
I use itext library to export a graphscene to pdf. It works, but sometimes
the pdf file is empty and sometimes it does not contian the whole scene.
Can anyone tell from the following code what I need to change to fix this

public void ExportPDF() {
      Document document=new Document();
      String path=&amp;quot;H:\\erd.pdf&amp;quot;;
      int w = 300;
      int h = 300;
       try {

            PdfWriter writer = PdfWr...</description><guid isPermaLink="true">http://www.sagewire.org/developer-netbeans-java/Export-Scene-to-PDF-2019164.aspx</guid><author>rss@sagewire.org</author><pubDate>Fri, 30 Nov 2007 12:40:17 GMT</pubDate></item><item><title>Netbeans CVS failures: history file too large</title><link>http://www.sagewire.org/developer-netbeans-java/Netbeans-CVS-failures-history-file-too-large-2019505.aspx</link><description>Hi, is anybody else experiencing the same problem? All the usual cvs
operations I perform fail with the following message from the server:

      [cvs] cvs [server aborted]: cannot write to history file:
/cvs/CVSROOT/history: File too large

Shall I open a ticket for it?

Cheers,
-vita</description><guid isPermaLink="true">http://www.sagewire.org/developer-netbeans-java/Netbeans-CVS-failures-history-file-too-large-2019505.aspx</guid><author>rss@sagewire.org</author><pubDate>Fri, 30 Nov 2007 11:02:41 GMT</pubDate></item><item><title>XML Core needs Ant Based Project Support?</title><link>http://www.sagewire.org/developer-netbeans-java/XML-Core-needs-Ant-Based-Project-Support-2013433.aspx</link><description>Hi all,

I was wondering why the &amp;quot;XML Core&amp;quot; module depends on &amp;quot;Ant Based Project 
Support&amp;quot;.

The fact is that I do not currently need &amp;quot;Ant Based Project Support&amp;quot;, and 
I'd like to get rid of it, but I can not since I do need &amp;quot;XML Core&amp;quot;.

I assume that most NetBeans RCP applications won't need &amp;quot;Ant Based 
Project Support&amp;quot; either, so removing that dependency'd allow us to 
trim those apps. in size.

Thoughts, anyone?

Thanks,
Antonio</description><guid isPermaLink="true">http://www.sagewire.org/developer-netbeans-java/XML-Core-needs-Ant-Based-Project-Support-2013433.aspx</guid><author>rss@sagewire.org</author><pubDate>Fri, 30 Nov 2007 09:26:11 GMT</pubDate></item><item><title>[heads up] Source code rearrangements</title><link>http://www.sagewire.org/developer-netbeans-java/heads-up-Source-code-rearrangements-2013976.aspx</link><description>In preparation for a possibly much broader rearrangement of source code 
proposed here:

http://wiki.netbeans.org/wiki/view/HgMigration

I am taking the liberty now of making a handful of changes to and 
rearrangements of existing source code (in trunk) to simplify and 
regularize module build scripts. If all goes well this will be done in 
the next couple of days.

Where directories need to be moved, it is because module build scripts 
were referring to source code outside their own ...</description><guid isPermaLink="true">http://www.sagewire.org/developer-netbeans-java/heads-up-Source-code-rearrangements-2013976.aspx</guid><author>rss@sagewire.org</author><pubDate>Fri, 30 Nov 2007 09:17:09 GMT</pubDate></item><item><title>Auto Xmx detection</title><link>http://www.sagewire.org/developer-netbeans-java/Auto-Xmx-detection-2019108.aspx</link><description>I am developing an application on top of the NetBeans Platform.

When I run my module suite project for testing, the Xmx seems to be cap at 64M.

What should I set to make it automatically detect an appropriate Xmx
just like the IDE?

Alex.</description><guid isPermaLink="true">http://www.sagewire.org/developer-netbeans-java/Auto-Xmx-detection-2019108.aspx</guid><author>rss@sagewire.org</author><pubDate>Fri, 30 Nov 2007 00:08:29 GMT</pubDate></item><item><title>Sign modules</title><link>http://www.sagewire.org/developer-netbeans-java/Sign-modules-2016949.aspx</link><description>Hello

I just wanted to make some beginner questions about signing modules.

1- Why must I sign a module?
2- Can I change the signing of a module in the future? How?
3- Where do I type the commands to use keytool? In a MS-Dos window or where?

Thanks

Jordi

-- 
View this message in context: http://www.nabble.com/Sign-modules-tf4876648.html#a13954711
Sent from the Netbeans - Dev mailing list archive at Nabble.com.</description><guid isPermaLink="true">http://www.sagewire.org/developer-netbeans-java/Sign-modules-2016949.aspx</guid><author>rss@sagewire.org</author><pubDate>Thu, 29 Nov 2007 09:28:01 GMT</pubDate></item><item><title>Plug-In Idea</title><link>http://www.sagewire.org/developer-netbeans-java/PlugIn-Idea-2018715.aspx</link><description>------=_Part_9596_19085428.1196320925897

Content-Disposition: inline

Hello Everyone,

I'm newly added member of this list.
My team has a got an idea for NB plug-in!

We plan to make a Plug-in sort of module for NetBeans,
the Idea is to convert a C++ program/project made in NetBeans to a JAVA
program/project.

As we generally make use of OOPs concept intially in C++.
the C++ code'd be taken that's made in NetBeans.

*It would've many uses; *

Creating New JAVA Project, one more...</description><guid isPermaLink="true">http://www.sagewire.org/developer-netbeans-java/PlugIn-Idea-2018715.aspx</guid><author>rss@sagewire.org</author><pubDate>Thu, 29 Nov 2007 09:24:51 GMT</pubDate></item><item><title>About LibrariesNode support for custom projects...</title><link>http://www.sagewire.org/developer-netbeans-java/About-LibrariesNode-support-for-custom-projects-2018635.aspx</link><description>------=_Part_2699_3646816.1196300747819

Content-Disposition: inline

Hi guys,
there is any support for manage the libraries for a custom project? I need
something like org.netbeans.modules.JAVA.j2seproject.ui.LibrariesNode, or I
will need implement this from scratch?

-- 
Regards,

Michel Graciano
Summa Technologies do Brasil Ltda.
http://www.jroller.com/page/hmichel
https://genesis.dev.JAVA.net/
http://translatedfiles.netbeans.org/index_pt_BR.html
https://copypastehistory.dev.J...</description><guid isPermaLink="true">http://www.sagewire.org/developer-netbeans-java/About-LibrariesNode-support-for-custom-projects-2018635.aspx</guid><author>rss@sagewire.org</author><pubDate>Thu, 29 Nov 2007 04:33:44 GMT</pubDate></item><item><title>Dynamic menu content (DataObject dependent)?</title><link>http://www.sagewire.org/developer-netbeans-java/Dynamic-menu-content-DataObject-dependent-2015565.aspx</link><description>Hi all,

I need to compute some menu items at runtime, as those menu items depend 
on the installed modules.

But I want those menu items to appear only for certain DataObjects.

So, to summarize: I need menu items depending on the modules installed 
*and* on the DataObject the user has selected/right clicked.

The fact is that I do not know how to do that.

Any ideas'd be greatly welcome (beers included).

Thanks in advance,
Antonio</description><guid isPermaLink="true">http://www.sagewire.org/developer-netbeans-java/Dynamic-menu-content-DataObject-dependent-2015565.aspx</guid><author>rss@sagewire.org</author><pubDate>Thu, 29 Nov 2007 02:13:31 GMT</pubDate></item></channel></rss>