User: user57  
  Date: 01/08/31 19:20:52

  Modified:    .        build.xml
  Log:
   o moved mailing upto nightly-website.sh
   o catchlog.sh will return the exit status of its child
   o status 2 means that the install failed, website could be down
  
  Revision  Changes    Path
  1.17      +1 -3      manual/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /cvsroot/jboss/manual/build.xml,v
  retrieving revision 1.16
  retrieving revision 1.17
  diff -u -r1.16 -r1.17
  --- build.xml 2001/09/01 01:31:40     1.16
  +++ build.xml 2001/09/01 02:20:52     1.17
  @@ -10,7 +10,7 @@
   <!--                                                                        -->
   <!-- ====================================================================== -->
   
  -<!-- $Id: build.xml,v 1.16 2001/09/01 01:31:40 user57 Exp $ -->
  +<!-- $Id: build.xml,v 1.17 2001/09/01 02:20:52 user57 Exp $ -->
   
   <project default="main">
   
  @@ -260,8 +260,6 @@
         <zipfileset prefix="printable" dir="${build.html.printable}"/>
       </war>
    
  -    <fail>boom...</fail>
  -
       <ear earfile="${build.jars}/manual.ear"
         appxml="${build.metadata}/manual-application.xml">
         <fileset dir="${build.jars}">
  
  
  

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

Reply via email to