Details
-
Type:
Bug
-
Status:
Resolved
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 2.0.0m1
-
Fix Version/s: 2.0.1Release
-
Component/s: Compiler Integration, Content Assist
-
Labels:None
-
Environment:Eclipse 3.4.2 (masquerading as MyEclipse 7.5) on Windows XP under JDK 1.6.13 (or maybe .14)
-
Number of attachments :
Description
With the alpha version of the plug-in for Eclipse 3.4.2 installed, I'm unable to use Content Assist or evaluate snippets of code within Scrapbook pages. I'm guessing that Eclipse is confused about whether the source is Groovy or Java, but I don't really know for sure. See the attached Eclipse error log export file (ScrapbookPageProblems.log) for details.
The errors that you see here are coming out because the CompilerOptions object is not properly set with the groovy options. My guess is that the CompilerOptions object should be augmented somewhere around o.e.j.internal.Evaluator.getCompiler().
Assigning this to Andy, since this appears to be his area.