You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by sc...@apache.org on 2005/05/14 00:45:54 UTC

svn commit: r170105 - /myfaces/trunk/build/bootstrap.properties.local.sample /myfaces/trunk/build/bootstrap.xml

Author: schof
Date: Fri May 13 15:45:53 2005
New Revision: 170105

URL: http://svn.apache.org/viewcvs?rev=170105&view=rev
Log:
email on build failure

Modified:
    myfaces/trunk/build/bootstrap.properties.local.sample
    myfaces/trunk/build/bootstrap.xml

Modified: myfaces/trunk/build/bootstrap.properties.local.sample
URL: http://svn.apache.org/viewcvs/myfaces/trunk/build/bootstrap.properties.local.sample?rev=170105&r1=170104&r2=170105&view=diff
==============================================================================
--- myfaces/trunk/build/bootstrap.properties.local.sample (original)
+++ myfaces/trunk/build/bootstrap.properties.local.sample Fri May 13 15:45:53 2005
@@ -1,3 +1,6 @@
 apache.username=foo
 apache.password=bar
-release.dir=c:\\foo
\ No newline at end of file
+release.dir=c:\\foo
+MailLogger.mailhost=foo.com
+MailLogger.from=foo@apache.org
+MailLogger.failure.to=pmc@myfaces.apache.org
\ No newline at end of file

Modified: myfaces/trunk/build/bootstrap.xml
URL: http://svn.apache.org/viewcvs/myfaces/trunk/build/bootstrap.xml?rev=170105&r1=170104&r2=170105&view=diff
==============================================================================
--- myfaces/trunk/build/bootstrap.xml (original)
+++ myfaces/trunk/build/bootstrap.xml Fri May 13 15:45:53 2005
@@ -137,6 +137,14 @@
         <property name="site.build.dir" value="${basedir}/${site.checkout.dir}"/>
         <property name="project.home" value="${basedir}/${code.checkout.dir}"/>
 
+        <delete>
+            <fileset dir="${site.checkout.dir}">
+                <include name="*.html"/>
+                <include name="*.cgi"/>
+                <include name="*.txt"/>
+            </fileset>            
+        </delete>
+        
         <!-- execute the build file that was just checked out -->
         <ant dir="${build.dir}" target="site" inheritRefs="true"/>        
 
@@ -151,10 +159,10 @@
             </add>
             <add dir="${site.checkout.dir}/javadoc"/>
             <add dir="${site.checkout.dir}/tlddoc"/>
-
+            
             <commit dir="${site.checkout.dir}" message="automated ant commit"/>
         </svn>
-
+        
     </target>
 
     <target name="check">