2634 |
12 Sep 06 |
nicklas |
#!/bin/sh |
2634 |
12 Sep 06 |
nicklas |
# $Id$ |
2634 |
12 Sep 06 |
nicklas |
3 |
# |
3675 |
16 Aug 07 |
jari |
# Copyright (C) 2006 Nicklas Nordborg |
2634 |
12 Sep 06 |
nicklas |
5 |
# |
2634 |
12 Sep 06 |
nicklas |
# This file is part of BASE - BioArray Software Environment. |
2634 |
12 Sep 06 |
nicklas |
# Available at http://base.thep.lu.se/ |
2634 |
12 Sep 06 |
nicklas |
8 |
# |
2634 |
12 Sep 06 |
nicklas |
# BASE is free software; you can redistribute it and/or |
2634 |
12 Sep 06 |
nicklas |
# modify it under the terms of the GNU General Public License |
4473 |
05 Sep 08 |
jari |
# as published by the Free Software Foundation; either version 3 |
2634 |
12 Sep 06 |
nicklas |
# of the License, or (at your option) any later version. |
2634 |
12 Sep 06 |
nicklas |
13 |
# |
2634 |
12 Sep 06 |
nicklas |
# BASE is distributed in the hope that it will be useful, |
2634 |
12 Sep 06 |
nicklas |
# but WITHOUT ANY WARRANTY; without even the implied warranty of |
2634 |
12 Sep 06 |
nicklas |
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
2634 |
12 Sep 06 |
nicklas |
# GNU General Public License for more details. |
2634 |
12 Sep 06 |
nicklas |
18 |
# |
2634 |
12 Sep 06 |
nicklas |
# You should have received a copy of the GNU General Public License |
4508 |
11 Sep 08 |
jari |
# along with BASE. If not, see <http://www.gnu.org/licenses/>. |
2634 |
12 Sep 06 |
nicklas |
21 |
# |
2634 |
12 Sep 06 |
nicklas |
22 |
|
2634 |
12 Sep 06 |
nicklas |
# Import CLASSPATH($CP) |
2959 |
27 Nov 06 |
nicklas |
24 |
. ./set_classpath.sh |
2634 |
12 Sep 06 |
nicklas |
25 |
|
2634 |
12 Sep 06 |
nicklas |
# Execute JobAgent |
3675 |
16 Aug 07 |
jari |
27 |
java -server -Xmx50M -Xms50M -cp $CP net.sf.basedb.clients.jobagent.AgentController $* |