Bug #3967
closedUnable to run java -jar kepler-trunk.jar with -nogui -nocache -runwf fullworkflowpath options
0%
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.
Related issues
Updated by Chad Berkley over 15 years ago
check that all command line arguments are passed to the execution scripts.
Updated by Chad Berkley over 15 years ago
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.