Artefacts produced by generate events

There are two types of output generated by the evgen command: .java files (for code constants that make the use of events less error prone) and .dmx files (database scripts for loading event definitions onto the database).

The Java artefacts produced from a merged event files are placed in the /build/svr/events/gen/[package] directory. Where [package] is the package attribute specified in the event definition file. For example, package="curam.events" would result in the Java artefacts being placed in the /build/svr/events/gen/curam/events directory.

The database scripts produced from a merged event files are placed in the /build/svr/events/gen/dmx directory.