Hi Markus, you are completly right. I have updated the script. Thanks for the hint!
Christine <snip/>
Another error was thrown when I tried to start the server without the installation from within apacheds/server-main using apacheds.bat. The error message was: Exception in thread "main" java.lang.NoClassDefFoundError: DS\apachds15\apacheds-trunk\apacheds\server-main/log4j/properties Reason for this is that the start script was called from within a directory containing whitespaces. The full directory is: D:\_Developer\Apache DS\apachds15\apacheds-trunk To prevent the script from running into this error the following change is done in apacheds.bat file: before: java -Dlog4j.configuration=file:///%cd%/log4j.properties -jar target/apacheds-server-main-1.5.1-SNAPSHOT-app.jar server.xml after: java -Dlog4j.configuration="file:///%cd%/log4j.properties" -jar target/apacheds-server-main-1.5.1-SNAPSHOT-app.jar server.xml enclose the log4j.configuration switch with "". Greetings Markus Zitat von Emmanuel Lecharny <[EMAIL PROTECTED]>: > Hi, > > does it work fine ? > > If so, let's just switch > > > On 6/25/07, Ersin Er <[EMAIL PROTECTED]> wrote: >> http://maven.apache.org/release-notes.html >> >> -- >> Ersin Er >> >> R.A. and Ph.D Student at the Dept. of Computer Eng. in Hacettepe University >> http://www.cs.hacettepe.edu.tr >> >> Committer and PMC Member of The Apache Directory Project >> http://directory.apache.org >> > > > -- > Regards, > Cordialement, > Emmanuel Lécharny > www.iktek.com -- WEBUNITY - Internet, Consulting, Neue Medien Markus Pohle (SCJP) GPG Public Key Block available at: http://www.webunity.de/[EMAIL PROTECTED]
