Skip to content
Prev Previous commit
Next Next commit
Brackets need escaping in batch files.
  • Loading branch information
rewtd committed Mar 6, 2020
commit 00bda154007139d4eaa5859a28f8f7997e223039
2 changes: 1 addition & 1 deletion tools/CxIAST/runBenchmark_wCxIAST.bat
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ IF EXIST .\cx-launcher.jar (

) ELSE (
ECHO Checkmarx IAST is a commercial product, so you need a licensed version of Checkmarx IAST in order to run it on the Benchmark. If you have access to Checkmarx IAST and want to run the Benchmark against it you will have to:
ECHO * download the CxIAST Agent for Java (cxiast-java-agent.zip) from the Server;
ECHO * download the CxIAST Agent for Java ^(cxiast-java-agent.zip^) from the Server;
ECHO * put it into the /tools/CxIAST folder;
ECHO * unzip it; and then
ECHO * rerun this script.
Expand Down
4 changes: 2 additions & 2 deletions tools/seeker/runBenchmark_wSeeker.bat
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ IF EXIST .\seeker-agent.jar (

) ELSE (
ECHO Seeker is a commercial product, so you need a licensed version of Seeker in order to run it on the Benchmark.
ECHO * download the CxIAST Agent for Java (cxiast-java-agent.zip) from the Server;
ECHO * download the CxIAST Agent for Java ^(cxiast-java-agent.zip^) from the Server;
ECHO * put it into the /tools/CxIAST folder;
ECHO * unzip it;
ECHO * update pom.xml (deploywseeker section, seeker.server.url); and then
ECHO * update pom.xml ^(deploywseeker section, seeker.server.url^); and then
ECHO * rerun this script.
)