1*cdf0e10cSrcweircall env_win.bat
2*cdf0e10cSrcweir
3*cdf0e10cSrcweir@echo off
4*cdf0e10cSrcweirecho =============================================
5*cdf0e10cSrcweirecho step - 1 start OpenOffice
6*cdf0e10cSrcweirecho =============================================
7*cdf0e10cSrcweir@echo on
8*cdf0e10cSrcweir
9*cdf0e10cSrcweir@echo off
10*cdf0e10cSrcweirecho please start up OpenOffice with "-accept=socket,host=0,port=2002;urp;"
11*cdf0e10cSrcweirpause Press Enter when finished...
12*cdf0e10cSrcweir@echo on
13*cdf0e10cSrcweir
14*cdf0e10cSrcweir@echo off
15*cdf0e10cSrcweirecho =============================================
16*cdf0e10cSrcweirecho step - 2 run the testtool class
17*cdf0e10cSrcweirecho =============================================
18*cdf0e10cSrcweir@echo on
19*cdf0e10cSrcweir
20*cdf0e10cSrcweircp %WS_PATH%/xmlsecurity/tools/uno/current.gif ./.
21*cdf0e10cSrcweirjava -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 ""
22*cdf0e10cSrcweirrm ./current.gif
23*cdf0e10cSrcweir
24