Oh I see: The checksum task in ant now supports also the filename inside md5 file: http://ant.apache.org/manual/CoreTasks/checksum.html
use property "format" ----- Uwe Schindler H.-H.-Meier-Allee 63, D-28213 Bremen http://www.thetaphi.de eMail: [email protected] > -----Original Message----- > From: Uwe Schindler [mailto:[email protected]] > Sent: Friday, November 13, 2009 12:36 PM > To: [email protected] > Subject: RE: Build failed in Hudson: Lucene-trunk #1007 > > > On Fri, Nov 13, 2009 at 5:35 AM, Uwe Schindler <[email protected]> wrote: > > > I cannot reproduce it here, too (Sol, Win32). By the way, you modified > > the > > > test in trunk to be more verbose, but the failing one was in test-tag > > (but > > > the tests are identical). > > > > I'll add verbosity on BW branch, but not cut a new tag. > > > > > I got the release artefact build process running, files look good > here. > > On > > > my solaris box with ant 1.7.0 also all md5 hashes are created. What > > exactly > > > was your and Mark's problem? > > > > Weird -- for me "ant dist" failed to created the md5s for the top > > level artifacts (but did for all the maven artifacts). I'm on ant > > 1.71 > > For the maven artifacts they are created by the maven task (and a sha1, > too). For the top-level artifacts there is an extra build target, but this > task looks strange. The difference is, that this task appends the filename > to the hash in the file. The maven artifacts only have the hash in the > sha1 > and md5 file. Maybe we should change that task to simply call the checksum > task in ant and *not* modify the resulting file. Why do we need that file > name inside the md5 file? > > Also this task takes very long time (about 10 minutes for the 25 MB ZIP > file). I think we should raise the buffer size. > > Uwe > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
