bin/initdb.bat

Code
Comments
Other
Rev Date Author Line
6269 11 Apr 13 nicklas 1 @echo off
6269 11 Apr 13 nicklas 2 REM  $Id$
6269 11 Apr 13 nicklas 3 REM
6269 11 Apr 13 nicklas 4 REM  Copyright (C) 2005 Johan Enell, Nicklas Nordborg
6269 11 Apr 13 nicklas 5 REM  Copyright (C) 2006 Jari Häkkinen, Nicklas Nordborg
6269 11 Apr 13 nicklas 6 REM
6269 11 Apr 13 nicklas 7 REM  This file is part of BASE - BioArray Software Environment.
6269 11 Apr 13 nicklas 8 REM  Available at http://base.thep.lu.se/
6269 11 Apr 13 nicklas 9 REM  
6269 11 Apr 13 nicklas 10 REM  BASE is free software; you can redistribute it and/or modify it
6269 11 Apr 13 nicklas 11 REM  under the terms of the GNU General Public License as published by
6269 11 Apr 13 nicklas 12 REM  the Free Software Foundation; either version 3 of the License, or
6269 11 Apr 13 nicklas 13 REM  (at your option) any later version.
6269 11 Apr 13 nicklas 14 REM  
6269 11 Apr 13 nicklas 15 REM  BASE is distributed in the hope that it will be useful, but
6269 11 Apr 13 nicklas 16 REM  WITHOUT ANY WARRANTY; without even the implied warranty of
6269 11 Apr 13 nicklas 17 REM  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
6269 11 Apr 13 nicklas 18 REM  General Public License for more details.
6269 11 Apr 13 nicklas 19 REM
6269 11 Apr 13 nicklas 20 REM  You should have received a copy of the GNU General Public License
6269 11 Apr 13 nicklas 21 REM  along with BASE. If not, see <http://www.gnu.org/licenses/>.
6269 11 Apr 13 nicklas 22 REM ----------------------------------------
6269 11 Apr 13 nicklas 23
6269 11 Apr 13 nicklas 24 REM Set classpath
6269 11 Apr 13 nicklas 25 call set_classpath.bat
6269 11 Apr 13 nicklas 26
6269 11 Apr 13 nicklas 27 REM Add installation specific classes to CP
6269 11 Apr 13 nicklas 28 SET CP=%CP%;..\data
6269 11 Apr 13 nicklas 29
6269 11 Apr 13 nicklas 30 REM Execute install class
7574 09 Jan 19 nicklas 31 java -cp %CP% net.sf.basedb.install.InitDB install %1 %2 %3 %4 %5 %6 %7 %8 %9