Details
-
Type:
New Feature
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 1.5.1
-
Component/s: None
-
Labels:None
-
Environment:Eclipse IDE
-
Number of attachments :
Description
Actually the groovy eclipse plugin adds a builder for the project builders list and compile any groovy file into the bin dest dir.
Would be super if we could configure the Groovy builder to COPY the scripts into the bin dest dir because in many cases we are not interested on the compiled version because we are using scripts to extend our app on the fly.
(copying is important to allow during the debug to just use the classloader to load the script file as a resource)
I would like to see some option to disable groovy code generation per project basis as well. As I remember the previous version didn't compile files unless you really confirmed it in some dialog. The newest version asked me once, and compiles every groovy file in every project. And it really slows down eclipse compilation when my project has two/three groovy scripts, and 500 java files...