Product Build and Test.
=======================

These steps will ensure that your environment is setup correctly and
that the product will compile and run in that environment.

 (1) Copy file ecal/scripts/ecal.properties.txt to ecal/scripts/ecal.properties

 (2) edit file ecal\scripts\ecal.properties
    
     For example:
     
     	appl.path=c:\\eclipse\\workspace\\ecal-java
	 	appl.url=http://localhost:9090/ECal
		appl.pathsep=\\
 
 (3) Run the default ant target.
 
 		ant -file build.xml 
 		
 		Eclipse IDE.
 		
 		add a junit.jar to your ant runtime library list.
 		
 			Window | Preferences |Ant | Runtime | Aditional Libraries
 			
       	The best place to get the jar is from the junit plug-in which you
       	can find in your eclipse installation directory.
       	
       		eclipse/plugins/org.junit_3.8.1/junit.jar

Product Startup 
===============
These steps will start the servers that make up the product and allow you
to use the product and run the FIT tests.

	IDE Startup
	-----------
	There is a java main that can be run that will startup both the servers.

		src/alltests/RunBoth.java
	
	Command Line
	------------
	Each script file starts up one of the processes.

			Windows
			.......
			cd <YOUR PROJECT DIR>
    		start runECal.bat
     		start runFitnesse.bat

			Unix
			....
			cd <YOUR PROJECT DIR>
    		./runECal.sh&
     		./runFitnesse.sh&

Using the Product
================= 
To use Ecal open your browser to the following URL.

 	http://localhost:9090/ECal

To run the FIT tests against the Ecal server open you browser to the
following URL.

 	http://localhost:7070/CalendarPaths.CalendarTests


-Thats all.
If you have questions
send them to xpcinci@objectwind.com 
