SE

main page

download

publications

faq

register

developer


SE

SE-Lab

RWTH Aachen

Fachgruppe Informatik

MontiCore - Developer

How to use the MontiCore-Projekts from SVN:

  1. 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/
  2. Download MontiCore-Plugin from download-section
  3. unzip zip-archive directly (means not into a subfolder) into plugins-folder of the Eclipse installation
  4. Open Eclipse
  5. 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
  6. Install an SVN client for Eclipse (recommended: Subclipse, update site for current stable version is http://subclipse.tigris.org/update_1.6.x)
  7. Window -> Open Perspective -> Other -> SVN Repository Exploring
  8. right click -> new -> Repository Location:
    URL: https://lab2.se.rwth-aachen.de/private/svn/MontiCore
  9. Check out MontiCore projects from folder trunk/mc into separate projects (right click -> Check Out)
  10. Window -> Show View -> Ant
  11. open build\build.xml in Ant view
  12. run cleanAll target
  13. run testAll target