Details
-
Type:
Sub-task
-
Status:
Resolved
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: None
-
Component/s: None
-
Labels:None
Description
any grails commandline like
grails run-test
should be available via an ant task like
<grails command="run-test" />
issues:
- respect GRAILS_HOME
- allow another argument (e.g. domain class)
- allow a different directory to work in (default: ${basedir})
- throw BuildException on any problem
benefits:
- easy integration in ant, e.g. for use in cruisecontrol
- IDE integration is for free
Issue Links
| This issue is depended upon by: | ||||
| MAVEN-63 | Add template Ant+Ivy build file using new Ant task |
|
|
|
Hi, this feature would also improve the IDE integration. On all Java projects so far I used ant extensively also from Eclipse and Netbeans.