Netbeans 6.9 compatibility

8 views
Skip to first unread message

swpalmer

unread,
Mar 11, 2010, 10:11:21 AM3/11/10
to dev-ivybeans
Hello IvyBeans developers,

I'm on the NetCat team for Netbeans 6.9 and would like to use IvyBeans
for some projects that I will be working on while testing NB. It
seems that IvyBeans is not compatible with NB 6.9 because sort sort of
editor module version is too high. The error message claims IvyBeans
needs >= 1 but still some flavour of 1, where as the editor in NB 6.9
is at 2.xxx.

Is there any chance of getting a build that will work with NB 6.9 in
the near future, or is it likely to be more work than is practical?

Thanks,

Scott

Laurent Forêt

unread,
Mar 11, 2010, 12:04:39 PM3/11/10
to dev-ivybeans

It seems to be related to http://netbeans.org/bugzilla/show_bug.cgi?id=181784 .

Can you please fill an issue here : http://code.google.com/p/ivybeans/issues and I will try tyo have à look.

Laurent


--
You received this message because you are subscribed to the Google Groups "dev-ivybeans" group.
To post to this group, send email to dev-iv...@googlegroups.com.
To unsubscribe from this group, send email to dev-ivybeans...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/dev-ivybeans?hl=en.


swpalmer

unread,
Mar 11, 2010, 11:25:51 PM3/11/10
to dev-ivybeans
Issue 65 filed. Thanks.

On Mar 11, 12:04 pm, Laurent Forêt <laurent.fo...@gmail.com> wrote:
> It seems to be related tohttp://netbeans.org/bugzilla/show_bug.cgi?id=181784.
>

> Can you please fill an issue here :http://code.google.com/p/ivybeans/issuesandI will try tyo have à

swpalmer

unread,
Apr 9, 2010, 2:00:03 PM4/9/10
to dev-ivybeans
FYI:

The build made for NetBeans 6.9 is failing with a NPE on todays dev
build of NB (201004090201)

java.lang.NullPointerException
at com.googlecode.ivybeans.module.nodes.IvyNodeFactory
$IvyLibraryNodeList.<init>(IvyNodeFactory.java:52)
at
com.googlecode.ivybeans.module.nodes.IvyNodeFactory.createNodes(IvyNodeFactory.java:
37)
at org.netbeans.spi.project.ui.support.NodeFactorySupport
$DelegateChildren.resultChanged(NodeFactorySupport.java:312)
at org.openide.util.lookup.ProxyLookup$1Notify.run(ProxyLookup.java:
173)
at org.openide.util.lookup.ProxyLookup.setLookups(ProxyLookup.java:
179)
at org.openide.util.lookup.ProxyLookup.setLookups(ProxyLookup.java:
119)
at org.netbeans.modules.settings.RecognizeInstanceObjects
$OverObjects.ch(RecognizeInstanceObjects.java:140)
at org.netbeans.modules.settings.RecognizeInstanceObjects
$OverObjects.fileDataCreated(RecognizeInstanceObjects.java:124)
Caused: java.lang.reflect.InvocationTargetException
at sun.reflect.GeneratedMethodAccessor12.invoke(Unknown Source)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:
25)
at java.lang.reflect.Method.invoke(Method.java:597)
at org.openide.util.WeakListenerImpl
$ProxyListener.invoke(WeakListenerImpl.java:451)
Caused: java.lang.reflect.UndeclaredThrowableException
at $Proxy1.fileDataCreated(Unknown Source)
at org.openide.filesystems.FCLSupport
$DispatchEventWrapper.dispatchEventImpl(FCLSupport.java:136)
at org.openide.filesystems.FCLSupport
$DispatchEventWrapper.dispatchEvent(FCLSupport.java:125)
at org.openide.filesystems.FCLSupport.dispatchEvent(FCLSupport.java:
102)
at org.openide.filesystems.FileObject$ED.dispatch(FileObject.java:
1111)
at
org.openide.filesystems.EventControl.invokeDispatchers(EventControl.java:
205)
at
org.openide.filesystems.EventControl.exitAtomicAction(EventControl.java:
179)
at
org.openide.filesystems.EventControl.runAtomicAction(EventControl.java:
124)
at org.openide.filesystems.FileSystem.runAtomicAction(FileSystem.java:
539)
at org.netbeans.core.startup.ModuleList$Listener.run(ModuleList.java:
1176)
at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:
1369)
[catch] at org.openide.util.RequestProcessor
$Processor.run(RequestProcessor.java:1907)

Laurent Forêt

unread,
Apr 13, 2010, 4:58:54 AM4/13/10
to dev-ivybeans
Hi,

thanks for this information , So I test with the  201004120251  dev release. And I have no problem.

If you can reproduce it later with another dev release, please feel free to fill an issue here : http://code.google.com/p/ivybeans/issues/list

regards.

Laurent Forêt
www.devcoop.fr
IvyBeans Creator
Membre du JUG Bordeaux


Scott Palmer

unread,
Apr 13, 2010, 9:30:15 AM4/13/10
to dev-iv...@googlegroups.com
I will keep an eye on it.. the dev builds come and go as far as stability is concerned.. next time I'll wait for it to fail in two consecutive builds just to avoid false reports.

Thanks,

Scott

2010/4/13 Laurent Forêt <lauren...@gmail.com>

Laurent Forêt

unread,
Apr 13, 2010, 11:41:08 AM4/13/10
to dev-ivybeans
Maybe I could not reproduce it , because I did the wrong test.

Laurent.

swpalmer

unread,
May 20, 2010, 3:02:30 PM5/20/10
to dev-ivybeans
I just tried installing the ivybeans plugin on the latest dev build of
NB 6.9 (201005192201)

And got the following (again). It has worked successfully for me as
well, since the last time I reported it,

INFO [org.netbeans.core.startup.NbEvents]: Turning on modules:
com.googlecode.ivybeans.libs [1.2 100316]
com.googlecode.ivybeans.module [1.1.169 100316]
SEVERE [org.openide.util.Exceptions]
java.lang.NullPointerException
at com.googlecode.ivybeans.module.nodes.IvyNodeFactory
$IvyLibraryNodeList.<init>(IvyNodeFactory.java:52)
at
com.googlecode.ivybeans.module.nodes.IvyNodeFactory.createNodes(IvyNodeFactory.java:
37)
at org.netbeans.spi.project.ui.support.NodeFactorySupport
$DelegateChildren.resultChanged(NodeFactorySupport.java:315)
at org.openide.util.lookup.ProxyLookup$1Notify.run(ProxyLookup.java:
176)
at org.openide.util.lookup.ProxyLookup.setLookups(ProxyLookup.java:
182)
at org.openide.util.lookup.ProxyLookup.setLookups(ProxyLookup.java:
122)
at org.netbeans.modules.settings.RecognizeInstanceObjects
$OverObjects.ch(RecognizeInstanceObjects.java:143)
at org.netbeans.modules.settings.RecognizeInstanceObjects
$OverObjects.fileDataCreated(RecognizeInstanceObjects.java:127)
Caused: java.lang.reflect.InvocationTargetException
at sun.reflect.GeneratedMethodAccessor24.invoke(Unknown Source)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:
25)
at java.lang.reflect.Method.invoke(Method.java:597)
at org.openide.util.WeakListenerImpl
$ProxyListener.invoke(WeakListenerImpl.java:459)
Caused: java.lang.reflect.UndeclaredThrowableException
at $Proxy1.fileDataCreated(Unknown Source)
at org.openide.filesystems.FCLSupport
$DispatchEventWrapper.dispatchEventImpl(FCLSupport.java:139)
at org.openide.filesystems.FCLSupport
$DispatchEventWrapper.dispatchEvent(FCLSupport.java:128)
at org.openide.filesystems.FCLSupport.dispatchEvent(FCLSupport.java:
105)
at org.openide.filesystems.FileObject$ED.dispatch(FileObject.java:
1114)
at
org.openide.filesystems.EventControl.invokeDispatchers(EventControl.java:
208)
at
org.openide.filesystems.EventControl.exitAtomicAction(EventControl.java:
182)
at
org.openide.filesystems.EventControl.runAtomicAction(EventControl.java:
127)
at org.openide.filesystems.FileSystem.runAtomicAction(FileSystem.java:
542)
[catch] at org.netbeans.core.startup.ModuleList
$Listener.run(ModuleList.java:1179)
at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:
1418)
at org.openide.util.RequestProcessor
$Processor.run(RequestProcessor.java:1957)


On Apr 13, 11:41 am, Laurent Forêt <laurent.fo...@gmail.com> wrote:
> Maybe I could not reproduce it , because I did the wrong test.
>
> Laurent.
>
>
>
> On Tue, Apr 13, 2010 at 3:30 PM, Scott Palmer <swpal...@gmail.com> wrote:
> > I will keep an eye on it.. the dev builds come and go as far as stability
> > is concerned.. next time I'll wait for it to fail in two consecutive builds
> > just to avoid false reports.
>
> > Thanks,
>
> > Scott
>
> > 2010/4/13 Laurent Forêt <laurent.fo...@gmail.com>
>
> >> Hi,
>
> >> thanks for this information , So I test with the  201004120251  dev
> >> release. And I have no problem.
>
> >> If you can reproduce it later with another dev release, please feel free
> >> to fill an issue here :http://code.google.com/p/ivybeans/issues/list
>
> >> regards.
>
> >> Laurent Forêt
> >>www.devcoop.fr
> >> IvyBeans Creator
> >> Membre du JUG Bordeaux
>
> >>> dev-ivybeans...@googlegroups.com<dev-ivybeans%2Bunsubscribe@google groups.com>
> >>> .
> >>> For more options, visit this group at
> >>>http://groups.google.com/group/dev-ivybeans?hl=en.
>
> >>  --
> >> You received this message because you are subscribed to the Google Groups
> >> "dev-ivybeans" group.
> >> To post to this group, send email to dev-iv...@googlegroups.com.
> >> To unsubscribe from this group, send email to
> >> dev-ivybeans...@googlegroups.com<dev-ivybeans%2Bunsubscribe@google groups.com>
> >> .
> >> For more options, visit this group at
> >>http://groups.google.com/group/dev-ivybeans?hl=en.
>
> >  --
> > You received this message because you are subscribed to the Google Groups
> > "dev-ivybeans" group.
> > To post to this group, send email to dev-iv...@googlegroups.com.
> > To unsubscribe from this group, send email to
> > dev-ivybeans...@googlegroups.com<dev-ivybeans%2Bunsubscribe@google groups.com>
> > .
Reply all
Reply to author
Forward
0 new messages