geirm       01/04/02 21:50:23

  Modified:    .        BUILD_DOCS.txt
  Log:
  Some notes on how to make changes live
  
  Revision  Changes    Path
  1.2       +23 -18    jakarta-commons/BUILD_DOCS.txt
  
  Index: BUILD_DOCS.txt
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/BUILD_DOCS.txt,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- BUILD_DOCS.txt    2001/04/03 04:08:26     1.1
  +++ BUILD_DOCS.txt    2001/04/03 04:50:22     1.2
  @@ -1,22 +1,26 @@
  -To build the Commons site :
  -
  -1) Make sure ant, xerces and velocity are in your classpath.
  -  (Sorry, I tried...)
  -
  -2) Either invoke Ant directly with the build.xml file in this
  -  directory
  -
  -  or 
  -
  -  java org.apache.tools.ant.Main -buildfile build.xml
  -
  -  or
  -
  -  use the following as a build.sh script :)
  -
  ---- CUT HERE --- 
  -
   #!/bin/sh
  +#
  +#  To build the Commons site :
  +#
  +#  1) Make sure ant, xerces and velocity are in your classpath.
  +#
  +#  2) Either invoke Ant directly with the build.xml file in this
  +#    directory
  +#
  +#  or 
  +#
  +#  java org.apache.tools.ant.Main -buildfile build.xml
  +#
  +#  or
  +#
  +#  use this as a build.sh script :)
  +#
  +#  3) Then commit the xdocs and docs changes to CVS
  +#
  +#  4) On daedalus, cd to /www/jakarta.apache.org/commons
  +#
  +#  5) Type ' cvs update '
  +#
   #-----------------------------
   # Script for building 
   #-----------------------------
  @@ -38,3 +42,4 @@
   ${JAVA_HOME}/bin/java -classpath ${CLASSPATH} \
                          org.apache.tools.ant.Main \
                          -buildfile ${BUILDFILE} "$@"
  +
  
  
  

Reply via email to