User Guide
Jolorun command line
Jolorun uses a command line to perform several actions. Here is a list of possible parameters :
| Command | Parameter | Value | Description |
|---|
| create-project | | | Launches the GUI editor so that you can customize your project |
| | -name | | Project name |
| | -package | | Package name |
| | -profile | Web,Enterprise | Java EE 6 profile |
| | -appserver | GlassFishV3 | Application server where the application will be deployed to (default GlassFish V3) |
| | -db | Derby,MySQL | Type of database (default Derby) |
| | -dburl | | URL of the database |
| | -output | | Directory where to generate the code (default is current directory) |
| | -xml | filename.xml | XML File to create a project from. The default file name is jolorun.xml |
| | -verbose | | Switches the verbose mode on |
| help | | | Displays the command line help page |
| version | | | Displays the version of Jolorun |
Comments: 0