Florent Daigni?re (NextGen$) wrote:
> * David Sowder (Zothar) <freenet-devl at david.sowder.com> [2006-08-06
> 08:31:40]:
>
>
>> So the wrapper should now load freenet-stable-latest.jar rather than
>> freenet-cvs-snapshot.jar?
>>
>>
>
> yep
>
>
>> I would suggest the filename loaded by the wrapper be generic. If not
>> generic, it means those of us who will be using the testing stuff will
>> either have non-standard wrapper.conf files or we'll be putting .jar
>> files in our node directory that have "stable" in the name, but aren't
>> "stable".
>>
>
> Well, I was thinking about adding a commandline switch to the update
> scripts insteed.
>
> ./update.sh --testing
>
> and doing the second solution : putting unstable builds into stable
> filenames.
>
It feels a little hackish to me, but I'm OK with it.
>> nextgens at freenetproject.org wrote:
>>
>>> Author: nextgens
>>> Date: 2006-08-06 12:44:40 +0000 (Sun, 06 Aug 2006)
>>> New Revision: 9939
>>>
>>> Modified:
>>> trunk/apps/installer/installclasspath/config/wrapper.conf
>>> trunk/apps/installer/installclasspath/windows/update.cmd
>>> Log:
>>> maybefix windows updating script
>>>
>>> Modified: trunk/apps/installer/installclasspath/config/wrapper.conf
>>> ===================================================================
>>> --- trunk/apps/installer/installclasspath/config/wrapper.conf
>>> 2006-08-06
>>> 12:33:47 UTC (rev 9938)
>>> +++ trunk/apps/installer/installclasspath/config/wrapper.conf
>>> 2006-08-06
>>> 12:44:40 UTC (rev 9939)
>>> @@ -1,7 +1,7 @@
>>> wrapper.java.command=java
>>> wrapper.working.dir=../
>>> wrapper.java.mainclass=freenet.node.NodeStarter
>>> -wrapper.java.classpath.1=freenet-cvs-snapshot.jar
>>> +wrapper.java.classpath.1=freenet-stable-latest.jar
>>> wrapper.java.classpath.2=freenet-ext.jar
>>> wrapper.java.library.path.1=lib
>>> wrapper.java.initmemory=60
>>>
>>> Modified: trunk/apps/installer/installclasspath/windows/update.cmd
>>> ===================================================================
>>> --- trunk/apps/installer/installclasspath/windows/update.cmd
>>> 2006-08-06
>>> 12:33:47 UTC (rev 9938)
>>> +++ trunk/apps/installer/installclasspath/windows/update.cmd
>>> 2006-08-06
>>> 12:44:40 UTC (rev 9939)
>>> @@ -50,7 +50,7 @@
>>> find "FREENET W%MAGICSTRING%WS UPDATE SCRIPT" update.new.cmd > NUL
>>> if errorlevel 1 goto error1
>>>
>>> -find "freenet-cvs-snapshot" wrapper.conf > NUL
>>> +find "freenet-stable-latest" wrapper.conf > NUL
>>> if errorlevel 1 goto error5
>>>
>>> ::Check if updater has been updated
>>>