rdonkin     02/01/16 12:05:56

  Modified:    .        build.xml
  Log:
  Fixed server-name bug and changed the script so that doc build will fail if the 
checkout fails
  
  Revision  Changes    Path
  1.9       +2 -1      jakarta-commons/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/build.xml,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- build.xml 15 Jan 2002 05:23:17 -0000      1.8
  +++ build.xml 16 Jan 2002 20:05:56 -0000      1.9
  @@ -74,12 +74,13 @@
          ######################################################################
          </echo>
   
  -      <cvspass cvsroot=":pserver:[EMAIL PROTECTED]:/home/cvspublic"
  +      <cvspass cvsroot=":pserver:[EMAIL PROTECTED]:/home/cvspublic"
             password="anoncvs"
         />
         <cvs cvsRoot=":pserver:[EMAIL PROTECTED]:/home/cvspublic"
             command="checkout -p jakarta-site2/xdocs/stylesheets/site.vsl"
             output="${docs.src}/stylesheets/site.vsl"
  +          failonerror="true"
         />
   
         <echo>
  
  
  

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to