summaryrefslogtreecommitdiff
path: root/xmlsecurity/tools/examples/uno_win.bat
diff options
context:
space:
mode:
Diffstat (limited to 'xmlsecurity/tools/examples/uno_win.bat')
-rw-r--r--xmlsecurity/tools/examples/uno_win.bat23
1 files changed, 23 insertions, 0 deletions
diff --git a/xmlsecurity/tools/examples/uno_win.bat b/xmlsecurity/tools/examples/uno_win.bat
new file mode 100644
index 000000000000..6d1f74ada1f6
--- /dev/null
+++ b/xmlsecurity/tools/examples/uno_win.bat
@@ -0,0 +1,23 @@
+call env_win.bat
+
+@echo off
+echo =============================================
+echo step - 1 start OpenOffice
+echo =============================================
+@echo on
+
+@echo off
+echo please start up OpenOffice with "-accept=socket,host=0,port=2002;urp;"
+pause Press Enter when finished...
+@echo on
+
+@echo off
+echo =============================================
+echo step - 2 run the testtool class
+echo =============================================
+@echo on
+
+cp %WS_PATH%/xmlsecurity/tools/uno/current.gif ./.
+java -classpath %WS_PATH%/xmlsecurity/%OUTPUTDIR%/class;%SO_CLASSPATHPATH%/rt.jar;%SO_CLASSPATHPATH%/java_uno.jar;%SO_CLASSPATHPATH%/jurt.jar;%SO_CLASSPATHPATH%/unoil.jar;%SO_CLASSPATHPATH%/ridl.jar;%SO_CLASSPATHPATH%/juh.jar com.sun.star.xml.security.uno.TestTool %WS_PATH%/xmlsecurity/tools/cryptoken/jks/testToken.jks ""
+rm ./current.gif
+