SE

main page

download

languages

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://sselab.de/lab2/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. Install an SVN client for Eclipse (recommended: Subclipse, update site for current stable version is http://subclipse.tigris.org/update_1.6.x)
  6. Window -> Open Perspective -> Other -> SVN Repository Exploring
  7. right click -> new -> Repository Location:
    URL: https://sselab.de/lab2/private/svn/MontiCore
  8. Check out MontiCore projects from folder trunk/mc into separate projects (right click -> Check Out)
  9. 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 build/commonlibs/junit-4.8.jar
  10. Window -> Show View -> Ant
  11. open build\build.xml in Ant view
  12. run cleanAll target
  13. run testAll target