On Friday 19 March 2010 17:20:55 Stefan Bodewig wrote: > On 2010-03-19, Jon Schneider <jkschnei...@gmail.com> wrote: > > Just a reminder on this vote... > > Thanks. > > Unfortunately I've found a few issues: > > - your PGP key doesn't seem to be in > http://svn.apache.org/repos/asf/ant/antlibs/common/trunk/KEYS - you > should add it and update the "common" subdir of Ant's dist directory > once it is in. > > - you shouldn't use .tgz but rather tar.gz as extension. At least > people.apache.org doesn't seem to set the correct MIME type or > something, at least the things I've downloaded using Firefox on > Windows were unusable. wget on Linux worked fine.
As far as I can tell, the content type seems to be correct: nicol...@velour /home/nicolasl/tools $ curl -I http://people.apache.org/~jschneider/ivyde-2.1.0/apache-ivyde-2.1.0.final-201003110740-RELEASE.zip HTTP/1.0 200 OK Date: Mon, 29 Mar 2010 11:54:58 GMT Server: Apache/2.2.14 (Unix) DAV/2 mod_ssl/2.2.14 OpenSSL/0.9.8k Last-Modified: Thu, 11 Mar 2010 19:55:28 GMT ETag: "43b14a-7830b5-4818bcbe40c00" Accept-Ranges: bytes Content-Length: 7876789 Content-Type: application/zip X-Cache: MISS from proxy.anyware X-Cache-Lookup: MISS from proxy.anyware:3128 Via: 1.0 proxy.anyware:3128 (squid/2.6.STABLE18) Connection: close nicol...@velour /home/nicolasl/tools $ curl -I http://people.apache.org/~jschneider/ivyde-2.1.0/apache-ivyde-2.1.0.final-201003110740-RELEASE.tgz HTTP/1.0 200 OK Date: Mon, 29 Mar 2010 11:55:04 GMT Server: Apache/2.2.14 (Unix) DAV/2 mod_ssl/2.2.14 OpenSSL/0.9.8k Last-Modified: Thu, 11 Mar 2010 19:54:14 GMT ETag: "43b13e-77102a-4818bc77ae580" Accept-Ranges: bytes Content-Length: 7802922 Content-Type: application/x-gzip X-Cache: MISS from proxy.anyware X-Cache-Lookup: MISS from proxy.anyware:3128 Via: 1.0 proxy.anyware:3128 (squid/2.6.STABLE18) Connection: close And there is the same mime-typê for tar.gz: nicol...@velour ~ $ curl -I http://people.apache.org/~hibou/apache-ivyde-2.1.0.final-201003110740-RELEASE.tar.gz HTTP/1.0 200 OK Date: Mon, 29 Mar 2010 12:05:50 GMT Server: Apache/2.2.14 (Unix) DAV/2 mod_ssl/2.2.14 OpenSSL/0.9.8k Last-Modified: Mon, 29 Mar 2010 12:04:48 GMT ETag: "78c789-77102a-482ef51cc9800" Accept-Ranges: bytes Content-Length: 7802922 Content-Type: application/x-gzip X-Cache: MISS from proxy.anyware X-Cache-Lookup: MISS from proxy.anyware:3128 Via: 1.0 proxy.anyware:3128 (squid/2.6.STABLE18) Connection: close Could you try to download http://people.apache.org/~hibou/apache-ivyde-2.1.0.final-201003110740-RELEASE.tar.gz to see if you still have issues ? I just changed the extension of the file. > > - hmm, the ZIPs don't look much better on FF + winXP either. Might by > FF or my proxy. > Anyway, don't use .tgz ;-) One of my coworker running windows XP and firefox could get the zip and tgz files with no worry at all. She used the buildin windows unzipper and 7zip for the tgz. Nicolas > > - Copyright in NOTICE should be 2010 > > I'm not sure how critical the copyright year issue really is, the other > points can either be addressed independently (KEYS) or with the next > release. > > Stefan > > --------------------------------------------------------------------- > To unsubscribe, e-mail: dev-unsubscr...@ant.apache.org > For additional commands, e-mail: dev-h...@ant.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@ant.apache.org For additional commands, e-mail: dev-h...@ant.apache.org