is there someway to make a common task (like war) alias to another
task (like grails-war)?
Not exactly an alias, but a trick also used in Ant scripts, just define a
task with a dependency but without a body:
task alias(dependsOn: main)
See:
<http://www.gradle.org/current/docs/userguide/tutorial_using_tasks.html#sec:task_dependencies>.
Regards, Johan
---------------------------------------------------------------------
To unsubscribe from this list, please visit:
http://xircles.codehaus.org/manage_email