1*464275f7SLiu Zhe@echo OFF 243bf91f1SHerbert Dürrrem ************************************************************* 343bf91f1SHerbert Dürrrem 443bf91f1SHerbert Dürrrem Licensed to the Apache Software Foundation (ASF) under one 543bf91f1SHerbert Dürrrem or more contributor license agreements. See the NOTICE file 643bf91f1SHerbert Dürrrem distributed with this work for additional information 743bf91f1SHerbert Dürrrem regarding copyright ownership. The ASF licenses this file 843bf91f1SHerbert Dürrrem to you under the Apache License, Version 2.0 (the 943bf91f1SHerbert Dürrrem "License"); you may not use this file except in compliance 1043bf91f1SHerbert Dürrrem with the License. You may obtain a copy of the License at 1143bf91f1SHerbert Dürrrem 1243bf91f1SHerbert Dürrrem http://www.apache.org/licenses/LICENSE-2.0 1343bf91f1SHerbert Dürrrem 1443bf91f1SHerbert Dürrrem Unless required by applicable law or agreed to in writing, 1543bf91f1SHerbert Dürrrem software distributed under the License is distributed on an 1643bf91f1SHerbert Dürrrem "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY 1743bf91f1SHerbert Dürrrem KIND, either express or implied. See the License for the 1843bf91f1SHerbert Dürrrem specific language governing permissions and limitations 1943bf91f1SHerbert Dürrrem under the License. 2043bf91f1SHerbert Dürrrem 2143bf91f1SHerbert Dürrrem ************************************************************* 2243bf91f1SHerbert Dürr 23180e3c91SLiu Zheset BASE=%~pd0% 2459896888SLiu Zhejava -cp "%BASE%\lib\junit.jar;%BASE%\testcommon\bin;%BASE%\testgui\bin;%BASE%\testuno\bin;%BASE%\testgui\data;%BASE%\testuno\data" org.openoffice.test.Run -r org.openoffice.test.common.Installer -l org.openoffice.test.common.XMLReporter -l org.openoffice.test.common.ReportUploader "-Dtestspace=%BASE%\testspace" -Dsingleton=true %* 2543bf91f1SHerbert Dürr 26