Initial commit.

This commit is contained in:
Achim D. Brucker 2015-06-15 09:22:50 +02:00
parent b846fbc3ef
commit d973c81a3b
1 changed files with 43 additions and 0 deletions

View File

@ -1 +1,44 @@
# DASCA
## Installation
### Prerequisites
* Java 8
### Checkout
Note that this repository imports WALA as a submodule. Thus,
you either need to recursively clone this repository or execute
```
git submodule update --init --recursive
```
after cloning the repository.
### How to Compile
First resolve the dependencies using maven and initialise the
Eclipse project structure:
```
cd src/eu.aniketos.dasca.parent/
mvn -P wala clean install -DskipTests=true -q
mvn -P dasca clean eclipse:clean
mvn -P dasca eclipse:eclipse
```
After this, all projects can be imported into a fresh Eclipse
workspace using `File -> Import -> Existing Projects into Workspace`.
Please import them in the following order:
1. Import all WALA projects (``externals/WALA/``) into Eclipse.
2. Import all DASCA projects (``src/``) into Eclipse.
While several Wala projects may contain compilation errors, all DASCA
projects (i.e., `eu.aniketos.dasca.*`) should compile without errors.
## Team
Main contact: [Achim D. Brucker](http://www.brucker.ch/)
### Contributors
* Thomas Deuster
* Michael Herberg
* Michael Herzberg
* Tim Herres