File tree Expand file tree Collapse file tree 3 files changed +9
-8
lines changed Expand file tree Collapse file tree 3 files changed +9
-8
lines changed Original file line number Diff line number Diff line change 574
574
<overwrite >true</overwrite >
575
575
</configfile >
576
576
</configfiles >
577
+ <home >${project.build.directory} /tomcat${tomcat.major.version} x</home >
577
578
<properties >
578
579
<cargo .jvmargs>
579
580
-Xmx8G
580
581
-javaagent:${basedir} /tools/HCL/secagent.jar=agent_path=${basedir} /tools/HCL/secagent.jar
581
- -Dsecagent.log=${basedir} /tools/HCL/working/ HCL-IAST.hcl
582
+ -Dsecagent.log=${basedir} /tools/HCL/HCL-IAST.hcl
582
583
</cargo .jvmargs>
583
584
<cargo .servlet.port>8443</cargo .servlet.port>
584
585
<cargo .protocol>https</cargo .protocol>
Original file line number Diff line number Diff line change 1
1
@ ECHO OFF
2
2
IF EXIST .\secagent.jar (
3
- IF EXIST .\working (
3
+ IF EXIST .\HCL-IAST.hcl (
4
4
5
- RMDIR /S /Q .\working
5
+ DEL .\HCL-IAST.hcl
6
6
7
7
ECHO .
8
8
ECHO Previous results have been removed
@@ -19,7 +19,7 @@ IF EXIST .\secagent.jar (
19
19
20
20
ECHO Copying HCL reports to results directory
21
21
22
- COPY tools\HCL\working\ HCL-IAST.hcl results\Benchmark_HCL-IAST.hcl
22
+ COPY tools\HCL\HCL-IAST.hcl results\Benchmark_HCL-IAST.hcl
23
23
24
24
CD tools\HCL
25
25
Original file line number Diff line number Diff line change 2
2
3
3
if [ -f ./secagent.jar ]; then
4
4
5
- if [ -d ./working ]; then
5
+ if [ -d ./HCL-IAST.hcl ]; then
6
6
7
- rm -r ./working /HCL-IAST.hcl
7
+ rm . /HCL-IAST.hcl
8
8
echo " "
9
- echo " Previous results in /working removed"
9
+ echo " Previous results removed"
10
10
echo " "
11
11
12
12
fi
@@ -17,7 +17,7 @@ if [ -f ./secagent.jar ]; then
17
17
echo " Copying report to results directory"
18
18
benchmark_version=$( scripts/getBenchmarkVersion.sh)
19
19
result_file=" results/Benchmark_$benchmark_version -HCL-IAST.hcl"
20
- cp tools/HCL/working/ HCL-IAST.hcl " $result_file "
20
+ cp tools/HCL/HCL-IAST.hcl " $result_file "
21
21
cd tools/HCL
22
22
23
23
else
You can’t perform that action at this time.
0 commit comments