Details
-
New Feature
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
-
Eclipse IDE
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)