Issue #174 has been updated by Jonathan Clarke. File lsc.bat added
Rémy-Christophe Schermesser wrote: > I tested the .bat that Jonathan gave me (http://lsc.pastebin.com/QD3Ui5Lv). > It still does not work : > > * The program only check if JAVA_HOME is declared and does not test if > java.exe is already in the path > * Le logs are written in a hidden directory (c:Documents and > SettingsUSERLocal SettingsTemplsc.log) > * The program does not find the class Launcher > > I will try to fix the .bat but I am no shell/windows expert Here is a new version which addresses the first point. The temp directory is hidden by default on Windows, but I don't see much alternative to this. The point of using a temp directory is that the file won't be in the way, and will be removed automatically. If a user wants to access the log file, he can change the path quite easily... Can you test again and let us know if it works now? Thanks! ---------------------------------------- Bug #174: Update sample for 1.2 http://tools.lsc-project.org/issues/show/174 Author: Jonathan Clarke Status: Feedback Priority: Normal Assigned to: Jonathan Clarke Category: Sample Target version: 1.2.0 Since a lot of changes have happened in 1.2, the sample no longer works out of the box. Before releasing, we must update it so it _just works_. I've started on this already, and we have : * A script to load a CSV file into a HSQLDB database on disk (not in memory) * A working configuration directory (lsc.properties, logging, iBatis sql maps) * Some instructions (to be completed): http://lsc-project.org/wiki/documentation/1.2/sample * A much cleaner sample directory :) What remains to be done: # Write a script or something to launch OpenDS, so that the synchronization works # Test the scenario completely # Finish the instructions Any ideas on the first point? -- You have received this notification because you have either subscribed to it, or are involved in it. To change your notification preferences, please click here: http://tools.lsc-project.org/my/account
_______________________________________________________________ Ldap Synchronization Connector (LSC) - http://lsc-project.org lsc-dev mailing list [email protected] http://lists.lsc-project.org/listinfo/lsc-dev

