mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-14 17:58:59 +00:00
15843: Java tests harness: next portion of v0.62 15918: CMIS Test Harness update. git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@17235 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
7 lines
179 B
Batchfile
Executable File
7 lines
179 B
Batchfile
Executable File
@echo off
|
|
|
|
set CLASSPATH=cmis-test-client.jar
|
|
for %%i in (./lib/*.jar) do call set CLASSPATH=./lib/%%~i;%%CLASSPATH%%
|
|
|
|
java org.alfresco.cmis.ws.example.CmisSampleClient %1 %2 %3
|