You can generate applications from the command line as an alternative to generating from the Enterprise Developer IDE in Eclipse. To enable this feature, you must create a configuration XML file for each object or application you want to generate. An application's configuration XML file contains all the information necessary to generate the screens, multiple-map mapsets, and programs of the application.
You must create a configuration XML file manually using a specific structure and XML elements as described in the Configuration XML File reference topics. See also To create a configuration XML file.
The configuration XML file you generate for an application is stored in the cmdgnxml project subdirectory, and is named as follows:
ap_applicationname.xml
Once you have created the configuration XML file, you can generate it from the command line.
Use the cmdgen command to generate a full application or one or more application objects. For complete information, see To generate from the command line and the cmdgen command reference topic.