glibj-generics-latest.zip corrupt?

2006-08-11 Thread Stuart Ballard

I finally got around to investigating why the Japi generics
comparisons aren't happening, and it appears to be because
glibj-generics-latest.zip is not a valid zipfile and hasn't been for
some time (it's been a long time since we had a successful -generics
comparison run). Anyone have any ideas why this should be or how to
fix it?

[EMAIL PROTECTED]:~/defunct/japigenerics$ wget
http://builder.classpath.org/dist/glibj-generics-latest.zip
--10:53:23--  http://builder.classpath.org/dist/glibj-generics-latest.zip
  = `glibj-generics-latest.zip'
Resolving builder.classpath.org... 208.99.205.123
Connecting to builder.classpath.org|208.99.205.123|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 786,432 (768K) [application/zip]

100%[] 786,432  356.16K/s

10:53:26 (355.16 KB/s) - `glibj-generics-latest.zip' saved [786432/786432]

[EMAIL PROTECTED]:~/defunct/japigenerics$ unzip glibj-generics-latest.zip
Archive:  glibj-generics-latest.zip
 End-of-central-directory signature not found.  Either this file is not
 a zipfile, or it constitutes one disk of a multi-part archive.  In the
 latter case the central directory and zipfile comment will be found on
 the last disk(s) of this archive.
unzip:  cannot find zipfile directory in one of glibj-generics-latest.zip or
   glibj-generics-latest.zip.zip, and cannot find
glibj-generics-latest.zip.ZIP, period.
[EMAIL PROTECTED]:~/defunct/japigenerics$

Thanks,
Stuart.

--
http://sab39.dev.netreach.com/



Re: glibj-generics-latest.zip corrupt?

2006-08-11 Thread Mark Wielaard
Hi Stuart,

On Fri, 2006-08-11 at 10:56 -0400, Stuart Ballard wrote:
 I finally got around to investigating why the Japi generics
 comparisons aren't happening, and it appears to be because
 glibj-generics-latest.zip is not a valid zipfile and hasn't been for
 some time (it's been a long time since we had a successful -generics
 comparison run). Anyone have any ideas why this should be or how to
 fix it?

Oops. We were cleaning up temporary build dirs to safe some space on
builder. We shouldn't clean before copying the glibj.zip, so people can
actually download it. Fixed.

Cheers,

Mark




Re: glibj-generics-latest.zip corrupt?

2006-08-11 Thread Stuart Ballard

On 8/11/06, Mark Wielaard [EMAIL PROTECTED] wrote:

Oops. We were cleaning up temporary build dirs to safe some space on
builder. We shouldn't clean before copying the glibj.zip, so people can
actually download it. Fixed.


Now it's a valid zip :)

I'm running a nightly japi run now, it'll take several hours and
we'll get a very big diff for generics if everything works :)

I also, hopefully, fixed the issue with AccessibleHTML so its inner
classes should no longer show up.

Stuart.
--
http://sab39.dev.netreach.com/



Re: glibj-generics-latest.zip corrupt?

2006-08-11 Thread Tom Tromey
 Stuart == Stuart Ballard [EMAIL PROTECTED] writes:

Stuart [EMAIL PROTECTED]:~/defunct/japigenerics$ wget
Stuart http://builder.classpath.org/dist/glibj-generics-latest.zip

I downloaded this an ran 'unzip' on it, and it worked fine.
I also looked at the file on builder, and it is ok there too.

Tom