User: kimptoc 
  Date: 02/02/28 00:43:05

  Modified:    jboss    build.xml
  Log:
  added date to the test results email subject, for ease of threading on forums
  
  Revision  Changes    Path
  1.98      +6 -3      build/jboss/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /cvsroot/jboss/build/jboss/build.xml,v
  retrieving revision 1.97
  retrieving revision 1.98
  diff -u -r1.97 -r1.98
  --- build.xml 28 Feb 2002 04:08:00 -0000      1.97
  +++ build.xml 28 Feb 2002 08:43:05 -0000      1.98
  @@ -12,7 +12,7 @@
   <!--                                                                        -->
   <!-- ====================================================================== -->
   
  -<!-- $Id: build.xml,v 1.97 2002/02/28 04:08:00 user57 Exp $ -->
  +<!-- $Id: build.xml,v 1.98 2002/02/28 08:43:05 kimptoc Exp $ -->
   
   <project default="main" name="JBoss/Build">
   
  @@ -1563,6 +1563,9 @@
     </target>
   
     <target name="run-nightly-email" depends="init">
  +    <tstamp>
  +     <format property="TODAYS_DATE" pattern="d-MMMM-yyyy" />
  +    </tstamp>
       <echo>Sending Reports</echo>
       <echo message="to: ${run.nightly.email.tolist}"/>
       <echo message="from: ${run.nightly.email.from}"/>
  @@ -1570,8 +1573,8 @@
   
       <!-- email output to list -->
       <mail tolist="${run.nightly.email.tolist}"
  -       subject="Automated JBoss Testsuite Results"
  -       message="Automated JBoss Testsuite Results"
  +       subject="Automated JBoss Testsuite Results: ${TODAYS_DATE}"
  +       message="Automated JBoss Testsuite Results: ${TODAYS_DATE}\n\n"
          from="${run.nightly.email.from}"
             mailhost="${run.nightly.email.mailhost}"
             
files="${project.root}/testsuite/output/reports/text/TESTS-TestSuites.txt"/>
  
  
  

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

Reply via email to