[kepler-dev] [Bug 5097] kepler.sh accepts a limited number of arguments

bugzilla-daemon at ecoinformatics.org bugzilla-daemon at ecoinformatics.org
Thu Aug 5 15:52:48 PDT 2010


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

jianwu <jianwu at sdsc.edu> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
       Hours Worked|                            |6.0
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED

--- Comment #3 from jianwu <jianwu at sdsc.edu> 2010-08-05 15:52:48 PDT ---
It is now fixed by changing bash and bat to:

kepler.sh:
java -classpath build-area/lib/ant.jar:kepler.jar
org.kepler.build.runner.Kepler "$@"

kepler.bat:
java -classpath build-area\lib\ant.jar;kepler.jar
org.kepler.build.runner.Kepler %*


The workflow execution command I tried is as follows:

D:\Kepler\repository\testtrunk>kepler.bat -runwf -nogui -Str1 2  -Str2 2  -Str3
2 -Str8 2 -Str9 10
"c:\Users\jianwu\KeplerData\Kepler-2.0-Demos\demos\getting-started\04-HelloWorld
NoGUI WithParas.kar"

-- 
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