Details
-
Type:
Sub-task
-
Status:
Resolved
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 2.1.0Release
-
Fix Version/s: 2.6.0.Release
-
Component/s: Editor
-
Labels:None
-
Number of attachments :
Description
Groovy classes in Groovy projects that do not have the Groovy jar attached get errors something like these:
Multiple markers at this line
- The type groovy.lang.MetaClass cannot be resolved. It is indirectly referenced from
required .class files
- The type groovy.lang.GroovyObject cannot be resolved. It is indirectly referenced
from required .class files
- The type groovy.lang.GroovyObject cannot be resolved. It is indirectly referenced
from required .class files
It would be nice to have a quick fix that detects this problem and automatically adds the Groovy Classpath Container to the project.