Skip to content

5.3 Info

SBI- edited this page Oct 14, 2018 · 3 revisions

Explanation

Prints information about the current user setup.

  • which SDK versions are available
  • which JRE versions are available
  • which databases are available
  • which SDK configurations are available
  • details on the available run times
  • details on the available plugins

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.3 and 6.0.6 sdk available, and a run time set up for each version. Also, two plugins have been defined in the workspaces configuration.

Available SDK versions:
        RTC-SDK-Server-6.0.6.zip
        RTC-SDK-Server-6.0.3.zip
Available Servers / JRE versions:
        JTS-CCM-keys-Linux64_6.0.3.zip
        JTS-CCM-keys-Linux64_6.0.6.zip
Available databases:
        6.0.3_db.zip
        6.0.6_db.zip
Available configurations:
        sdk_files_6.0.6.cfg
        sdk_files_6.0.3.cfg
Set up run times: 
        Runtime {
                version = 6.0.6,
                folder = /home/sbi/workspaces/jazz/jazz-development-environment/jde/runtime/6.0.6,
                osgi = sdk/plugins/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 = 6.0.3,
                folder = /home/sbi/workspaces/jazz/jazz-development-environment/jde/runtime/6.0.3,
                osgi = sdk/plugins/org.eclipse.osgi_3.10.2.v20150203-1939.jar,
                configurator = org.eclipse.equinox.simpleconfigurator_1.0.200.v20100503.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
                ini line = 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/dependencies
        }
Clone this wiki locally