This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 269361 - ClassNotFoundException: org.codehaus.groovy.transform.ASTTransformation
Summary: ClassNotFoundException: org.codehaus.groovy.transform.ASTTransformation
Status: NEW
Alias: None
Product: groovy
Classification: Unclassified
Component: Editor (show other bugs)
Version: Dev
Hardware: All All
: P3 normal (vote)
Assignee: bruno.flavio
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-12-15 21:37 UTC by Jesse Glick
Modified: 2018-08-24 22:09 UTC (History)
5 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 222197


Attachments
stacktrace (6.85 KB, text/plain)
2016-12-15 21:37 UTC, Jesse Glick
Details
stacktrace (7.01 KB, text/plain)
2017-01-18 19:02 UTC, Jesse Glick
Details
stacktrace (3.02 KB, text/plain)
2017-11-21 14:50 UTC, Exceptions Reporter
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jesse Glick 2016-12-15 21:37:06 UTC
Build: NetBeans IDE Dev (Build 20161209-58a770da16c2)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.101-b13, Java(TM) SE Runtime Environment, 1.8.0_101-b13
OS: Linux

User Comments:
aplatypus: building spock example from:

https://github.com/spockframework/spock-example

sworisbreathing: I was building a Maven project. The only file open was the POM (e.g. no Groovy source files were open in the editor)

mleczey: Implementic test with Spock

toben: edited some groovy file

jglick: Updating Groovy sources.




Stacktrace: 
java.lang.ClassNotFoundException: org.codehaus.groovy.transform.ASTTransformation
   at java.net.URLClassLoader.findClass(URLClassLoader.java:381)
   at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
   at groovy.lang.GroovyClassLoader.loadClass(GroovyClassLoader.java:677)
   at groovy.lang.GroovyClassLoader.loadClass(GroovyClassLoader.java:787)
   at groovy.lang.GroovyClassLoader.loadClass(GroovyClassLoader.java:775)
   at java.lang.ClassLoader.defineClass1(ClassLoader.java:0)
Comment 1 Jesse Glick 2016-12-15 21:37:10 UTC
Created attachment 163256 [details]
stacktrace
Comment 2 Jesse Glick 2017-01-18 19:02:41 UTC
Created attachment 163426 [details]
stacktrace

Classpath scanning.
Comment 3 bruno.flavio 2017-01-19 09:04:19 UTC
(In reply to Jesse Glick from comment #2)
> Created attachment 163426 [details]
> stacktrace
> 
> Classpath scanning.

Jesse, can you help me set up a test environment for this?

Which groovy version are you using? Do you happen to have a sample project / procedure to test this?

Thanks,
-Bruno
Comment 4 Exceptions Reporter 2017-11-21 14:50:08 UTC
Created attachment 165477 [details]
stacktrace

Import A Groovy project from Eclipse workspace. Java 8 (152)
Comment 5 Jesse Glick 2018-08-24 22:09:42 UTC
Sorry, no idea how to reproduce.