office-gobmx/xmlsecurity/tools/examples/uno_win.bat
Rüdiger Timm 7d1960d2da INTEGRATION: CWS xmlsec10 (1.2.4); FILE MERGED
2005/03/24 08:20:58 mmi 1.2.4.1: idl review

Issue number:
Submitted by:
Reviewed by:
2005-03-29 12:32:53 +00:00

23 lines
885 B
Batchfile

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%/sandbox.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