Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Minor
-
Resolution: Duplicate
-
Affects Version/s: 0.9.3
-
Fix Version/s: 0.9.4
-
Component/s: cli
-
Environment:Eclipse 3.6, Groovy-Eclipse Feature 2.5.1.xx-20110627-1300-e36, Groovy Compiler 1.8 Feature 2.5.1.xx-20110627-1300-e36
-
Testcase included:yes
-
Number of attachments :
Description
I was having trouble getting Eclipse to pick up the DSLD file for Griffon from the JARs on the classpath (griffon-cli-0.9.3.jar) - still not sure if that's a Griffon issue or a Groovy-Eclipse issue - and in the process of doing so I copied to my workspace and added it the classpath, at which point I noticed that had a compile error... Just a missing colon (':') on line 152, in the methodDef for 'gridLayout'. Is it possible that Eclipse silently skipped over the DSLD because of that?
Why is this marked as a clone of
GRIFFON-405?