cruise <cruise at ...> writes: > Bob spake thusly... > > OK, I fixed it :) I now have a freenet-Java-Webinstall.exe bundled with J2SE > > 1.5.0_5. I would put it up on the web somewhere but my webspace is broken and I > > don't exactly trust free putfile services for something like this, I can email > > it to some project person if they can accept a ~15MB file. > > I have an FTP server you can use if need be: > > ftp://parkour:parkour at ...
Thanks, the script diffs will be small enough to just post here / mail to Toad but I might take you up on that for the exe's. I understand of course that the project has to be a bit paranoid about people sending them exes, even though I've been around for quite a while and am not a GHCQ mole, honest :) So if I do that they will be unoffical exes and named as such. Anyway, I'm doing some final testing but it's pretty much there now. Changes : - Now uses seednodes.zip, it turned out my bz2 "support" wasn't actually working - Fixed post-NodeConfig hang, it turns out the reason this happened is that NodeConfig was silently downloading uncompressed seednodes.ref by itself without asking! Hence why I thought the bzip2 stuff was working. NodeConfig still needs fixing though (it should at least ask.) I hope freenet-China didn't run into problems with this :( - UpdateSnapshot.exe likewise handles zipped seenodes now - Took out "try to download standalone JRE from snapshots" stuff in wininstaller since we can't do that anymore. When I'm done testing I'll post NSI script diffs. Bob