[freenet-dev] Wininstaller deployed

2009-05-17 Thread Juiceman
On Thu, May 14, 2009 at 1:31 PM, Zero3  wrote:
> Matthew Toseland skrev:
> ?> We now include wget.exe and sha1test.jar. Also, I have put the
> update.cmd in
>> update-new.cmd on emu and updated it to fetch itself, and made it use icacls
>> on win 5.2 (XP64, win2k3 server etc). And fixed some problems with its use of
>> the start/stop scripts, and a bug that was causing it not to switch between
>> builds that had already been downloaded (which still exists in the other
>> version of update.cmd iirc). So it works now, despite java not being on the
>> path (causing the verification not to run; why doesn't it just fail?).
>
> Regarding these comments in update.cmd:
>
> ":Assume that it was running, no way to easily tell - FIXME what to grep
> for in the service list when multiple installs?"
>
> and
>
> ":: ?FIXME ? do we need a new error handling section for the new .exe?
> Will it handle errors itself?"
>
> The service name is "freenet", where  is
> the contents of installid.dat in the install dir (empty on first
> install, "_2" on second install, "_3" on third install and so on).
>
> Run "start.exe /?" and "stop.exe /?" to see command line options and
> return codes (or look in the source: src_freenethelpers/FreenetStart.ahk
> and src_freenethelpers/FreenetStop.ahk).
>
> - Zero3

I have committed a new version of the script that sets restart flag on
exit code 0, errors on 1 and continues on 2 (node already stopped).

Zero3- Do the start/stop exe's look for the installid.dat and use that
when starting and stopping the node?  I assume so, and that it is a
relative path .ie. ..\installid.dat  If so then we don't need to grep
for the service in the script at all?



Re: [freenet-dev] Wininstaller deployed

2009-05-16 Thread Juiceman
On Thu, May 14, 2009 at 1:31 PM, Zero3 ze...@zerosplayground.dk wrote:
 Matthew Toseland skrev:
   We now include wget.exe and sha1test.jar. Also, I have put the
 update.cmd in
 update-new.cmd on emu and updated it to fetch itself, and made it use icacls
 on win 5.2 (XP64, win2k3 server etc). And fixed some problems with its use of
 the start/stop scripts, and a bug that was causing it not to switch between
 builds that had already been downloaded (which still exists in the other
 version of update.cmd iirc). So it works now, despite java not being on the
 path (causing the verification not to run; why doesn't it just fail?).

 Regarding these comments in update.cmd:

 :Assume that it was running, no way to easily tell - FIXME what to grep
 for in the service list when multiple installs?

 and

 ::  FIXME   do we need a new error handling section for the new .exe?
 Will it handle errors itself?

 The service name is freenetinstallsuffix, where installsuffix is
 the contents of installid.dat in the install dir (empty on first
 install, _2 on second install, _3 on third install and so on).

 Run start.exe /? and stop.exe /? to see command line options and
 return codes (or look in the source: src_freenethelpers/FreenetStart.ahk
 and src_freenethelpers/FreenetStop.ahk).

 - Zero3

I have committed a new version of the script that sets restart flag on
exit code 0, errors on 1 and continues on 2 (node already stopped).

Zero3- Do the start/stop exe's look for the installid.dat and use that
when starting and stopping the node?  I assume so, and that it is a
relative path .ie. ..\installid.dat  If so then we don't need to grep
for the service in the script at all?
___
Devl mailing list
Devl@freenetproject.org
http://emu.freenetproject.org/cgi-bin/mailman/listinfo/devl

[freenet-dev] Wininstaller deployed

2009-05-14 Thread Zero3
Matthew Toseland skrev:
  > We now include wget.exe and sha1test.jar. Also, I have put the 
update.cmd in
> update-new.cmd on emu and updated it to fetch itself, and made it use icacls 
> on win 5.2 (XP64, win2k3 server etc). And fixed some problems with its use of 
> the start/stop scripts, and a bug that was causing it not to switch between 
> builds that had already been downloaded (which still exists in the other 
> version of update.cmd iirc). So it works now, despite java not being on the 
> path (causing the verification not to run; why doesn't it just fail?).

Regarding these comments in update.cmd:

":Assume that it was running, no way to easily tell - FIXME what to grep 
for in the service list when multiple installs?"

and

"::  FIXME   do we need a new error handling section for the new .exe? 
Will it handle errors itself?"

The service name is "freenet", where  is 
the contents of installid.dat in the install dir (empty on first 
install, "_2" on second install, "_3" on third install and so on).

Run "start.exe /?" and "stop.exe /?" to see command line options and 
return codes (or look in the source: src_freenethelpers/FreenetStart.ahk 
and src_freenethelpers/FreenetStop.ahk).

- Zero3



[freenet-dev] Wininstaller deployed

2009-05-14 Thread Matthew Toseland
On Thursday 14 May 2009 01:17:10 Juiceman wrote:
> On Wed, May 13, 2009 at 5:22 PM, Zero3  wrote:
> > Matthew Toseland skrev:
> >> I have deployed the new wininstaller, for Vista/win7 users and anyone who
> >> clicks on "Windows instructions". Win2K/XP users with working JWS will 
still
> >> see the old installer for now.
> >
> > Cool! :)
> 
> I just did a test install on a clean virtual machine.  It is missing
> wget.exe in the \bin folder of the installer!  This will break the
> update.cmd script please pull the new installer until this is fixed!

We now include wget.exe and sha1test.jar. Also, I have put the update.cmd in 
update-new.cmd on emu and updated it to fetch itself, and made it use icacls 
on win 5.2 (XP64, win2k3 server etc). And fixed some problems with its use of 
the start/stop scripts, and a bug that was causing it not to switch between 
builds that had already been downloaded (which still exists in the other 
version of update.cmd iirc). So it works now, despite java not being on the 
path (causing the verification not to run; why doesn't it just fail?).
-- next part --
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 835 bytes
Desc: This is a digitally signed message part.
URL: 



[freenet-dev] Wininstaller deployed

2009-05-14 Thread Zero3
Matthew Toseland skrev:
> I have deployed the new wininstaller, for Vista/win7 users and anyone who 
> clicks on "Windows instructions". Win2K/XP users with working JWS will still 
> see the old installer for now.

Cool! :)

- Zero3



Re: [freenet-dev] Wininstaller deployed

2009-05-14 Thread Matthew Toseland
On Thursday 14 May 2009 01:17:10 Juiceman wrote:
 On Wed, May 13, 2009 at 5:22 PM, Zero3 ze...@zerosplayground.dk wrote:
  Matthew Toseland skrev:
  I have deployed the new wininstaller, for Vista/win7 users and anyone who
  clicks on Windows instructions. Win2K/XP users with working JWS will 
still
  see the old installer for now.
 
  Cool! :)
 
 I just did a test install on a clean virtual machine.  It is missing
 wget.exe in the \bin folder of the installer!  This will break the
 update.cmd script please pull the new installer until this is fixed!

We now include wget.exe and sha1test.jar. Also, I have put the update.cmd in 
update-new.cmd on emu and updated it to fetch itself, and made it use icacls 
on win 5.2 (XP64, win2k3 server etc). And fixed some problems with its use of 
the start/stop scripts, and a bug that was causing it not to switch between 
builds that had already been downloaded (which still exists in the other 
version of update.cmd iirc). So it works now, despite java not being on the 
path (causing the verification not to run; why doesn't it just fail?).


signature.asc
Description: This is a digitally signed message part.
___
Devl mailing list
Devl@freenetproject.org
http://emu.freenetproject.org/cgi-bin/mailman/listinfo/devl

Re: [freenet-dev] Wininstaller deployed

2009-05-14 Thread Zero3
Matthew Toseland skrev:
   We now include wget.exe and sha1test.jar. Also, I have put the 
update.cmd in
 update-new.cmd on emu and updated it to fetch itself, and made it use icacls 
 on win 5.2 (XP64, win2k3 server etc). And fixed some problems with its use of 
 the start/stop scripts, and a bug that was causing it not to switch between 
 builds that had already been downloaded (which still exists in the other 
 version of update.cmd iirc). So it works now, despite java not being on the 
 path (causing the verification not to run; why doesn't it just fail?).

Regarding these comments in update.cmd:

:Assume that it was running, no way to easily tell - FIXME what to grep 
for in the service list when multiple installs?

and

::  FIXME   do we need a new error handling section for the new .exe? 
Will it handle errors itself?

The service name is freenetinstallsuffix, where installsuffix is 
the contents of installid.dat in the install dir (empty on first 
install, _2 on second install, _3 on third install and so on).

Run start.exe /? and stop.exe /? to see command line options and 
return codes (or look in the source: src_freenethelpers/FreenetStart.ahk 
and src_freenethelpers/FreenetStop.ahk).

- Zero3
___
Devl mailing list
Devl@freenetproject.org
http://emu.freenetproject.org/cgi-bin/mailman/listinfo/devl


[freenet-dev] Wininstaller deployed

2009-05-13 Thread Juiceman
On Wed, May 13, 2009 at 5:22 PM, Zero3  wrote:
> Matthew Toseland skrev:
>> I have deployed the new wininstaller, for Vista/win7 users and anyone who
>> clicks on "Windows instructions". Win2K/XP users with working JWS will still
>> see the old installer for now.
>
> Cool! :)
>
> - Zero3
> ___
> Devl mailing list
> Devl at freenetproject.org
> http://emu.freenetproject.org/cgi-bin/mailman/listinfo/devl
>

I just did a test install on a clean virtual machine.  It is missing
wget.exe in the \bin folder of the installer!  This will break the
update.cmd script please pull the new installer until this is fixed!

-- 
I may disagree with what you have to say, but I shall defend, to the
death, your right to say it. - Voltaire
Those who would give up Liberty, to purchase temporary Safety, deserve
neither Liberty nor Safety. - Ben Franklin



[freenet-dev] Wininstaller deployed

2009-05-13 Thread Matthew Toseland
I have deployed the new wininstaller, for Vista/win7 users and anyone who 
clicks on "Windows instructions". Win2K/XP users with working JWS will still 
see the old installer for now.
-- next part --
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 835 bytes
Desc: This is a digitally signed message part.
URL: 



[freenet-dev] Wininstaller deployed

2009-05-13 Thread Matthew Toseland
I have deployed the new wininstaller, for Vista/win7 users and anyone who 
clicks on Windows instructions. Win2K/XP users with working JWS will still 
see the old installer for now.


signature.asc
Description: This is a digitally signed message part.
___
Devl mailing list
Devl@freenetproject.org
http://emu.freenetproject.org/cgi-bin/mailman/listinfo/devl

Re: [freenet-dev] Wininstaller deployed

2009-05-13 Thread Zero3
Matthew Toseland skrev:
 I have deployed the new wininstaller, for Vista/win7 users and anyone who 
 clicks on Windows instructions. Win2K/XP users with working JWS will still 
 see the old installer for now.

Cool! :)

- Zero3
___
Devl mailing list
Devl@freenetproject.org
http://emu.freenetproject.org/cgi-bin/mailman/listinfo/devl


Re: [freenet-dev] Wininstaller deployed

2009-05-13 Thread Juiceman
On Wed, May 13, 2009 at 5:22 PM, Zero3 ze...@zerosplayground.dk wrote:
 Matthew Toseland skrev:
 I have deployed the new wininstaller, for Vista/win7 users and anyone who
 clicks on Windows instructions. Win2K/XP users with working JWS will still
 see the old installer for now.

 Cool! :)

 - Zero3
 ___
 Devl mailing list
 Devl@freenetproject.org
 http://emu.freenetproject.org/cgi-bin/mailman/listinfo/devl


I just did a test install on a clean virtual machine.  It is missing
wget.exe in the \bin folder of the installer!  This will break the
update.cmd script please pull the new installer until this is fixed!

-- 
I may disagree with what you have to say, but I shall defend, to the
death, your right to say it. - Voltaire
Those who would give up Liberty, to purchase temporary Safety, deserve
neither Liberty nor Safety. - Ben Franklin
___
Devl mailing list
Devl@freenetproject.org
http://emu.freenetproject.org/cgi-bin/mailman/listinfo/devl