Hi,

I finaly managed to compile the latest CVS tree although there were errors in a class

but once I have created/compiled a new plugin; I have tried to copy it to my current ALE installation
and it does not work

I have finaly copied the lib,webapps and plugins whole folder and added the 3 wrapper dll files to lib but still got
problems starting my server
here is the wrapper log file

can you give me a step by step procedure to update my current distribution with the new compiled one ?

sheers

STATUS | wrapper  | 2008/07/25 18:13:38 | --> Wrapper Started as Service
STATUS | wrapper  | 2008/07/25 18:13:38 | Launching a JVM...
INFO   | jvm 1    | 2008/07/25 18:13:39 | Wrapper (Version 3.2.3) http://wrapper.tanukisoftware.org
INFO   | jvm 1    | 2008/07/25 18:13:39 |   Copyright 1999-2006 Tanuki Software, Inc.  All Rights Reserved.
INFO   | jvm 1    | 2008/07/25 18:13:39 |
INFO   | jvm 1    | 2008/07/25 18:13:39 | WrapperSimpleApp: Unable to locate the class com.logicalloy.ale.MainApp: java.lang.ClassNotFoundException: com.logicalloy.ale.MainApp
INFO   | jvm 1    | 2008/07/25 18:13:39 |
INFO   | jvm 1    | 2008/07/25 18:13:39 | WrapperSimpleApp Usage:
INFO   | jvm 1    | 2008/07/25 18:13:39 |   java org.tanukisoftware.wrapper.WrapperSimpleApp {app_class} [app_arguments]
INFO   | jvm 1    | 2008/07/25 18:13:39 |
INFO   | jvm 1    | 2008/07/25 18:13:39 | Where:
INFO   | jvm 1    | 2008/07/25 18:13:39 |   app_class:      The fully qualified class name of the application to run.
INFO   | jvm 1    | 2008/07/25 18:13:39 |   app_arguments:  The arguments that would normally be passed to the
INFO   | jvm 1    | 2008/07/25 18:13:39 |                   application.
STATUS | wrapper  | 2008/07/25 18:13:41 | <-- Wrapper Stopped