Instructions for compiling OpenMHP 1.0.4. source code

0. Install Java SDK 1.4.x 

1. Install Apache ANT
	1. download Apache ANT from website http://ant.apache.org/
	2. install ANT, follow it's instructions

2. Start command console (or prompt, MS-DOS window etc)

3. Go to the OpenMHP folder
	For example c:\openmhp\trunk\

3. Launch ant with parameter 'conf'
	
	If you are in the OpenMHP main dir, you can type:
	'ant conf'
	
	If you are in some other dir, type for example
	'ant -buildfile c:\test\trunk\build.xml conf'

	A configuration window will open.

4. Configure Ant file 'build.properties'
	Search javatv.jar and jmf.jar from your harddrive
	Set also Java SDK dir, this is needed if SDK has bad install

	Save changes.

5. Now run Ant task 'compile'
	Type 
	'ant compile'
	or for example
	'ant -buildfile c:\test\trunk\build.xml compile'


   WAIT

   ANT compiles OpenMHP with examples and copies everything to the
   folder named 'build'. 

6. Start OpenMHP

   When ANT finishes, you can go to the folder "build" and run (or click)
   command start.bat

   OR

   	Type
	'ant run'
        or
	type for example
	'ant -buildfile c:\test\trunk\build.xml run'


