User: user57  
  Date: 01/08/31 18:39:26

  Modified:    .        build.xml
  Log:
   o trying to get exit status passed from update-website.sh to catchlog.sh
     back to nightly-website.sh
  
  Revision  Changes    Path
  1.7       +4 -1      newsite/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /cvsroot/jboss/newsite/build.xml,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- build.xml 2001/09/01 01:31:40     1.6
  +++ build.xml 2001/09/01 01:39:26     1.7
  @@ -10,7 +10,7 @@
   <!--                                                                        -->
   <!-- ====================================================================== -->
   
  -<!-- $Id: build.xml,v 1.6 2001/09/01 01:31:40 user57 Exp $ -->
  +<!-- $Id: build.xml,v 1.7 2001/09/01 01:39:26 user57 Exp $ -->
   
   <project default="main" name="JBoss/Website">
   
  @@ -258,6 +258,9 @@
         date="TODAY" 
         package="jboss-all"
         dest="${build.snapshots}"/>
  +
  +    <!-- to keep this simple, these jars task live here -->
  +    <mkdir dir="${build.jars}"/>
   
       <zip zipfile="${build.jars}/jboss-all-${build.number}.zip">
         <fileset dir="${build.snapshots}/jboss-all">
  
  
  

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

Reply via email to