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

Installing in NB for Ruby does install all the java development plugins #12

Closed Knack closed 14 years ago

Knack commented 14 years ago

Hi. I've just installed the plugin in my "ruby only" Netbeans (6.7.1). After the installation, the following message is shown:

The NetBeans IDE Installer has successfully installed the following plugins:

Ant 
Java Source to Ant Bindings 
Javac Implementation Wrapper 
Java Lexer 
Java Project Support 
Javac API Wrapper 
Preprocessor Bridge 
Java Source 
Internationalization 
Java Platform 
Ant-Based Project Support 
Cucumber Features 
Java Support APIs 

I have no idea about NB plugin development, but I suppose all those dependencies are not really needed.

Hope I'll help.

Knack commented 14 years ago

UPDATE: After restarting the IDE, it remains as a "ruby-only" IDE, eg. the Java plugins seems not to be installed, and only one new plugin is installed: Cucumber Features. Maybe the final message was wrong

QuBiT commented 14 years ago

Nice to know, but this is just a NetBeans Issue and not a "my-module" issue ^^.

As this module uses java code inside for some features, it maybe that the ruby-only version has not included some special libraries for modules which use java and many more small features.

So, fine to know, but what should I do, when NetBeans does something like this ^^.

As long as it works ^^.