This is an old revision of the document!
Distribution of ePims is done from eclipse IDE. All ePims modules / projects should be present in workspace. To create a new ePims version, verify that all projects have a release version and are tagged on SVN.
To be sure no specific environnement variables are set or no on-going developpment is in project, it is strongly recommanded to create a specific workspace for distribution creation.
eP-Plate is embedded in eP-Web, so just verfiy version in eP-Web is correct. eP-Col is used in almost all others modules, so just verfiy version are coherent.
Run ant dist
, and more recommanded publish-install
to create a folder with all needed distribution files. If you don't have a ivy repository, redefine install.dir properties in build.xml file. Do this for
For GWT Projects (eP-Admin & eP-Pole):
basedir
For other projects, run publish.install ant target
and finally run eP-EAR publish.install target !
The distribution folder content (specified by install.dir in build.xml) contains all modules and configuration files in a well structured manner. See contenu_de_la_distribution for more details