Last modified 3 years ago
Building MetaModel
About | Developers guide | Webcast demo | Database compliancy | License | Download
To build MetaModel there are two different approaches you can follow:
- The command line approach for people who just want to compile the project without modifications.
- The eclipse IDE approach suitable for contributors who want to work with the code.
Command line approach
This is very simple. It requires that you have downloaded and installed the Subversion and Maven tools.
svn checkout http://eobjects.org/svn/MetaModel/trunk MetaModel cd MetaModel mvn install
eclipse IDE approach
The eclipse IDE approach requires two eclipse plugins to work: Subversive (for Subversion access) and m2eclipse (for Maven integration). If you need help with installing the plugins, please refer to the ToolBase page or ask away at the mailing list for MetaModel.
- Check out the projects from http://eobjects.org/svn/MetaModel/trunk:
- Once checked out, right click your new project and select "Import...":
- Select "General -> Maven Projects" in the dialog that appears:
- The dialog will suggest a list of projects based on the modules of MetaModel. Just click "Finish":
- You will now have all the MetaModel modules represented as individual eclipse projects:
Related
- See the CreatingPatches page for instructions on how to send in code patches.
- If you want to participate in MetaModel development, make sure to sign up for the MetaModel mailing list.
Attachments
-
module-projects-step-1.png
(11.5 KB) -
added by kasper 3 years ago.
-
module-projects-step-2.png
(38.4 KB) -
added by kasper 3 years ago.
-
module-projects-step-3.png
(30.0 KB) -
added by kasper 3 years ago.
-
module-projects-step-4.png
(41.0 KB) -
added by kasper 3 years ago.
-
module-projects-step-5.png
(11.5 KB) -
added by kasper 3 years ago.
