br...@thebergquistfamily.com
unread,Jun 8, 2009, 8:28:23 PM6/8/09Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to usr-ivybeans
I created a default web application project and when I select
Properties->Ivy, I get a NullPointerException
java.lang.NullPointerException
at com.googlecode.ivybeans.module.customizer.IvyLibraryUi
$ConfigurationTableModel.<init>(IvyLibraryUi.java:188)
at
com.googlecode.ivybeans.module.customizer.IvyLibraryUi.registerEditMediatorProject
(IvyLibraryUi.java:68)
at com.googlecode.ivybeans.module.customizer.CustomizerIvy.<init>
(CustomizerIvy.java:31)
at
com.googlecode.ivybeans.module.customizer.CompositeCategoryProviderImpl.createComponent
(CompositeCategoryProviderImpl.java:70)
at org.netbeans.spi.project.ui.support.ProjectCustomizer
$DelegateCategoryProvider.create(ProjectCustomizer.java:517)
at org.netbeans.modules.project.uiapi.CustomizerPane.setCategory
(CustomizerPane.java:255)
at org.netbeans.modules.project.uiapi.CustomizerPane.access$100
(CustomizerPane.java:69)
at org.netbeans.modules.project.uiapi.CustomizerPane
$CategoryChangeListener.propertyChange(CustomizerPane.java:335)
....
Also, I tried getting the code from SVN and building it myself. My
environment is NB 6.5.1. When I try to build it, I get:
build-init:
Scanning for modules in C:\package\NetBeans 6.5.1
Scanning for modules in suite C:\src\ivybeans\ivybeans
C:\package\NetBeans 6.5.1\harness\build.xml:98: Cannot compile against
a module: C:\package\NetBeans 6.5.1\ide10\modules\org-netbeans-modules-
editor.jar because of dependency: org.netbeans.modules.editor/3 > 1.42
This is the first time I've tried to build a NB module, so have no
clue where to go from here.
Anyways, I like what I see, I just want to see if I can use Ivybeans.
I am hopeful!