On Feb 6, 2009, at 5:54 PM, Marco Hunsicker wrote:

Howdy,

this is nitpicking, but I still wanted to ask...

Regarding the naming scheme I was wondering why the archive_jar task does not use camelcase notation. All other default tasks seem to use consists naming. Is there a specific reason for the difference or is this just an oversight? Thanks.


 Task :syntax:archive_jar [:archive_jar, :syntax:test]
 Task :syntax:clean [:clean]
 Task :syntax:compile [:compile, :syntax:resources]
 Task :syntax:dists [:dists, :syntax:libs]
 ...
 Task :syntax:init [:init]
 Task :syntax:javadoc [:javadoc]
 Task :syntax:libs [:libs, :syntax:archive_jar, :syntax:test]
 Task :syntax:resources [:resources, :syntax:init]
 Task :syntax:test [:test, :syntax:testCompile]
 Task :syntax:testCompile [:testCompile, :syntax:testResources]
 Task :syntax:testResources [:testResources, :syntax:compile]
Task :syntax:upload [:upload, :syntax:uploadDists, :syntax:uploadLibs]
 Task :syntax:uploadDists [:uploadDists, :syntax:dists]
 Task :syntax:uploadInternalLibs [:uploadInternalLibs, :syntax:libs]
 Task :syntax:uploadLibs [:uploadLibs, :syntax:libs]


Thanks for pointing this out. There is no deeper reason for the current naming scheme of archive tasks. In fact we are revisiting the way we name archive tasks for 0.6.

- Hans

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





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

   http://xircles.codehaus.org/manage_email


Reply via email to