How do I run FireStorm/DAO™ using the command-line?
FireStorm provides the following command-line options that need to be specified when generating code. All other required options are picked up from the project file.
| -home | Specify the FireStorm home directory |
| -project | Project file |
| -target | Target plaform (JDBC, JDO, J2EE) |
| -output | Output directory to generate code to |
Example:
bin/firestorm.sh -home . -project projects/mymoney.xml -target jdbc -output generated-code

