
     README for XMLspark

================================

INSTALLATION:
--------------------------------


to be able to run the program:

install JRE 6 Update 10 or higher on your computer from:
https://cds.sun.com/is-bin/INTERSHOP.enfinity/WFS/CDS-CDS_Developer-Site/en_US/-/USD/ViewProductDetail-Start?ProductRef=jre-6u13-oth-JPR@CDS-CDS_Developer

or (Windows only):
install "jre-6u13-windows-i586-p.exe" placed in "Java" directory on this CD


................................


to be able to compile and run the program:

install JDK 6 Update 10 or higher on your computer from:
https://cds.sun.com/is-bin/INTERSHOP.enfinity/WFS/CDS-CDS_Developer-Site/en_US/-/USD/ViewProductDetail-Start?ProductRef=jdk-6u13-oth-JPR@CDS-CDS_Developer

or (Windows only):
install "jdk-6u13-windows-i586-p.exe" placed in "Java" directory on this CD



================================

RUN:
--------------------------------

Copy the "XMLspark" direcotry on your hard drive.

run XMLspark.jar in "XMLspark" directory




================================

ANT SCRIPT
--------------------------------

ant script is located in XMLspark directory


commands:

ant compile - compiles the project
ant clean   - deletes all files created during compilation including XMLspark.jar
ant run     - runs the project

