QuBiT / cucumber-netbeans-plugin

Plugin / Module which allow Syntax Highlighting and many more in NetBeans with .feature Files
MIT License
50 stars 19 forks source link

Netbeans 7.2 support #32

Open jana4u opened 11 years ago

jana4u commented 11 years ago

NetBeans (I have C++ version) don't even start after adding qubit-cucumber-editor-1.8.2.nbm.

You see this:

Warning - could not install some modules:
Editor Hints - The module Editor Library 2 was requested in implementation version "31" but only "32" was found.
C/C++ Highlighting - The module named org.netbeans.spi.editor.hints/0-1 was needed and not found.
C/C++ Remote Development API - None of the modules providing the capability org.netbeans.modules.cnd.remote.spi.RemoteProviderToken could be installed.
C/C++ Refactoring - The module named org.netbeans.spi.editor.hints/0-1 was needed and not 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.
Editor Macros - The module Editor Library was requested in implementation version "19" but only "20" was 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.
C/C++ Tool Collection - 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.
IDE Platform - The module named org.netbeans.modules.editor.macros/0-1 was needed and not found.
43 further modules could not be installed due to the above problems.

You can't start it even using "Disable modules and continue".

There is article about upgrading Ruby on Rails modules to NetbBeans 7.2: https://blogs.oracle.com/geertjan/entry/ruby_in_netbeans_ide_7 (can be usefull)