GettingStarted
From MiliConvert
To get started with MiliConvert development, you need to have to following software installed :
- A Java Development kit 1.5 (or superior)
- A working eclipse 3.3m5eh (or superior)
Contents |
Installing MiliConvert dependencies in eclipse
Using eclipse software update, you need to install XSD and GEF.
XSD is found in the EMF modeling software section.
GEF and draw2d are installed through the update site http://download.eclipse.org/tools/gef/update-site/milestones/site.xml
Checking out MiliConvert from svn
run the following command in the directory where you want to create the "xsmt" directory.
svn co https://admisource.gouv.fr/svn/miliconvert/xsmt/trunk xsmt
Importing as plug-in project
Use eclipse file/import.../General/Existing project into workspace.
Point the wizard to your xsmt folder and check all the org.miliconvert.xsmt projects.
Running MiliConvert inside eclipse
When everything is imported and built in your workspace :
- right click on the org.miliconvert.xsmt.editor plug-in project and choose run as... Eclipse Application.
- Create a new java project
- File/New/Other/Fichier XSMT
fill in the wizard, and the XSMT perspective should open a graphical editor on your newly created XML Schema mapping.
Référence: English – Traduction:
