Skip to content

5.3 Info

Pascal Hürlimann edited this page Jun 28, 2020 · 3 revisions

Explanation

Prints information about the current user setup.

  • which Java runtime is configured
  • which SDK versions are available
  • which JRE versions are available
  • which databases are available
  • which SDK configurations and plugin files are available
  • details on the available run times
  • details on the available plugins
  • JTS locations for integration testing

Requirements

If the bootstrap task hasn't run, meaning there is no jde folder available, this task will crash.

Arguments

None

Examples

This is the output of the info task with both a 6.0.6.1 and 7.0 sdk available, and a run time set up for each version. Also, two plugins have been defined in the workspaces configuration.

Configured Java executable:
        jre/bin/java
Available SDK versions:
        EWM-SDK-Server-7.0.zip
        RTC-SDK-Server-6.0.6.1.zip
Available Servers / JRE versions:
        JTS-CCM-keys-Linux64_7.0.zip
        JTS-CCM-keys-Linux64_6.0.6.1.zip
Available databases:
        6.0.6.1_db.zip
        7.0_db.zip
Available configurations:
        sdk file list: sdk_files_6.0.6.1.cfg,   sdk runtime configuration: sdk_config_6.0.6.1.cfg
        sdk file list: sdk_files_7.0.cfg,       sdk runtime configuration: sdk_config_7.0.cfg
Available P2 Repository URLs:
        file:/home/sbi/workspaces/jazz/jazz-development-environment/jde/p2repo/6.0.6.1
Available drop-ins:
        launcher442.zip
Set up run times: 
        Runtime {
                version = 6.0.6.1,
                folder = /home/sbi/workspaces/jazz/jazz-development-environment/jde/runtime/6.0.6.1,
                osgi = org.eclipse.osgi_3.10.2.v20150203-1939.jar,
                configurator = org.eclipse.equinox.simpleconfigurator_1.1.0.v20131217-1203.jar,
                launcher = sdk/plugins/org.eclipse.equinox.launcher_1.3.0.v20140415-2008.jar
        }
        Runtime {
                version = 7.0,
                folder = /home/sbi/workspaces/jazz/jazz-development-environment/jde/runtime/7.0,
                osgi = org.eclipse.osgi_3.10.2.v20150203-1939.jar,
                configurator = org.eclipse.equinox.simpleconfigurator_1.1.0.v20131217-1203.jar,
                launcher = sdk/plugins/org.eclipse.equinox.launcher_1.3.0.v20140415-2008.jar
        }
Available plugins:
        UiEntry{
                directory=/home/sbi/workspaces/jazz/rtc-git-connector,
                iniLine='reference\:file\:/home/sbi/workspaces/jazz/rtc-git-connector@start'
        }
        ServiceEntry {
                directory = /home/sbi/workspaces/jazz/rtc-git-connector-service
                ini line = reference\:file\:/home/sbi/workspaces/jazz/rtc-git-connector-service/plugin@start
                properties line = org.jazzcommunity.GitConnectorService=target/classes,target/dependency
        }
Known JTS locations::
        /home/sbi/workspaces/jazz/jazz-development-environment/jde/integration/6.0.6.1