Netbeans Plugin-Development and dependent Plugins

"38leinaD" <[email protected]> Mon, 10 Oct 2016 20:16:21 +0000
Newsgroups gmane.comp.java.netbeans.devel
Message-ID <[email protected]>
Hi,
I have tried it again. Can you maybe eleborate why it is working for your gradle-plugin but not for the gradle-javaee-plugin that is based on your plugin?
When running gradle-javaee i get an error saying "the module named org.netbeans.gradle.project was needed and not found".

the gradle-javaee-plugin is maven-based and has your plugin in the dependencies:
<dependency>
            <groupId>com.github.kelemen</groupId>
            <artifactId>netbeans-gradle-plugin</artifactId>
            <version>1.3.0</version>
        </dependency>

So, that should be fine.

But i am not sure i understand how it works for the groovy-plugin dependency on your gradle java plugin. Why do i hear not have the same problem with the rgoovy base plugin? 
how does your plugin pulls in the dependcy to the groovy-plugin exactly when "running it via the play button"...

The only reference i see is in the 
nbm { friendPackages {
    requires('cnb.org.netbeans.modules.groovy.kit');

I cannot find a dependency in the "dependencies" section.

Would be great if yoy can point me in the right direction...

Cheers,
Daniel