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] -- Cheers, Marco --------------------------------------------------------------------- To unsubscribe from this list, please visit: http://xircles.codehaus.org/manage_email
