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.

-homeSpecify the FireStorm home directory
-projectProject file
-targetTarget plaform (JDBC, JDO, J2EE)
-outputOutput directory to generate code to

Example:

bin/firestorm.sh -home . -project projects/mymoney.xml -target jdbc -output generated-code