| Option key |
Description |
| org.ops4j.pax.runner.platform.bootDelegation |
optional; same as setting system property org.osgi.framework.bootdelegation. Read about in the core OSGi spcs.
Since 0.8.0. |
| org.ops4j.pax.runner.platform.bundleStartLevel |
optional; the start level at which the installed bundles will be started. Default value is "5". Note that this apply only to those installed bundles that do not have a custom set start level. See different scanners for details. |
| org.ops4j.pax.runner.platform.classpath |
optional; a File.pathSeparator separated list of classpath entries to be appended to the framework classpath which consists out of the framework system jar. |
| org.ops4j.pax.runner.platform.clean |
optional; use this option to the working directory removed prior starting the platform. |
| org.ops4j.pax.runner.platform.console |
optional; true/false; whether the platform console should be started. Default value is "true". |
| org.ops4j.pax.runner.platform.debugClassLoading |
optional; use this option to enable platform class loader logs. Supported on Equinox only as org.eclipse.osgi/debug/loader=true in debug .options file. Default value is "false". |
| org.ops4j.pax.runner.platform.downloadFeedback |
optional; use this option to enable / supress extensive download progress information on downloaded bundles. Default value is "true". |
| org.ops4j.pax.runner.platform.definitionURL |
optional; url to the xml file containing the definition of the platform (system bundle, profiles). |
| org.ops4j.pax.runner.platform.ee |
optional; the targeted execution environment = ee (see list bellow for possible values. If the option is pecified and does not map to one of the names bellow then the provided value is considered an URL to a text based file that contains the packages to be used during execution. The packages must be specified as one package per line.
Default the execution environment is determined based on the jdk version version runner is working on.
Note that the nave of the execution environment is not case sensitive. |
| org.ops4j.pax.runner.platform.frameworkProfile |
optional; name of the framework profile to use. Note that currently only Felix supports profiles. Default value "runner". |
| org.ops4j.pax.runner.platform.javaHome |
optional; the home for the version specified above. If no version was specified then first the value of system property "JAVA_HOME" is used. If that is not set then teh value of system property "java.home" will be used (=same with the home in which runner is running). |
| org.ops4j.pax.runner.platform.overwrite |
optional; use this option to force overwrite the content of the bundles, Default will not be over written. |
| org.ops4j.pax.runner.platform.overwriteUserBundles |
optional; use this option to force overwrite the content of the user bundles = bundles that are suplied by the user via scanners. Default user bundles will not be overwritten. The overwrite option above has priority over this option. |
| org.ops4j.pax.runner.platform.overwriteSystemBundles |
optional; use this option to force overwrite the content of the system bundles = bundles that are making up the target bundles. Default system bundles will not be overwritten. The overwrite option above has priority over this option. |
| org.ops4j.pax.runner.platform.profiles |
optional; a comma separated list of profiles to be used. if not set the default profile form definition it will be used. See profiles section for details. |
| org.ops4j.pax.runner.platform.profileStartLevel |
optional; the start level at which the platform bundles from the selected profiles will be started. Default value is "1". |
| org.ops4j.pax.runner.platform.startLevel |
optional; the platform start level. Default value is "6". |
| org.ops4j.pax.runner.platform.systemPackages |
optional; a comma separated list of packages that should be exported by the framework bundles, in addition to the standard packages list. The standard packages list depends on the ee option (see above). |
| org.ops4j.pax.runner.platform.usePersistedState |
optional; true/false; whether the platform should use the persisted state from a previous run. Default value is false = the platform will be will not reuse the persisted state. |
| org.ops4j.pax.runner.platform.vmOptions |
optional; virtual machine options to be used for the VM that will be started for the platform. Note that the -cp vm machine option is not supported here as the platform starter makes use of this option. If you need the -cp option you will have to use the classpath option described above. |
| org.ops4j.pax.runner.platform.workingDirectory |
optional; a file path where the platform specific artifacts will be stored. Default value "runner". |