You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by va...@apache.org on 2007/08/30 08:26:19 UTC

svn commit: r571048 - /harmony/enhanced/buildtest/branches/2.0/scripts/cc-exec-adaptor.xml

Author: varlax
Date: Wed Aug 29 23:26:18 2007
New Revision: 571048

URL: http://svn.apache.org/viewvc?rev=571048&view=rev
Log:
enhancing upload feature: allow to skip uploading per suite

Modified:
    harmony/enhanced/buildtest/branches/2.0/scripts/cc-exec-adaptor.xml

Modified: harmony/enhanced/buildtest/branches/2.0/scripts/cc-exec-adaptor.xml
URL: http://svn.apache.org/viewvc/harmony/enhanced/buildtest/branches/2.0/scripts/cc-exec-adaptor.xml?rev=571048&r1=571047&r2=571048&view=diff
==============================================================================
--- harmony/enhanced/buildtest/branches/2.0/scripts/cc-exec-adaptor.xml (original)
+++ harmony/enhanced/buildtest/branches/2.0/scripts/cc-exec-adaptor.xml Wed Aug 29 23:26:18 2007
@@ -199,6 +199,7 @@
         <condition property="upload.dir" value="${framework.parameters.optional.upload.dir}">
             <isset property="framework.parameters.optional.upload.dir"/>
         </condition>
+        <propertycopy property="skip.upload" from="${suite.name}.parameters.cc.skip.upload" silent="true"/>
         <runtarget target="upload-status-report"/>
         
     </target>
@@ -232,7 +233,7 @@
               classpath="${ext.xalan.location}:${ext.cc.location}/lib/serializer-2.7.0.jar"/>
     </target>
     
-    <target name="upload-status-report" if="upload.dir">
+    <target name="upload-status-report" if="upload.dir" unless="skip.upload">
         <property name="cc.xsl.files.dir"
                   value="${ext.cc.location}/webapps/cruisecontrol/xsl"/>
         <property name="status.report.dir"