<< Back to previous view |
![]() |
[QB-455] Request Grails Builder Support
|
|
Status: | Open |
Project: | QuickBuild |
Component/s: | None |
Affects Version/s: | None |
Fix Version/s: | None |
Type: | New Feature | Priority: | Major |
Reporter: | Matthew Inger | Assigned To: | Robin Shen |
Resolution: | Unresolved | Votes: | 0 |
Remaining Estimate: | Unknown | Time Spent: | Unknown |
Original Estimate: | Unknown |
Description |
I'd like to request support via a plugin for a grails step builder. Typically grails projects would have to execute commands like this:
grails test war grails production war and so forth. It would be nice, much like the ant plugin to be able to have a grails installation, and setup an (scriptable) installation location, and then have a step you could execute and give the arguments you'd like to pass. In the meantime, i realize you can do this with a command line step, but it would be nice to have a specific step type for this. |