Why my groovy code completion is disabled in ofbiz project?
The IDE I used is eclipse 3.5. |
how?
|
In reply to this post by zhiyongcui
Using its plug-in may solve your problem.
Ravindra On Tue, Mar 9, 2010 at 8:21 AM, zhiyongcui <[hidden email]> wrote: > > Why my groovy code completion is disabled in ofbiz project? > The IDE I used is eclipse 3.5. > -- > View this message in context: > http://n4.nabble.com/groovy-code-completion-tp1585483p1585483.html > Sent from the OFBiz - User mailing list archive at Nabble.com. > |
Does the plugin work with other groovy projects?
What operating system are you using? The groovy plugin doesn't work for example with the ubuntu supplied eclipse. Ravindra Mandre wrote: > Using its plug-in may solve your problem. > > Ravindra > > > On Tue, Mar 9, 2010 at 8:21 AM, zhiyongcui <[hidden email]> wrote: > > >> Why my groovy code completion is disabled in ofbiz project? >> The IDE I used is eclipse 3.5. >> -- >> View this message in context: >> http://n4.nabble.com/groovy-code-completion-tp1585483p1585483.html >> Sent from the OFBiz - User mailing list archive at Nabble.com. >> >> > > |
It works fine with other groovy projects.
I am using windows xp os. |
In reply to this post by Chris Snow-3
Yes, these works on other groovy projects too. I am working on Ubuntu.
Ravindra On Tue, Mar 9, 2010 at 8:05 PM, Christopher Snow < [hidden email]> wrote: > Does the plugin work with other groovy projects? > > What operating system are you using? The groovy plugin doesn't work for > example with the ubuntu supplied eclipse. > > > Ravindra Mandre wrote: > >> Using its plug-in may solve your problem. >> >> Ravindra >> >> >> On Tue, Mar 9, 2010 at 8:21 AM, zhiyongcui <[hidden email]> wrote: >> >> >> >>> Why my groovy code completion is disabled in ofbiz project? >>> The IDE I used is eclipse 3.5. >>> -- >>> View this message in context: >>> http://n4.nabble.com/groovy-code-completion-tp1585483p1585483.html >>> Sent from the OFBiz - User mailing list archive at Nabble.com. >>> >>> >>> >> >> >> > > |
In reply to this post by Chris Snow-3
Le 09/03/2010 15:35, Christopher Snow a écrit :
> Does the plugin work with other groovy projects? > > What operating system are you using? The groovy plugin doesn't work for > example with the ubuntu supplied eclipse. > > Ravindra Mandre wrote: >> Using its plug-in may solve your problem. >> >> Ravindra >> >> >> On Tue, Mar 9, 2010 at 8:21 AM, zhiyongcui <[hidden email]> wrote: >> >>> Why my groovy code completion is disabled in ofbiz project? >>> The IDE I used is eclipse 3.5. >>> -- >>> View this message in context: >>> http://n4.nabble.com/groovy-code-completion-tp1585483p1585483.html >>> Sent from the OFBiz - User mailing list archive at Nabble.com. >>> >> > > http://fisheye6.atlassian.com/browse/ofbiz/trunk/.project#r911202 -- Erwan de FERRIERES www.nereide.biz |
Administrator
|
In reply to this post by Ravindra Mandre-2
What kind of completion do you get? How deep it is? Could youy give us some examples? Did you set something special?
I use Groovy-Eclipse plugin Version: 2.0.0.xx-20100115-0900-e35-RELEASE in Eclipse 3.5.1 on XP Thanks Jacques From: "Ravindra Mandre" <[hidden email]> > Yes, these works on other groovy projects too. I am working on Ubuntu. > > Ravindra > > On Tue, Mar 9, 2010 at 8:05 PM, Christopher Snow < > [hidden email]> wrote: > >> Does the plugin work with other groovy projects? >> >> What operating system are you using? The groovy plugin doesn't work for >> example with the ubuntu supplied eclipse. >> >> >> Ravindra Mandre wrote: >> >>> Using its plug-in may solve your problem. >>> >>> Ravindra >>> >>> >>> On Tue, Mar 9, 2010 at 8:21 AM, zhiyongcui <[hidden email]> wrote: >>> >>> >>> >>>> Why my groovy code completion is disabled in ofbiz project? >>>> The IDE I used is eclipse 3.5. >>>> -- >>>> View this message in context: >>>> http://n4.nabble.com/groovy-code-completion-tp1585483p1585483.html >>>> Sent from the OFBiz - User mailing list archive at Nabble.com. >>>> >>>> >>>> >>> >>> >>> >> >> > |
Administrator
|
In reply to this post by Erwan de FERRIERES
Hi Erwan,
I did not do it but looks like it's done automatically at the plugin installation. That's why I removed it from the .project file. Though I have not the lines <buildCommand> <name>org.codehaus.groovy.eclipse.groovyBuilder</name> <arguments> </arguments> </buildCommand> and I guess it's better in OFBiz since we don't need to build anything (so far) and I suspect this was uselessly using a lot of resources HTH Jacques From: "Erwan de FERRIERES" <[hidden email]> > Le 09/03/2010 15:35, Christopher Snow a écrit : >> Does the plugin work with other groovy projects? >> >> What operating system are you using? The groovy plugin doesn't work for >> example with the ubuntu supplied eclipse. >> >> Ravindra Mandre wrote: >>> Using its plug-in may solve your problem. >>> >>> Ravindra >>> >>> >>> On Tue, Mar 9, 2010 at 8:21 AM, zhiyongcui <[hidden email]> wrote: >>> >>>> Why my groovy code completion is disabled in ofbiz project? >>>> The IDE I used is eclipse 3.5. >>>> -- >>>> View this message in context: >>>> http://n4.nabble.com/groovy-code-completion-tp1585483p1585483.html >>>> Sent from the OFBiz - User mailing list archive at Nabble.com. >>>> >>> >> >> > you may add the groovy nature to the project. > > http://fisheye6.atlassian.com/browse/ofbiz/trunk/.project#r911202 > -- > Erwan de FERRIERES > www.nereide.biz > |
Administrator
|
In reply to this post by zhiyongcui
David added building and completion at r742053
Due to slowness (in 3.4) I reverted both at r911202 I have added back completion at r922190 Jacques From: "zhiyongcui" <[hidden email]> > Why my groovy code completion is disabled in ofbiz project? > The IDE I used is eclipse 3.5. > -- > View this message in context: http://n4.nabble.com/groovy-code-completion-tp1585483p1585483.html > Sent from the OFBiz - User mailing list archive at Nabble.com. > |
Administrator
|
In reply to this post by Jacques Le Roux
Hi Erwan,
I have added back the groovy nature at r922190 Cheers Jacques From: "Jacques Le Roux" <[hidden email]> > Hi Erwan, > > I did not do it but looks like it's done automatically at the plugin installation. That's why I removed it from the .project file. > > Though I have not the lines > <buildCommand> > <name>org.codehaus.groovy.eclipse.groovyBuilder</name> > <arguments> > </arguments> > </buildCommand> > and I guess it's better in OFBiz since we don't need to build anything (so far) and I suspect this was uselessly using a lot of > resources > > HTH > > Jacques > > From: "Erwan de FERRIERES" <[hidden email]> >> Le 09/03/2010 15:35, Christopher Snow a écrit : >>> Does the plugin work with other groovy projects? >>> >>> What operating system are you using? The groovy plugin doesn't work for >>> example with the ubuntu supplied eclipse. >>> >>> Ravindra Mandre wrote: >>>> Using its plug-in may solve your problem. >>>> >>>> Ravindra >>>> >>>> >>>> On Tue, Mar 9, 2010 at 8:21 AM, zhiyongcui <[hidden email]> wrote: >>>> >>>>> Why my groovy code completion is disabled in ofbiz project? >>>>> The IDE I used is eclipse 3.5. >>>>> -- >>>>> View this message in context: >>>>> http://n4.nabble.com/groovy-code-completion-tp1585483p1585483.html >>>>> Sent from the OFBiz - User mailing list archive at Nabble.com. >>>>> >>>> >>> >>> >> you may add the groovy nature to the project. >> >> http://fisheye6.atlassian.com/browse/ofbiz/trunk/.project#r911202 >> -- >> Erwan de FERRIERES >> www.nereide.biz >> > > |
Free forum by Nabble | Edit this page |