Skip to content
maehld edited this page Feb 17, 2012 · 1 revision

Kipeto and its tools now support specifying parameters in a parameter file instead of specifying each of them at the command line. The parameter file is a simple java.util.Properties-File. The supported command line parameters are the keys and its value becomes the property value.

Please note that you need to escape a backslash in properties files just like you need to do it in Java.

Here's a small example:

-g=
-b=blueprint_name
-r=http://server/path
-t=c:/program files/application

Clone this wiki locally