Home Contact Download
Open source connector to synchronize identities to a LDAP directory from any data source including any database with a JDBC connector, another LDAP server or flat files ...
Download  |  Read more...  |  Get started!

Development environment

If you want to develop LSC, you need some extra tools.

IDE integration

You can use Eclipse, NetBeans, etc to edit the Java code. Integrating LSC and it's Maven dependencies is described here.

AntInstaller

The installer bundled in lsc-sample is built with AntInstaller. You'll need to install AntInstaller 0.8+ to update it.

  • To install AntInstaller:
  1. Download the archive here
  2. Run it with “java -jar AntInstaller-selfextract-beta0.8.jar” (you may need to run this as root to install it in a directory you don't have write access to).
  • When you have unpacked or checked out lsc-sample, create the file build.properties in the lsc-sample directory and add the following line replacing the AntInstaller.home value with the path in your environment, for example:
AntInstaller.home=/usr/local/AntInstaller-beta0.8

Note: If you're using Windows, you need to specify this path with forward slashes, for example:

AntInstaller.home=C:/Program Files/AntInstaller-beta0.8/