Actions
Bug #5115
closedenable system properties setting by updating kepler.sh or kepler.bat
Start date:
07/30/2010
Due date:
% Done:
0%
Estimated time:
Bugzilla-Id:
5115
Description
Originally reported by Chris Weed by asking how to launch kepler 2.0 with proxy settings(http://mercury.nceas.ucsb.edu/kepler/pipermail/kepler-users/2010-July/002269.html)
After digging a while, I found that all property setting by updating kepler.sh or kepler.bat can not take affect. From org.kepler.build.Run class, you can see it started another JVM to start org.kepler.Kepler class without accepting properties from org.kepler.build.runner.Kepler class. I think it is why the properties Chris set works for org.kepler.Kepler, but not org.kepler.build.runner.Kepler.
Actions