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.
Activity
Guillaume Laforge
made changes -
| Field | Original Value | New Value |
|---|---|---|
| Key | GROOVY-3724 |
|
| Project | groovy [ 10242 ] | GRECLIPSE [ 11710 ] |
| Affects Version/s | 1.7-beta-1 [ 14014 ] | |
| Component/s | eclipse-plugin [ 10635 ] |
Andrew Eisenberg
made changes -
| 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. |
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. |
| Original Estimate | 0 minutes [ 0 ] | |
| Assignee | James E. Ervin [ jervin ] | |
| Remaining Estimate | 0 minutes [ 0 ] |
Andrew Eisenberg
made changes -
| Fix Version/s | 2.0.0RC1 [ 15956 ] | |
| Assignee | James E. Ervin [ jervin ] | Andrew Eisenberg [ werdna ] |
| Affects Version/s | 2.0.0alpha [ 15561 ] |
Andrew Eisenberg
made changes -
| Status | Open [ 1 ] | Resolved [ 5 ] |
| Resolution | Fixed [ 1 ] |
Andrew Eisenberg
made changes -
| Component/s | Compiler Integration [ 14686 ] |
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?