On 8/3/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
Author: nextgens Date: 2006-08-03 14:50:09 +0000 (Thu, 03 Aug 2006) New Revision: 9857Modified: trunk/contrib/freenet_ext/ExtVersion.java Log: new version of freenet-ext.jar : #5 Modified: trunk/contrib/freenet_ext/ExtVersion.java =================================================================== --- trunk/contrib/freenet_ext/ExtVersion.java 2006-08-03 14:47:20 UTC (rev 9856) +++ trunk/contrib/freenet_ext/ExtVersion.java 2006-08-03 14:50:09 UTC (rev 9857) @@ -6,7 +6,7 @@ public abstract class ExtVersion { /** The build number of the current revision */ - private static final int buildNumber = 2; + private static final int buildNumber = 5; public static final int buildNumber() { return buildNumber;
Ok, I have figured out how to update my wrapper installation to the new version. I also updated my freenet-ext.jar to the newest and am getting this: STATUS | wrapper | 2006/08/03 20:02:09 | --> Wrapper Started as Service STATUS | wrapper | 2006/08/03 20:02:09 | Launching a JVM... INFO | jvm 1 | 2006/08/03 20:02:09 | Wrapper (Version 3.2.1) http://wrapper.tanukisoftware.org INFO | jvm 1 | 2006/08/03 20:02:09 | INFO | jvm 1 | 2006/08/03 20:02:09 | Created log files INFO | jvm 1 | 2006/08/03 20:02:09 | INFO: Native CPUID library 'freenet/support/CPUInformation/jcpuid-x86-windows.dll' loaded from resource INFO | jvm 1 | 2006/08/03 20:02:09 | We have detected a NOEXEC on your temporary directory, trying in current one insteed. INFO | jvm 1 | 2006/08/03 20:02:09 | INFO: Native BigInteger library jbigi not loaded, reason: 'C:\Program Files\Freenet\dark\jbigi-lib.tmp: Can't find dependent libraries' - using pure java INFO | jvm 1 | 2006/08/03 20:02:10 | Initializing Node using SVN r9871 and freenet-ext r9857 The new freenet-ext.jar is also 348kb smaller. Any ideas? -- I may disagree with what you have to say, but I shall defend, to the death, your right to say it. - Voltaire _______________________________________________ Devl mailing list [email protected] http://emu.freenetproject.org/cgi-bin/mailman/listinfo/devl
