1. To be able to build and run the JBoss documentation example these
environement variables should be defined:

    JAVA_HOME (The location of a 1.3 JDK, e.g. c:\jdk1.3) 

    JBOSS_DIST (The location of the JBoss installation,
                e.g. c:\JBoss-2.2.2)
 
If you are using a bundled version of JBoss with Jetty or Tomcat then
point JBOSS_DIST to the "jboss" subdir please. 
If you want to build any *-war or *-ear target you need to use a bundled
JBoss version or tweak the build.xml file to reflect the correct location
of your servlet.jar file.

The Ant bin directory and JDK bin directory must also be in your PATH
as described in the First Steps chapter of the JBoss manual.

2. To run a specific build "cmp-cd-compile" as specified in the
   manual, type

	ant cmp-cd-compile

3. To run a specific client example, type

	ant cmp-cd-test1

