You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@netbeans.apache.org by GitBox <gi...@apache.org> on 2018/09/27 18:59:58 UTC

[GitHub] matthiasblaesing commented on issue #898: Upgrade to Groovy 2.5.2

matthiasblaesing commented on issue #898: Upgrade to Groovy 2.5.2
URL: https://github.com/apache/incubator-netbeans/pull/898#issuecomment-425206090
 
 
   @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.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@netbeans.apache.org
For additional commands, e-mail: notifications-help@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists