Re: how to build new tasklist/compiler

andrew <[email protected]> Tue, 14 Oct 2003 23:04:45 +0400
Newsgroups gmane.comp.java.netbeans.modules.tasklist.devel
Message-ID <[email protected]>
Tim,

I have added core/registry to my user.build.properties too, and now all is OK (both 
building and running). 

I build the IDE from CVS tree. As I have said, org-netbeans-modules-registry.jar
is creating _without_ version info ("-1-1.5") in opposite to this file name in
compiler/build.xml file. May be something is wrong in my home system - I don't 
understand, why your system has this file _with_ this version trail.

BTW, clicking on visible columns dialog button shows exception shown below. 
Is it your module current state or error?

Thanks!
Andrew

=====================================================================================
Annotation: Missing resource from class: org.openide.util.NbBundle$PBundle
Annotation: Key which was not found: ChangeVisibleColumns
java.util.MissingResourceException: Can't find resource for bundle org.openide.util.NbBundle$PBundle, key ChangeVisibleColumns
	at java.util.ResourceBundle.getObject(ResourceBundle.java:314)
	at java.util.ResourceBundle.getString(ResourceBundle.java:274)
	at org.openide.util.NbBundle.getMessage(NbBundle.java:563)
	at org.netbeans.modules.tasklist.compiler.treetable.ChooseColumnsPanel$ChooseColumnsActionListener.actionPerformed(ChooseColumnsPanel.java:77)
	at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:1786)
	at javax.swing.AbstractButton$ForwardActionEvents.actionPerformed(AbstractButton.java:1839)
	at javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:420)
	at javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:258)
	at javax.swing.plaf.basic.BasicButtonListener.mouseReleased(BasicButtonListener.java:245)
	at java.awt.Component.processMouseEvent(Component.java:5100)
	at java.awt.Component.processEvent(Component.java:4897)
	at java.awt.Container.processEvent(Container.java:1569)
	at java.awt.Component.dispatchEventImpl(Component.java:3615)
	at java.awt.Container.dispatchEventImpl(Container.java:1627)
	at java.awt.Component.dispatchEvent(Component.java:3477)
	at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:3483)
	at java.awt.LightweightDispatcher.processMouseEvent(Container.java:3198)
	at java.awt.LightweightDispatcher.dispatchEvent(Container.java:3128)
	at java.awt.Container.dispatchEventImpl(Container.java:1613)
	at java.awt.Window.dispatchEventImpl(Window.java:1606)
	at java.awt.Component.dispatchEvent(Component.java:3477)
[catch] at java.awt.EventQueue.dispatchEvent(EventQueue.java:456)
	at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:201)
	at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:151)
	at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:145)
	at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:137)
	at java.awt.EventDispatchThread.run(EventDispatchThread.java:100)
=====================================================================================

======= On Tue October 14 2003 20:18, Tim Lebedkov wrote: =======
Hello Andrew,

have you copied the libraries
openide\registry\netbeans\modules\org-netbeans-modules-registry-1-1.5.jar
and core\registry\netbeans\modules\org-netbeans-core-registry.jar into
your NetBeans directory?

--Tim

andrew wrote:
>Tim, thanks! Your answer have helped me: I have found, the openide/registry
> module jar is building without version info (simply
> org-netbeans-modules-registry.jar). I have removed "-1-1.5" in
> compiler/build.xml file (line 34). Now all is OK.
>
>Well, building is OK only.
>
>Unfortunately, after starting the IDE, shown below exceptions take place,
> the IDE hangs with ~0% CPU (I must kill the process). I have tried with
> fresh user dir too. I use ...

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]