Hello,
I am new to the lsc project but very interested in its goal.
I was trying to execute the quick tutorial on Windows with Cygwin but I have
some difficulties to get it wok.
Here is the error I met when I tried to run the lsc-sample :
$ sample/bin/lsc-sample --run
Running "/cygdrive/c/Users/compta/Doxnloads/lsc-1.2.0/sample/bin/../../bin/lsc"
--config "/cygdrive/c/Users/compta/Downloads/lsc-1.2.0/sample/bin/../etc" --sync
hronize all
Error: Configuration location doesn't exist! (C:\cygdrive\c\Users\compta\Downloa
ds\lsc-1.2.0\sample\bin\..\etc\). Aborting.
Last log file line 2010/06/15 09:25:00 [lsc] Starting LSC
It seems that it doesn't recognize the Cygwin path and adds C: and \ instead of
/. It could maybe come from something wrong in this part of code from the
lsc-sample file :
# is this Cygwin? if so, convert path to windows format for the JVM
CYGPATH_COMMAND="$(which cygpath)"
if [ $? -eq 0 ]; then
CLASSPATH=$(Cygpath -p -w "$CLASSPATH")
fi
Do you have some advices to suggest to me?
Sincerely,
Chapuis Francois
_______________________________________________________________
Ldap Synchronization Connector (LSC) - http://lsc-project.org
lsc-users mailing list
[email protected]
http://lists.lsc-project.org/listinfo/lsc-users