This repository was archived by the owner on Sep 10, 2021. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +11
-5
lines changed
core/public/java/uploader Expand file tree Collapse file tree 4 files changed +11
-5
lines changed Original file line number Diff line number Diff line change 1
- To build MidasUploader, simply execute the build.sh script.
1
+ To build MidasUploader, simply execute the build.sh or build.bat script.
2
2
3
3
This requires a JDK>1.3, and that the binary files are
4
4
in your path.
5
5
It also requires you to have created a Certificate using
6
- the "keytool" supplied with the SUN jdk. The certificate
7
- should be named tstkey.
6
+ the "keytool" supplied with the SUN jdk. There is one in the keystore that
7
+ is shipped in the Midas repository (see the file kitware!.keystore), but if
8
+ it expires you can use the following command to generate a replacement:
9
+
10
+ keytool -genkey -alias mycert -keypass kitware! -validity 730
11
+
12
+ That will create a key that is valid for 730 days (2 years). Note that
13
+ this key is still not verified by a trusted authority, so a warning will
14
+ appear the first time it is loaded.
Original file line number Diff line number Diff line change @@ -8,6 +8,5 @@ jar cvfm ../dist/MidasUploader.jar ../src/manifest com
8
8
cd ..
9
9
cd dist
10
10
jarsigner -keystore ../kitware!.keystore MidasUploader.jar mycert
11
- REM del "E:\kitware\Midas\midas\tmp\logs\*.log"
12
- REM del "E:\kitware\MidasData\temp\*.tmp"
11
+
13
12
cd ..
You can’t perform that action at this time.
0 commit comments