This may be something wrong with the Gant build specification, in which case it would be good to get some pointers as to what the problem is. My current hypothesis though is that Gradle trunk has a problem. The issue relates to the building of tarballs and zip files for the distributions -- the Gant 1.9.2 distribution has failed to push out all the needed tarballs and zipfiles.
I have a task:
task binTgz ( type : Tar , dependsOn : 'jar' , description : 'Build the
distribution tarball.' ) {
baseName = artifact
classifier = mavenNameExtension + '-' + groovyVersion
compression = Compression.GZIP
into ( gantPrefix ) { from binCopySpec }
}
the output from Gradle using the -i option is:
:gant_groovy1.7:binTgz
Skipping task ':gant_groovy1.7:binTgz' as it is up-to-date.
:gant_groovy1.7:binTgz UP-TO-DATE
|> find . -name '*.tgz'
|>
so Gradle is determining that a file is up to date when it doesn't
actually exist. The jar gets created as it should, but the tar process
is simply not happening.
I am getting quite paranoid about this: is it the Gant build or Gradle
that has the problem?
--
Russel.
=============================================================================
Dr Russel Winder Partner
xmpp: [email protected]
Concertant LLP t: +44 20 7585 2200, +44 20 7193 9203
41 Buckmaster Road, f: +44 8700 516 084 voip: sip:[email protected]
London SW11 1EN, UK m: +44 7770 465 077 skype: russel_winder
signature.asc
Description: This is a digitally signed message part
