Skip to content
Snippets Groups Projects
Commit 54551e20 authored by Emmanuel Godard's avatar Emmanuel Godard
Browse files

Hello EJCIM

parent 70df8ae3
No related branches found
No related tags found
No related merge requests found
......@@ -25,7 +25,7 @@ udavis <networkGeneratorFile> <scheme> <size> <algoFile : MyAlgo.java>
1. Modify `commandLine` parameters for task `davis` in `build.gradle`.
3. Run
```
./gradlew davis
./gradlew helloejcim
```
......
......@@ -19,7 +19,7 @@ task installJBotsim(type: Copy, group: "distribution", description: "Install jbo
// Basic task to launch davis with appropriate arguments :
// <network> <id> <size> <algo>
task davis(type: Exec, group: "Application", description: "Run default Davis") {
task helloejcim(type: Exec, group: "Application", description: "Run default Davis") {
commandLine 'davis/bin/udavis','src/RingAnon2AgentsSym.java','RandomIds','18','src/RandomWalkRing.java'
dependsOn installJBotsim
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment