[JBoss-dev] CVS update: manual/src/examples/build readme.txt

2001-09-30 Thread Tobias Frech

  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  ChangesPath
  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.txt2001/07/06 21:47:49 1.3
  +++ readme.txt2001/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



[JBoss-dev] CVS update: manual/src/examples/build readme.txt

2001-07-06 Thread Vincent Harcq

  User: vharcq  
  Date: 01/07/06 14:47:49

  Modified:src/examples/build readme.txt
  Log:
  ant, not build
  
  Revision  ChangesPath
  1.3   +2 -2  manual/src/examples/build/readme.txt
  
  Index: readme.txt
  ===
  RCS file: /cvsroot/jboss/manual/src/examples/build/readme.txt,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- readme.txt2001/06/25 05:34:38 1.2
  +++ readme.txt2001/07/06 21:47:49 1.3
  @@ -9,9 +9,9 @@
   
   2. To run a specific build cmp-cd-compile as specified in the manual, type
   
  - build cmp-cd-compile
  + ant cmp-cd-compile
   
   3. To run a specific client example, type
   
  - build cmp-cd-test1
  + ant cmp-cd-test1
   
  
  
  

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



[JBoss-dev] CVS update: manual/src/examples/build readme.txt build.bat build.sh env.bat env.sh

2001-06-24 Thread starksm

  User: starksm 
  Date: 01/06/24 22:34:38

  Modified:src/examples/build readme.txt
  Removed: src/examples/build build.bat build.sh env.bat env.sh
  Log:
  Remove the platform specific sripts.
  
  Update the readme.txt file
  
  Revision  ChangesPath
  1.2   +6 -5  manual/src/examples/build/readme.txt
  
  Index: readme.txt
  ===
  RCS file: /cvsroot/jboss/manual/src/examples/build/readme.txt,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- readme.txt2001/06/22 21:53:18 1.1
  +++ readme.txt2001/06/25 05:34:38 1.2
  @@ -1,10 +1,11 @@
  -1. Specify these environement variables:
  +1. To be able to build and run the JBoss documentation example these
  +environement variables should be defined:
   
  - JAVA_HOME (e.g. c:\jdk1.3)
  - JBOSS_HOME (e.g. c:\jboss)
  - ANT_HOME (e.g. c:\ant1.3)
  +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)
   
  -Look at env.bat and env.sh for example (On Unix run . ./env.sh)
  +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
   
  
  
  

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