Launching Repertoire Designer

There are 2 ways of launching Repertoire Designer.

  1. Go to Repertoire/bin directory. Double-click on Elixir Repertoire.exe. Repertoire Designer will be launched.
  2. Open a command prompt window. Go into Repertoire/bin directory. Enter the following:
    java -jar Repertoire-Launcher.jar
    After a few moments, Repertoire Designer will be launched.

Launching Repertoire Designer with Specific Report, DataSource or Dashboard

User can launch Repertoire Designer and open a specific file at the same time. This is applicable to Report(.rml), DataSource(.ds) and Dashboard(.pml). In order to do this, user will need to launch Repertoire Designer using a command prompt window, which is the second method mentioned in the section called “Launching Repertoire Designer”. However, instead of the command mentioned previously, enter the following instead: java -jar Repertoire-Launcher.jar -maxWorkspace -initialFile repository:/<PathOfFile>.

Here is an example for launching Repertoire Designer with a Report:

java -jar Repertoire-Launcher.jar -maxWorkspace -initialFile 
  repository:/ElixirSamples/Report/Components/Checkbox.rml