How to join the MPS project

From IT SPb Academy

Jump to: navigation, search

1. download and install Subversion client Subversion Home

2. checkout MPS project using commandline command: "svn co http://svn.jetbrains.org/mps/trunk/MPS --username <username> --password <password>"

better to checkout mps to root directory (like C:\MPS) because very long names of some java files may introduce problem for java compiler

3. open MPS.ipr in IntelliJ IDEA

4. rename global JDK to “jdk 1.5”

5. build project

6. run class IdeMain to launch MPS

7. install MPSPlugin as prompted.

8. close MPS and re-start IntelliJ IDEA

Views