@junichi11 is right - I meant inlining the referenced files. You can verify yourself. Run:
ant -Dcluster.config=groovy verify-libs-and-licenses and check the resulting file: `nbbuild/build/verifylibsandlicenses.xml`. This of course only catches formating problems. I now can compile the module, but at runtime I get failures: - create a Java Project - call "New" -> "Other" -> "Groovy" -> "Groovy Script" - right click in the file and choose "Run file" You get: ``` Created dir: /tmp/XY/build Updating property file: /tmp/XY/build/built-jar.properties Created dir: /tmp/XY/build/classes /tmp/XY/nbproject/build-impl.xml:1132: The following error occurred while executing this line: /tmp/XY/nbproject/groovy-build.xml:23: taskdef class org.codehaus.groovy.ant.Groovyc cannot be found using the classloader AntClassLoader[/home/matthias/src/incubator-netbeans/nbbuild/netbeans/groovy/modules/ext/groovy.jar] BUILD FAILED (total time: 0 seconds) ``` The same happens when I try to build the project. [ Full content available at: https://github.com/apache/incubator-netbeans/pull/898 ] This message was relayed via gitbox.apache.org for [email protected]
