I am contributing a NetBeans module that I found on GitHub, I updated the changes and when trying to run I get the following message:
Scanning for modules in C:\Program Files\NetBeans 8.0.2\nb
Scanning for modules in C:\Program Files\NetBeans 8.0.2\platform
Scanning for modules in C:\Program Files\NetBeans 8.0.2\apisupport
Scanning for modules in C:\Program Files\NetBeans 8.0.2\ide
Scanning for modules in C:\Program Files\NetBeans 8.0.2\java
Scanning for modules in C:\Program Files\NetBeans 8.0.2\profiler
Scanning for modules in C:\Program Files\NetBeans 8.0.2\harness
C:\Program Files\NetBeans 8.0.2\harness\build.xml:174: No dependent module org.netbeans.api.templates
BUILD FAILED (total time: 0 seconds)
The most curious thing is that when looking in the dependencies if it comes out
I would appreciate if someone knows how to fix it.
When merging the changes, the dependencies were duplicated, it was enough to delete the ones that came out of the
.jar
and not the name of the library.