Configuration Tab

The Configuration Tab is an advanced tab that lets you override the default configuration area location and the config.ini file content of the runtime Eclipse application you are testing.

Configuration tab

 

Area di configurazione

Every Eclipse application instance has a unique configuration area which contains metadata, caches and configuration files read by the runtime and Update Manager upon startup.

Di solito, l'ubicazione della configurazione non è importante; pertanto, PDE genera un'area di configurazione univoca per ogni avvio nella rispettiva area dei metadati. Questa area di configurazione viene eliminata quando la configurazione di avvio viene eliminata.

If desired, a user can set the location of the configuration area. Variables in the directory path are supported; thus, allowing launch configurations to be sharable among team members.

There is also an option to Clear the configuration area before launching, which is useful for testing how plug-ins cache data in that area.

 

File di configurazione

Upon startup, the runtime reads a configuration file named config.ini located in a configuration/ subdirectory of the configuration area associated with the Eclipse application instance. Questo file è un file di proprietà standard che può configurare molti aspetti del runtime. Per un elenco completo delle proprietà supportate, fare riferimento al documento Opzioni di runtime Eclipse.

The Generate a config.ini file with default content is the default option and is recommended unless you have some very specific needs. Quando si seleziona questa opzione, PDE genera un file config.ini con le seguenti proprietà:

The Use an existing config.ini file as a template option takes an existing config.ini file and makes a copy of it. PDE neither adds nor removes properties from this file. However, PDE modifies the osgi.bundles and osgi.splashPath keys by substituting their generic bundle URL values with absolute paths that reflect the actual locations of the bundles on disk.