Language

The Free and Open Productivity Suite
Released: Apache OpenOffice 4.1.15

Developing Scripts on the Command Line

For users who do not wish to develop their OpenOffice.org scripts using an IDE there is a simple command line interface built into the OpenOffice.org Scripting module which can be used for the generation and deployment of OpenOffice.org Scripts.

Contents

Prerequisites

The CommandLineTools class

The CommandLineTools class takes the following options (Note: Options in angle brackets "<>" are required, options in square brackets "[]" are optional):
[-o Path to OpenOffice.org Installation] -g [Path to Parcel directory] [options]

Generates a Script Parcel for the given the parcel directory. The optional -o flag is used to specify that path to your OpenOffice.org installation. If it is not provided the CommandLineTools class will attempt to discover your OpenOffice.org installation and will print an error if it fails. The parcel name will be the name of the parcel directory plus the .sxp extension.

[-o Path to OpenOffice.org Installation] -d <Path to Script Parcel> <Target Directory|Document>

Deploys the given Script Parcel to a directory or an OpenOffice.org document. The optional -o flag is used to specify that path to your OpenOffice.org installation. If it is not provided the CommandLineTools class will attempt to discover your OpenOffice.org installation and will print an error if it fails. A directory will be created with the name of the Parcel and the contents of the Parcel will be put into that directory.

Top

Examples

Top


Last Modified: Nov 19 2003

Apache Software Foundation

Copyright & License | Privacy | Contact Us | Donate | Thanks

Apache, OpenOffice, OpenOffice.org and the seagull logo are registered trademarks of The Apache Software Foundation. The Apache feather logo is a trademark of The Apache Software Foundation. Other names appearing on the site may be trademarks of their respective owners.