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 Changes Path 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.txt 2001/06/22 21:53:18 1.1 +++ readme.txt 2001/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
