tusharjoshi / netbeans-php-drupal

Netbeans Drupal Development Tool
Apache License 2.0
107 stars 14 forks source link

unable to install on NB7.2 #26

Closed jdh13 closed 11 years ago

jdh13 commented 11 years ago

after downloading NBDrupalDevelTool.nbm and restarting IDE, i got the following errors:

Warning - could not install some modules: Editor Hints - The module Editor Library 2 was requested in implementation version "31" but only "32" was found. Editor Macros - The module Editor Library was requested in implementation version "19" but only "20" was found. Editor Code Templates - The module named org.netbeans.spi.editor.hints/0-1 was needed and not found. Common Scripting Language API (new) - The module named org.netbeans.spi.editor.hints/0-1 was needed and not found. JavaScript Hints - The module named org.netbeans.spi.editor.hints/0-1 was needed and not found. Editor Formatting Prior 6.5 Separation - The module Editor Library 2 was requested in implementation version "31" but only "32" was found. Editor Formatting Prior 6.5 Separation - The module Editor Library was requested in implementation version "19" but only "20" was found. Tags Based Editors Library - The module named org.netbeans.modules.editor.deprecated.pre65formatting/0-1 was needed and not found. XML Text Editor - The module named org.netbeans.modules.editor.deprecated.pre65formatting/0-1 was needed and not found. IDE Platform - The module named org.netbeans.modules.editor.macros/0-1 was needed and not found. 40 further modules could not be installed due to the above problems.

nakohdo commented 11 years ago

The plug-in does work here with NB 7.2 on Win 2000 SP4 but I got a similar error message and was unable to install the plug-in on Windows 7 64 bit. So the problem might be related to the operating system.

HollyIT commented 11 years ago

Sounds like a messed up install of NetBeans. You might want to try uninstalling and clearing out all the cache directories (C:\users{username}\AppData\Local\NetBeans). That and make sure your Java is up to date.

Incidentally, this plugin was developed on Win7 64bit and I run it on there everyday.

nakohdo commented 11 years ago

Thanks for the hint. Will try and report back!

nakohdo commented 11 years ago

Still no luck.

I updated Java, re-installed NetBeans 7.2.1, deleted the cache and tried to install the plug-in (every available version) but it doesn't show up in the plugins list.

Product Version: NetBeans IDE 7.2.1 (Build 201210100934) Java: 1.7.0_09; Java HotSpot(TM) 64-Bit Server VM 23.5-b02 System: Windows 7 version 6.1 running on amd64; Cp1252; de_DE (nb)

HollyIT commented 11 years ago

You need to download the NBM file and install it via the Download tab on the plugins window. Here's the current, stable one:

https://github.com/HollyIT/NBDrupalDevel/downloads

Save that, go to tools->plugins. From that window click the Download tab and then click Add Plugins. Select the NBM file and it should install from there. I just installed it on a clean Win7 64 machine with no problems at all.

nakohdo commented 11 years ago

Thanks for your patience! My bad, I downloaded the wrong file ... Installs ok and works as promissed. Thanks for such a great tool!

HollyIT commented 11 years ago

Glad you got it working!