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
--
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.
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 à
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)