[kepler-dev] [Bug 4983] cannot run kepler.sh in RC2

bugzilla-daemon at ecoinformatics.org bugzilla-daemon at ecoinformatics.org
Thu May 20 13:09:14 PDT 2010


http://bugzilla.ecoinformatics.org/show_bug.cgi?id=4983

Christopher Brooks <cxh at eecs.berkeley.edu> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |cxh at eecs.berkeley.edu

--- Comment #3 from Christopher Brooks <cxh at eecs.berkeley.edu> 2010-05-20 13:09:13 PDT ---
This works for me:
--start--
#!/bin/sh -x
# This script starts Kepler.  
# Run with -h to see all command-line options. 
# This script is auto-generated by the 'ant startupScript' command
keplerScriptPath=$0
kepler=`dirname $keplerScriptPath`
java -classpath ${kepler}/build-area/lib/ant.jar:${kepler}/kepler.jar
org.kepler.build.runner.Kepler "$1" "$2" "$3" "$4" "$5" "$6" "$7" "$8" "$9"

-end--

-- 
Configure bugmail: http://bugzilla.ecoinformatics.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.


More information about the Kepler-dev mailing list