Bug #3967
closed
Unable to run java -jar kepler-trunk.jar with -nogui -nocache -runwf fullworkflowpath options
Added by Madhusudan Gujral over 15 years ago.
Updated over 15 years ago.
Description
I am unable to run
java -jar kepler-trunk.jar -nogui -nocache -runwf fullworkflowpath
arguments are completely ignored.
I create kepler-trunk.jar by running ant package target.
check that all command line arguments are passed to the execution scripts.
There are now two ways to do this. On the installed version of kepler, you can use the kepler.sh or kepler.bat files to pass whatever arguments you want. On the svn version of kepler, use the command 'ant startupScript' to generate the scripts in the root kepler directory. Those scripts can be passed arguments.
In addition, this will also create a kepler.jar file in the root that can execute kepler with 'java -jar kepler.jar'. Please see the startup scripts for specific syntax.
Original Bugzilla ID was 3967
Also available in: Atom
PDF