No dependent module org.netbeans.api.templates

4

I am contributing with 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 at the dependencies if it comes out

I would appreciate if someone knew how to solve it.

    
asked by Ruslan López 06.12.2015 в 01:09
source

1 answer

1

When merge of the changes the dependencies were duplicated, it was enough to erase the ones that came out the .jar and not the name of the library.

    
answered by 16.12.2015 / 17:07
source