Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
ecsec Public
reqesidta-prototype
eid-server
Commits
f7e3399f
Commit
f7e3399f
authored
Dec 13, 2019
by
Tobias Assmann
Browse files
add missing build deps
parent
bf92b05b
Changes
1
Hide whitespace changes
Inline
Side-by-side
certificate-generator/create_certs.sh
View file @
f7e3399f
...
...
@@ -17,14 +17,14 @@ else
testbed_version
=
$(
basename
"
$PWD
"
)
fi
#
echo "*** Build Dependecies ... ***"
#
cd bc-tls-patched/
#
mvn clean install -Dencoding=UTF8
#
cd ..
#
#
cd common-testbed-utilities/
#
mvn clean install -Dencoding=Cp1253
#
cd ..
echo
"*** Build Dependecies ... ***"
cd
bc-tls-patched/
mvn clean
install
-Dencoding
=
UTF8
cd
..
cd
common-testbed-utilities/
mvn clean
install
-Dencoding
=
Cp1253
cd
..
echo
"*** Build Testbed ... ***"
cd
IPSmallJava
...
...
@@ -40,7 +40,7 @@ cd ..
echo
"*** Build TestObject ***"
cd
./IPSmallJava/TestObjectBuilder/TestCards/
java
-cp
../../target/IPSmallJava/IPSmallJava.jar com.secunet.ipsmall.tobuilder.TestObjectBuilder
-xin
"ICS_v0_1_3.xml"
-template
"TestObject_Template"
-testbed
"../../target/IPSmallJava/"
-default
#cd ../../target/
#
cd ../../target/
# zip_filename=$(ls IPSmallJava_*.zip | head -1)
# zip -rq ${zip_filename} IPSmallJava/tests/
# cp IPSmallJava_*.zip ../../build
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment