• Share this article:

An Interesting Number

Monday, December 6, 2010 - 10:59 by Wayne Beaton

I’m writing a little utility that scans the download.eclipse.org server to compare the contents against our IPZilla database. Essentially, I’m scanning for third-party libraries distributed from our servers. My script looks for any “*.jar” file (case insensitive) found either directly in the file system or contained within any ZIP or GZ (I don’t scan into nested archives). I write out the full path of every matching file.

The resulting file is 46.5MB.