User: gropi   
  Date: 01/09/30 03:33:48

  Modified:    src/examples/build readme.txt
  Log:
  Instructions for the bundled JBoss versions and why servlet.jar is needed.
  
  Revision  Changes    Path
  1.4       +15 -5     manual/src/examples/build/readme.txt
  
  Index: readme.txt
  ===================================================================
  RCS file: /cvsroot/jboss/manual/src/examples/build/readme.txt,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- readme.txt        2001/07/06 21:47:49     1.3
  +++ readme.txt        2001/09/30 10:33:48     1.4
  @@ -1,13 +1,23 @@
   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)
  +    JAVA_HOME (The location of a 1.3 JDK, e.g. c:\jdk1.3) 
   
  -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.
  +    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. Using the bundled
  +versions will avoid some errors that might show up while the building
  +process of the examples because of a missing servlet.jar.  Instead of
  +downloading the bundled JBoss versions you can get the servlet.jar
  +from SUN also.
   
  -2. To run a specific build "cmp-cd-compile" as specified in the manual, type
  +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
   
  
  
  

_______________________________________________
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to