5 |
|
|
6 |
set BASE=%~dp0 |
set BASE=%~dp0 |
7 |
set LIB=%BASE%\thirdparty |
set LIB=%BASE%\thirdparty |
8 |
set CLASSPATH=%LIB%\bouncycastle\bcprov-jdk15-144.jar;%LIB%\bouncycastle\bcmail-jdk15-144.jar;%LIB%\bouncycastle\mail-1.4.1.jar;%LIB%\commons\commons-cli-1.2.jar;%LIB%\commons\commons-lang-2.4.jar;%LIB%\flyingsaucer\core-renderer-minimal.jar;%LIB%\flyingsaucer\iText-2.0.8.jar;%LIB%\swingworker\swing-worker-1.2.jar;%LIB%\winregistry\WinRegistry-3.4.jar;%BASE%\bin |
set CLASSPATH=%LIB%\bouncycastle\bcprov-jdk15-144.jar;%LIB%\bouncycastle\bcmail-jdk15-144.jar;%LIB%\bouncycastle\mail-1.4.3.jar;%LIB%\commons\commons-cli-1.2.jar;%LIB%\commons\commons-lang-2.4.jar;%LIB%\flyingsaucer\core-renderer-minimal.jar;%LIB%\flyingsaucer\iText-2.0.8.jar;%LIB%\swingworker\swing-worker-1.2.jar;%LIB%\winregistry\WinRegistry-3.4.jar;%BASE%\bin |
9 |
set INVOKED_PROGRAM=%0 |
set INVOKED_PROGRAM=%0 |
10 |
|
|
11 |
REM undocumented behaviour: first parameter can be "test" to run unit tests, |
REM undocumented behaviour: first parameter can be "test" to run unit tests, |