According to http://statistics.netbeans.org/analytics/detail.do?id=114792 you are not alone ;). And this is definitely an ivybeans bugs.
I can avoid the NPE but can you fill a bug here : http://code.google.com/p/ivybeans/issues/list and if you can provide in attachments the project with the file that caus ethe trouble.
Thanks,
Laurent.On Thu, Feb 5, 2009 at 4:12 PM, kuroiseki <kuro...@gmail.com> wrote:
I solved my installation problem with Ivybeans by accident - I
uninstalled an older version of Netbeans and it trashed my 6.5
install, so I had to re-install everything. Grrr...
So, now I have a problem with Ivybeans 1.1 that I also had with 1.0,
which is captured by the Netbeans error reporting here:
http://statistics.netbeans.org/analytics/detail.do?id=114792
Whenever I edit *any* XML file (e.g. build.xml for ant) I get a null
pointer exception at:
at
com.googlecode.ivybeans.module.completion.IvyCompletionProvider.getProjectName
(IvyCompletionProvider.java:59) at
com.googlecode.ivybeans.module.completion.IvyCompletionProvider.createTask
(IvyCompletionProvider.java:28)
Have any of you seen this? Any thoughts?