geirm       01/02/26 21:48:07

  Modified:    build    build-velocity.xml
  Log:
  Added jdom to the classpath for "docs" target to ensure that it's included.
  My personal classpath was hiding that problem.  Thanks Jon.
  
  Also added documentation to know what to do if you haven't ever logged
  into anoncvs, and where to go to find more info if CVS is new to you.
  Thanks Jon.
  
  Revision  Changes    Path
  1.34      +19 -4     jakarta-velocity/build/build-velocity.xml
  
  Index: build-velocity.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-velocity/build/build-velocity.xml,v
  retrieving revision 1.33
  retrieving revision 1.34
  diff -u -r1.33 -r1.34
  --- build-velocity.xml        2001/02/27 05:08:53     1.33
  +++ build-velocity.xml        2001/02/27 05:48:07     1.34
  @@ -30,6 +30,7 @@
     <property name="docs.src" value="../xdocs"/>
       
     <property name="log.jar" value="lib/log.jar"/>
  +  <property name="jdom.jar" value="lib/jdom-b5.jar"/>
     <property name="oro.jar" value="lib/oro.jar"/>
     <property name="servlet.jar" value="lib/servlet.jar"/>
     <property name="xerces.jar" value="lib/xerces-1.1.3.jar"/>
  @@ -455,14 +456,27 @@
             >
   
         <echo>
  -       #####################################################
  +       ####################################################################
          #
          #  Fetching the latest stylesheet from jakarta-site2
          #
  -       #  Ant really is the bee's knees.
  -       #  http://jakarta.apache.org/ant/
  +       #  NOTE : As this build target is meant for developers, this requires 
  +       #    a properly setup CVS.  But you are encouraged to use this to 
  +       #    experiment with Anakia - if the fetch fails, it may be because 
  +       #    you haven't yet logged into CVS. The way to do it, assuming you
  +       #    have a resonable CVS client setup is
          #
  -       #####################################################
  +       #  $ cvs -d :pserver:[EMAIL PROTECTED]:/home/cvspublic login
  +       #  password: anoncvs
  +       #
  +       #  and that should solve it.  
  +       #
  +       #  See http://jakarta.apache.org/site/cvsindex.html for more 
  +       #      information, or http://www.cvshome.org/
  +       #
  +       #  Ant really is the bee's knees. http://jakarta.apache.org/ant/
  +       #
  +       ######################################################################
          </echo>
   
         <cvs cvsRoot=":pserver:[EMAIL PROTECTED]:/home/cvspublic"
  @@ -475,6 +489,7 @@
             
             <classpath>
                <pathelement location="${build.dir}/${project}-${version}.jar"/>
  +             <pathelement location="${jdom.jar}"/>
             </classpath>
   
         </taskdef>
  
  
  

Reply via email to