|
|
|
MontiCore - Developer
How to use the MontiCore-Projekts from SVN:
- Use an existing Eclipse installation or download and install Eclipse from SVN-Repository with a client of your choice:
URL:
https://lab2.se.rwth-aachen.de/private/svn/MontiCore/trunk/mcsw/
- Download MontiCore-Plugin from download-section
- unzip zip-archive directly (means not into a subfolder) into
plugins-folder of the Eclipse installation
- Open Eclipse
- Settings in Eclipse: Window -> Preferences
- General -> Workspace -> Refresh automatically
- Java -> Build Path -> Folders -> Output folder name: bin
- Java -> Installed JREs: set standard to JDK 1.6
- Ant -> Runtime -> Classpath -> Global Entries -> Add External JARs...:
jdk/lib/tools.jar and eclipse/plugins/org.junit_4.3.1/junit.jar
- Install an SVN client for Eclipse (recommended: Subclipse, update site for current stable version
is http://subclipse.tigris.org/update_1.6.x)
- Window -> Open Perspective -> Other -> SVN Repository Exploring
- right click -> new -> Repository Location:
URL:
https://lab2.se.rwth-aachen.de/private/svn/MontiCore
- Check out MontiCore projects from folder trunk/mc into separate projects
(right click -> Check Out)
- Window -> Show View -> Ant
- open build\build.xml in Ant view
- run cleanAll target
- run testAll target
|