src/test/run.bat

Code
Comments
Other
Rev Date Author Line
83 04 Mar 05 nicklas 1 @echo off
2306 22 May 06 jari 2 REM  $Id$
83 04 Mar 05 nicklas 3 REM
3675 16 Aug 07 jari 4 REM  Copyright (C) 2005 Johan Enell, Nicklas Nordborg
4889 06 Apr 09 nicklas 5 REM  Copyright (C) 2006 Jari Häkkinen, Nicklas Nordborg
83 04 Mar 05 nicklas 6 REM
2304 22 May 06 jari 7 REM  This file is part of BASE - BioArray Software Environment.
2304 22 May 06 jari 8 REM  Available at http://base.thep.lu.se/
83 04 Mar 05 nicklas 9 REM
83 04 Mar 05 nicklas 10 REM  BASE is free software; you can redistribute it and/or
83 04 Mar 05 nicklas 11 REM  modify it under the terms of the GNU General Public License
4480 05 Sep 08 jari 12 REM  as published by the Free Software Foundation; either version 3
83 04 Mar 05 nicklas 13 REM  of the License, or (at your option) any later version.
83 04 Mar 05 nicklas 14 REM
83 04 Mar 05 nicklas 15 REM  BASE is distributed in the hope that it will be useful,
83 04 Mar 05 nicklas 16 REM  but WITHOUT ANY WARRANTY; without even the implied warranty of
83 04 Mar 05 nicklas 17 REM  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
83 04 Mar 05 nicklas 18 REM  GNU General Public License for more details.
83 04 Mar 05 nicklas 19 REM
83 04 Mar 05 nicklas 20 REM  You should have received a copy of the GNU General Public License
4514 11 Sep 08 jari 21 REM  along with BASE. If not, see <http://www.gnu.org/licenses/>.
83 04 Mar 05 nicklas 22 REM ----------------------------------------
83 04 Mar 05 nicklas 23
2612 30 Aug 06 nicklas 24 REM Set classpath
2612 30 Aug 06 nicklas 25 call set_classpath.bat
83 04 Mar 05 nicklas 26
83 04 Mar 05 nicklas 27 REM Execute test class
5031 28 Jul 09 nicklas 28 java -Xmx512M -Xms128M -ea -server -cp %CP% -Dcom.sun.media.jai.disableMediaLib=true %1 %2 %3 %4 %5 %6 %7 %8 %9