Installation

The development environment is organized beneath a root directory called c:\mlnmdev. Various downloaded software packages are typically also installed to root subdirectories of their own: c:\ant1.5.1, the Java SDK c:\j2sdk1.4.0_01.

Environment variables need to be created or modified as follows:

 
	ANT_HOME : c:\ant1.5.1 
	JAVA_HOME : c:\j2sdk1.4.0_01 
	PATH : %PATH%;%JAVA_HOME%\jre\bin;%ANT_HOME%\bin 

The ant distribution comes with many .jar files, but more are needed.

The following .jar files should be downloaded, and then go under c:\ant1.5.1\lib:

 
	a. JAXP: dom.jar, jaxp-api.jar, sax.jar 
	http://java.sun.com/xml/download.html
	b. NetComponents.jar (as noted above) 
	http://www.savarese.org/oro/downloads/
	c. styler.jar 
	http://www.langdale.com.au/styler/ (Latest changes: 20020331)
	d. xalan.jar 
	http://xml.apache.org/xalan-j/index.html