Volodya | 2 Nov 2005 01:21
Favicon

Batch File

 From the freenet board on Frost, thought you'd be interested:

> ----- Just Me of course <at> yJzbZf0gGttK3O2poXs02dENwmI ----- 2005.11.01 - 00:12:29GMT -----
> 
> Hello experts,
> 
> I downloaded the sources (wasn't that easy) but when I try to compile them (build.bat) I get an error
> message asking me to download freenet-ext.jar into the (not existing) 'lib' directory.
> 
> Is that normal?
> 
> ----- VolodyA! V A <at> r0pa7z7JA1hAf2xtTt7AKLRe+yw ----- 2005.11.01 - 08:38:50GMT -----
> 
> Yes, batch files haven't been updated in ages. There should be lib directory somewhere, you will need to
copy freenet-ext.jar into it... Found it... it's in the stable/lib, that's the directory we are talking
about... but i'd suggest that you go through ant rather than using this batch file anyway... get it off the
internet, it's free and 0-pay.
> 
> ----- Just Me of course <at> yJzbZf0gGttK3O2poXs02dENwmI ----- 2005.11.01 - 14:14:09GMT -----
> 
> Thank you VolodyA and Vanessa,
> 
> I will give ant a try.
> In the meantime I was successful with the .bat file.
> freenet-ext.jar is in the source package already (at freenet\freenet_ext\freenet-ext.jar), I
changed the .bat file as following:
> 
>>>>>>>>>>>>>>>>>>>>>>
> ...
> :b
(Continue reading)

Bob | 2 Nov 2005 23:39
Picon
Favicon

freenet-java-webinstall.exe still bundled with J2RE 1.4.1_03??

I received an email asking for help with the "Could not find the Main class"
error, in which they happened to mention that they were using the version of
Java that came with the bundled webinstaller .. j2re1.4.1_03!

Is this still the bundled version?? I seem to remember posts some time ago about
updating it to 1.5, but perhaps it never actually happened. If not it needs to
ASAP, apart from the fact that 1.4.1_03 is slower and buggier it has a serious
applet engine exploit! As a stopgap if this can't be done quickly, I would
propose removing the bundled installer link temporarily.

http://www.ciac.org/ciac/bulletins/p-105.shtml
http://sunsolve.sun.com/search/document.do?assetkey=1-26-57591-1

I would verify this myself, but due to the f? <at> $ing Soureforge throttling issue
the webinstaller download ETA is about 10 hours from now ...

Bob
Bob | 3 Nov 2005 00:09
Picon
Favicon

Re: freenet-java-webinstall.exe still bundled with J2RE 1.4.1_03??

Bob <bob_j_hayes <at> ...> writes:

--snip--
> I would verify this myself, but due to the f? <at> $ing Soureforge throttling
issue
> the webinstaller download ETA is about 10 hours from now ...

In fact it appears to be impossible to download the Java bundled webinstaller at
all without a download manager, it gets killed before it has time to finish ...

Bob
dead wave | 1 Nov 2005 17:11
Picon

Background downloading of large container


While thinking about Darknets and their use, I thought
it would be great to add a background download manager built-in freenet.

It would be useful for large or hard to find containers.

Also, using subscription, a darknet could automaticaly mirror/update certain files or chunks(spreed
across the darknet) for faster access.

Implementing a distributed database and webcrawler with full anonymous searches for version 1.0 would
make freenet
more user friendly.

--

-- 
_______________________________________________

Search for businesses by name, location, or phone number.  -Lycos Yellow Pages

http://r.lycos.com/r/yp_emailfooter/http://yellowpages.lycos.com/default.asp?SRC=lycos10
Matthew Toseland | 3 Nov 2005 15:39
Picon

High-latency functionality and the download manager backend in 0.7 was Re: [freenet-dev] Background downloading of large container

On Tue, Nov 01, 2005 at 11:11:52AM -0500, dead wave wrote:
> 
> While thinking about Darknets and their use, I thought
> it would be great to add a background download manager built-in freenet.

We will have a download manager backend in Freenet. It will be
accessible via FCP, fproxy will be able to add files to it, and it will
be able to retry infinitely including across reboots if the user wants
to store the data, and it will be able to save directly to disk, or
cache the data until the user or client specifies where they want to put
it.

Now, as far as using it for hard-to-find non-splitfile content... Hmmm!
> 
> It would be useful for large or hard to find containers.
> 
> Also, using subscription, a darknet could automaticaly mirror/update certain files or chunks(spreed
across the darknet) for faster access.

Hmmm!

Okay, the basic idea here is:
- The idea that you would start a fetch for a file that you can't get
  fproxy to fetch.
- The background download manager would then retry indefinitely, along
  with all the other queued content, rotating, and subject to rate
  limiting of some sort.
- We could include the next editions of updatable sites in this system,
  automatically.
- When it did fetch it, it would notify you somehow. An RSS feed, an
(Continue reading)

Matthew Toseland | 3 Nov 2005 15:43
Picon

Re: Re: freenet-java-webinstall.exe still bundled with J2RE 1.4.1_03??

How, precisely, do we build a new webinstaller-with-bundled-java? Or is
this the regular webinstaller that is downloading an old version of
java?

On Wed, Nov 02, 2005 at 11:09:36PM +0000, Bob wrote:
> Bob <bob_j_hayes <at> ...> writes:
> 
> --snip--
> > I would verify this myself, but due to the f? <at> $ing Soureforge throttling
> issue
> > the webinstaller download ETA is about 10 hours from now ...
> 
> In fact it appears to be impossible to download the Java bundled webinstaller at
> all without a download manager, it gets killed before it has time to finish ...
> 
> Bob
--

-- 
Matthew J Toseland - toad@...
Freenet Project Official Codemonkey - http://freenetproject.org/
ICTHUS - Nothing is impossible. Our Boss says so.
_______________________________________________
Devl mailing list
Devl@...
http://emu.freenetproject.org/cgi-bin/mailman/listinfo/devl
Bob | 3 Nov 2005 19:27
Picon
Favicon

Re: freenet-java-webinstall.exe still bundled with J2RE 1.4.1_03??

Matthew Toseland <toad <at> ...> writes:

> 
> How, precisely, do we build a new webinstaller-with-bundled-java? Or is
> this the regular webinstaller that is downloading an old version of
> java?

Contrib/wininstall/freenet-java.nsi does it, but I haven't had chance to figure
out how or get it to work yet. And yes, the poster definetely was using the
embedded version (I told them to use the latest Java and the normal webinstaller
which fixed their "can't find the main class" issue.)

Bob
Bob | 3 Nov 2005 22:30
Picon
Favicon

Re: freenet-java-webinstall.exe still bundled with J2RE 1.4.1_03??

Bob <bob_j_hayes <at> ...> writes:

> Matthew Toseland <toad <at> ...> writes:
> 
> > How, precisely, do we build a new webinstaller-with-bundled-java? Or is
> > this the regular webinstaller that is downloading an old version of
> > java?
> 
> Contrib/wininstall/freenet-java.nsi does it (...)

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 just tested it on an XP SP2 box and it worked flawlessly first time. Well,
about as flawlessly as the winstaller has ever worked ;) yet *another* bug is
that it appears to always download seednodes.ref even if you tell it not to,
 sigh.

Alternatively it might be easier / ease your paranoia to build it yourself;
neccessary steps, as far as I remember them :

- Get Contrib tree as usual, do what HowToMakeInstalls.txt says and IIRC I also
had to put UpdateSnapshot.exe in Contrib/wininstall/update
- Get latest windows Java (full offline version!) from www.java.com, put in
wininstall dir
- Edit JAVAINSTALLER line in freenet-java.nsi to match JRE exe name, e.g :
!define JAVAINSTALLER jre-1_5_0_05-windows-i586-p.exe
- makensis freenet-java.nsi
(Continue reading)

Bob | 4 Nov 2005 02:35
Picon
Favicon

Re: freenet-java-webinstall.exe still bundled with J2RE 1.4.1_03??

Bob <bob_j_hayes <at> ...> writes:

>--snip--

I missed out a couple of steps :

> - Get Contrib tree as usual, do what HowToMakeInstalls.txt says and IIRC I
> also had to put UpdateSnapshot.exe in Contrib/wininstall/update
> - Get latest windows Java (full offline version!) from www.java.com, put in
> wininstall dir
> - Edit JAVAINSTALLER line in freenet-java.nsi to match JRE exe name, e.g :
> !define JAVAINSTALLER jre-1_5_0_05-windows-i586-p.exe

- Edit freenet-java.nsi to include the freenet-modern.nsi, not the old 
freenet.nsi
- Take out the JAVAINSTALLER define in freenet-modern.nsi; this needs cleaning
properly, it's for now-useless functionality (downloading the latest naked,
unbundled JRE from snapshots, it's not been there for ages and I believe can't
be for licensing reasons)

> - makensis freenet-java.nsi

Also, I've got bzip2 support in now for compressed seednode download :)  It
needs a little cleanup and testing, but seems to work.

In other news, the SourceForge throttling issue continues to be a problem but
at least it seems to be reliably bypassed by cancelling a slow file download,
then saying yes to the "do you want to retry" box. The retry should go at
normal speed.

(Continue reading)

cruise | 4 Nov 2005 11:09

Re: Re: freenet-java-webinstall.exe still bundled with J2RE 1.4.1_03??

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@...

--

-- 
[ cruise / casual-tempest.net / transference.org ]
   "quantam sufficit"

Gmane