JBoss.orgCommunity Documentation

Chapter 2. Command Line

2.1. Installation
2.2. How To …
2.2.1. Parse and Validate a Scribble Protocol
2.2.2. Project a Global Protocol
2.2.3. Simulate a Message Trace

Download the latest binary distribution of the command lines tools from the scribble website and unpack the zip file in an appropriate location.

The directory structure within the distribution is:

  • bin

The folder containing the scripts for running the scribble tools.

  • docs

The folder containing the user guide, developer guide and Java API documentation.

  • lib

The jar files used by the scribble command line tools.

Before running any of the commands, you will need to setup the MODULE_PATH environment variable, to identify which folder (or folders) contain the module definitions. The MODULE_PATH will define a list of directories, separated by the : character.

If you don’t wish to define the environment variable, then the list of folders can be supplied on the command line, by specfying: -path <directories>