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!
General informationWho: Sebastien Bahloul When: first release 14/04/2008, never updated Summary: how the LSC build and installation are done Build The standard build is done upon Maven project definition :
Please take care that you need to clear first the target subdirectory via a simple “ant lsc::clean” call before “mvn package”. This build is then tested against the lsc-sample archive to ensure that the new build as not introduce some regression during bug fix or new features integration The build can be integrated into continuous integration servers like Continuum or Hudson easily through default Maven plugin. It is, for example done, for the official continuous server : http://build.lsc-project.org/. The final goal is to use most standard build system to avoid custom scripts or dedicated method. InstallationThe LSC installation engine relies upon AntInstaller. The installation build is done through the “ant lsc::installer” command and is then fully processed by the AntInstaller engine and by the src/install/resource/build.xml Ant script. The final goal is to simplify at the maximum, all the optional operations to simplify at the higher level the standard use. |


