/[webpac]/trunk/openisis/jtest.bat
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Annotation of /trunk/openisis/jtest.bat

Parent Directory Parent Directory | Revision Log Revision Log


Revision 237 - (hide annotations)
Mon Mar 8 17:43:12 2004 UTC (20 years ago) by dpavlin
Original Path: openisis/current/jtest.bat
File MIME type: text/plain
File size: 1981 byte(s)
initial import of openisis 0.9.0 vendor drop

1 dpavlin 237 @echo off
2    
3     rem openisis - an open implementation of the ISIS database
4     rem Version 0.8.x (microversion see file Version)
5     rem Copyright (C) 2001-2002 by Erik Grziwotz, erik@openisis.org
6     rem
7     rem This library is free software; you can redistribute it and/or
8     rem modify it under the terms of the GNU Lesser General Public
9     rem License as published by the Free Software Foundation; either
10     rem version 2.1 of the License, or (at your option) any later version.
11     rem
12     rem This library is distributed in the hope that it will be useful,
13     rem but WITHOUT ANY WARRANTY; without even the implied warranty of
14     rem MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
15     rem Lesser General Public License for more details.
16     rem
17     rem You should have received a copy of the GNU Lesser General Public
18     rem License along with this library; if not, write to the Free Software
19     rem Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
20     rem
21     rem This software is dedicated to the memory of Eckart Dietrich.
22     rem
23     rem This software is inspired by (but contains no code of) the iAPI
24     rem Copyright (C) 2000 by Robert Janusz, rj@jezuici.krakow.pl.
25     rem See iAPI.txt for what it contains.
26     rem
27     rem
28     rem $Id: jtest.bat,v 1.1 2002/08/28 14:47:13 erikisis Exp $
29     rem Testscript for openisis java classes on win32 platforms
30     rem
31    
32     set CLASSPATH=.
33    
34     if not exist testout.txt goto bug
35     del testout.txt
36    
37     :bug
38    
39     java org.openisis.Test -db db/cds/cds -encoding Cp850 -row 42 >> testout.txt
40     java org.openisis.Test -db db/cds/cds -encoding Cp850 -search development >> testout.txt
41     java org.openisis.Test -db db/cds/cds -encoding Cp850 -terms "" >> testout.txt
42     java org.openisis.Test -db db/cds/cds -encoding Cp850 -mpu -row 130 >> testout.txt
43     java org.openisis.Test -db db/cds/cds -encoding Cp850 -mhl -hta -row 130 >> testout.txt
44     java org.openisis.Test -db db/cds/cds -encoding Cp850 -m1 -row 130 >> testout.txt
45    
46     fc testout.txt jtest.txt
47    
48    

  ViewVC Help
Powered by ViewVC 1.1.26