this would be nice. because i ran into problems if my project name contains a dash. e.g. "my-project"
in this case i cant execute

my-project_zip.doFirst {
}


So i'm sure i use the wrong syntax and it exists a simple solution todo this above. but if we use

archive_zip.doFirst {
}

i dont have this problem and second we have no changes todo in the build script if a project name will be renamed.

marko




On Jul 6, 2008, at 8:33 AM, Hans Dockter wrote:

Hi all,

right now the default name for archive tasks contains the project name. This doesn't really has any benefits and makes the build script more brittle against name changes.

For our next release we want to implement a different schema and just use the constant 'archive' as the basename (e.g. archive_war, archive-src_zip, ...)

Any comments are welcome.

See also: http://jira.codehaus.org/browse/GRADLE-142

- Hans

--
Hans Dockter
Gradle Project lead
http://www.gradle.org





---------------------------------------------------------------------
To unsubscribe from this list, please visit:

  http://xircles.codehaus.org/manage_email





---------------------------------------------------------------------
To unsubscribe from this list, please visit:

   http://xircles.codehaus.org/manage_email


Reply via email to