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.
Activity
Andrew Eisenberg
made changes -
| Field | Original Value | New Value |
|---|---|---|
| Assignee | Nieraj Singh [ nisingh ] |
Andrew Eisenberg
made changes -
| Assignee | Andrew Eisenberg [ werdna ] |
Andrew Eisenberg
made changes -
| Component/s | Editor [ 13142 ] |
Andrew Eisenberg
made changes -
| Status | Open [ 1 ] | Resolved [ 5 ] |
| Fix Version/s | 2.6.0.Release [ 17849 ] | |
| Resolution | Fixed [ 1 ] |
Now available.