Latest Release
- Release candidate 2.0rc1 (23/12/11)
- Beta version 2.0 (06/07/11)
- Stable version 1.2.1 (15/07/10)
- Nightly builds available to test
Events
- 10/10/2011 - LDAPCon 2011 (Heidelberg, Germany)
- 13/06/2011 - RMLL (Strasbourg, France)
- 9/07/2010 - RMLL (Bordeaux, France)
Community
Get help, contribute or find professional services ...
Find out more!
Search
Download | Read more... | Get started!
Development DocumentationThe following documentation is about developing LSC itself - not a LSC synchronization task. Make sure you've read all the general documentation before continuing here! Working environmentAs well as the general Requirements, you need some extra tools to hack LSC - make sure you get these set-up. You should follow our defined code style. Java API for LSC-coreThe JavaDoc is generated from comments in LSC code. It needs a lot of improvement, all comments in code are very welcome! This can be very useful to get a function name to call from SyncOptions in the configuration file (see AbstractBean, AD, ScriptableJndiServices, DateUtils…) It is updated nightly based on the SVN trunk. Development toolsContinuous build systemHudson follows all commits on the SVN: http://build.lsc-project.org. It provides LSC-core snapshots built against the latest source code here. Regenerating the "generateWizard"To do this, you must have installed and configured the path to AntInstaller as described here. Then, in the lsc-sample directory, run the following command: $ ant lsc::buildGenerateWizard
This will generate the file
To adapt what the wizard does, see the Modifying commonly-used Java classesSee this documentation, which is a bit out of date but still useful: Real-world modifications. ReleasingSee these notes on doing a release. Packaging
|


