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

correct commandLine for davis task

parent cafae002
Branches
Tags
No related merge requests found
...@@ -20,7 +20,7 @@ task installJBotsim(type: Copy, group: "distribution", description: "Install jbo ...@@ -20,7 +20,7 @@ task installJBotsim(type: Copy, group: "distribution", description: "Install jbo
// Basic task to launch davis with appropriate arguments : // Basic task to launch davis with appropriate arguments :
// <network> <id> <size> <algo> // <network> <id> <size> <algo>
task davis(type: Exec, group: "Application", description: "Run default Davis") { task davis(type: Exec, group: "Application", description: "Run default Davis") {
commandLine 'davis/bin/udavis','src/RingAnon2AgentsSym.java','RandomIds','18','src/randomWalkRing.java' commandLine 'davis/bin/udavis','src/RingAnon2AgentsSym.java','RandomIds','18','src/RandomWalkRing.java'
dependsOn installJBotsim dependsOn installJBotsim
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment