m (grammar and punctuation) |
|||
Line 31: | Line 31: | ||
== Checkout sources == | == Checkout sources == | ||
== Setup Problem Filter == | == Setup Problem Filter == |
![]() |
IMPORTANT
We are currently restructuring the ProB plug-in. After completion we will fix the documentation! |
This page describes how to set up a development environment for ProB.
Please download a fresh Eclipse Helios (3.6) for RCP Developer. We will assume that you work with a fresh copy of Eclipse in the following description. After downloading unzip it to a folder of your choice (just in case: avoid spaces inside the path).
Beside the default Eclipse, we require some additional plug-ins for Development:
Also you can tweak the eclipse.ini file to improve performance. In particular you should increase the size of heap space! You should not use a value greater than your physical memory.
-XX:MaxPermSize=512M -Xms512m -Xmx2048m
I use the following additional parameters (no guarantee that they actually help):
-Xss1M -server -XX:+DoEscapeAnalysis -XX:+UseConcMarkSweepGC -XX:PermSize=256M
We aim to have zero warnings in ProB. Rodin however has warnings. Therefore we have to create a filter for the "Problems View" (click on the triangle in the problems view and select: Configure Contents
Create a new Content as shown in the screenshot (everything except Scope is the default value)
If you have access to the bugtracker tickets you should include them into your Eclipse installation. It is required to install Mylyn Connector Trac from the Helios installation site. Open the Task Repository View and create a new repository using the trac connector. Use http://cobra.cs.uni-duesseldorf.de/trac as the server url. Fill out the wizard as shown in the screenshot and click on validate settings.
We use "Format on save" using the default Eclipse settings. You can enable it under Window -> Preferences -> Java -> Editor -> Save Actions (on Mac: Eclipse -> Preferences ...):
If you want to contribute to the Prolog part of ProB, if you want to extend the ProB API, or need them as reference, you need the Prolog sources which can be checked out from https://cobra.cs.uni-duesseldorf.de/prob/trunk/prolog/ using subversion (use, e.g., the command "svn co https://cobra.cs.uni-duesseldorf.de/prob/trunk/prolog/ ProB" to check out the sources). To compile the sources you need a SICStus Prolog licence.