Latest Release
- Stable version 1.2.1 (15/07/10)
- Old stable version 1.1.2 (07/12/09)
- Nightly builds available to test
Events
- 9/07/2010 - RMLL (Bordeaux, France)
- 10-11/04/2010 - Loadays (Antwerp, Belgium)
- 6-7/02/2010 - FOSDEM (Brussels, Belgium)
- 20/09/2009 - LDAPCon 2009 (Portland, OR, USA)
- 10/07/2009 - RMLL (Nantes)
- 25/06/2009 - LinuxTag (Berlin)
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 toolsRunning testsTests are run through Maven. Run all tests: mvn test Run one test, named MyTest (note: don't put in the classpath here, write MyTest not org.lsc.MyTest!): mvn -Dtest=MyTest test Don't run tests: mvn -Dmaven.test.skip=true someOtherTarget ReleasingSee these notes on doing a release. Packaging |


