Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rashil2000/cs60002-fidas
https://github.com/rashil2000/cs60002-fidas
Last synced: 15 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/rashil2000/cs60002-fidas
- Owner: rashil2000
- Created: 2022-04-17T20:38:26.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-04-17T20:43:17.000Z (almost 3 years ago)
- Last Synced: 2024-11-12T11:44:47.068Z (2 months ago)
- Language: Java
- Size: 35.2 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# FIDAS: Failure Identification in Distributed Asynchronous Systems
### Prerequisites
- [OpenJDK](https://openjdk.java.net/) 7
- [Maven](http://maven.apache.org/) 3.0.3 - 3.8.5In the root of the project (where the `pom.xml` file is located), run:
```shell
mvn clean compile
```This will compile the code. Run:
```shell
mvn clean package
```This will run automated tests.
Refer to any of the `*Demo` classes, remove the `@Ignore` at the top and run them.