Details
-
Type:
Improvement
-
Status:
Resolved
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 2.0.0alpha
-
Fix Version/s: 2.0.0RC1
-
Component/s: Compiler Integration
-
Labels:None
-
Number of attachments :
Description
Sometimes it is desirable to force the Groovy compiler to compile all of the Groovy source files (like after checking out the latest branch or performing a project clean.) Adding a menu option "Compile All Groovy Source" to the project context Groovy menu would be great.
Project clean should rebuild all groovy files and java files too. Is project clean not sufficient for you? Do you find the performance hit too much if you are building all the groovy and all the java together?