Using Groovy-Eclipse plugin

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

Using Groovy-Eclipse plugin

Kiran-2
Hello Friends,

I am new to OfBiz project. I have download the project
(ofbiz-trunk-2011-07-29-v1152132) and able to use it build new e-commerce
application. Got it working quickly. Good work!

I assume the project is being developed using Eclipse IDE.

Question: Have you looked into modifying the .classpath to include groovy
folders? I found few compilation errors in ecommerce project after doing
so.
E.g:
1. duplicate classes in the default package (ContentPrep.groovy from
ecommerce)
2. Missing ')' in RespondPermAndPrep.groovy on line 98.

I am able to step through groovy files with this plugin, but unable to
view variables. Suspect it has to do with the way groovy is invoked from
Java.

Regards,
Kiran Gawde

Senior Software Architect
Object Edge Inc
(925) 943 5558 x108

"Never give up on what you really want to do. The person with big dreams
is more powerful than one with all the facts" - Unknown
Reply | Threaded
Open this post in threaded view
|

Re: Using Groovy-Eclipse plugin

Kiran-2
This also applies to LayeredNavigation which is missing GenericValue
import.

Regards,
Kiran Gawde

Senior Software Architect
Object Edge Inc
(925) 943 5558 x108

"Never give up on what you really want to do. The person with big dreams
is more powerful than one with all the facts" - Unknown



From:   [hidden email]
To:     [hidden email]
Date:   08/08/2011 08:01 PM
Subject:        Using Groovy-Eclipse plugin



Hello Friends,

I am new to OfBiz project. I have download the project
(ofbiz-trunk-2011-07-29-v1152132) and able to use it build new e-commerce
application. Got it working quickly. Good work!

I assume the project is being developed using Eclipse IDE.

Question: Have you looked into modifying the .classpath to include groovy
folders? I found few compilation errors in ecommerce project after doing
so.
E.g:
1. duplicate classes in the default package (ContentPrep.groovy from
ecommerce)
2. Missing ')' in RespondPermAndPrep.groovy on line 98.

I am able to step through groovy files with this plugin, but unable to
view variables. Suspect it has to do with the way groovy is invoked from
Java.

Regards,
Kiran Gawde

Senior Software Architect
Object Edge Inc
(925) 943 5558 x108

"Never give up on what you really want to do. The person with big dreams
is more powerful than one with all the facts" - Unknown