Prerequisites
-------------

1) Java SDK 1.3 or higher
2) Apache Ant for build ( http://ant.apache.org/)


Getting the code
----------------

svn checkout https://www.nitrc.org/svn/hid/codegen/trunk/codegen


Building Simple Java O/R Mapper (Code Generator)
------------------------------------------------

In the directory you have checked out the code ($CODEGEN_HOME) run ant as follows

$ ant -Dinstall_dir=<Full path to your install directory> install

After this, you should be able to run the GUI ,

$ <Full path to your install directory>/codegen.sh

See also the help from the help menu in the application.

WHAT'S NEW
----------
A list of changes in recent versions

1.1 : (23-June-2004)
	- Postgres support
	
1.2 : (20-Sept-2004)
	- some refactoring, a few bug fixes
	


