You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@river.apache.org by si...@apache.org on 2010/11/23 14:50:07 UTC

svn commit: r1038116 - /incubator/river/jtsk/trunk/build.xml

Author: sijskes
Date: Tue Nov 23 13:50:06 2010
New Revision: 1038116

URL: http://svn.apache.org/viewvc?rev=1038116&view=rev
Log:
hudson-qa by default generates html

Modified:
    incubator/river/jtsk/trunk/build.xml

Modified: incubator/river/jtsk/trunk/build.xml
URL: http://svn.apache.org/viewvc/incubator/river/jtsk/trunk/build.xml?rev=1038116&r1=1038115&r2=1038116&view=diff
==============================================================================
--- incubator/river/jtsk/trunk/build.xml (original)
+++ incubator/river/jtsk/trunk/build.xml Tue Nov 23 13:50:06 2010
@@ -43,7 +43,11 @@
 
     <target name="hudson-ci" description="hudson build target" depends="diagnostics,all.clean,release,test,javadoc-internals" />
 
-    <target name="hudson-qa" description="hudson QA build target" depends="diagnostics,all.clean,qa.run" />
+    <target name="hudson-qa" description="hudson QA build target" depends="hudson-qa-settings,diagnostics,all.clean,qa.run" />
+
+    <target name="hudson-qa-settings" description="provide default settings" >
+        <property name="harness.generateHtml" value="true" />
+    </target>
 
     <target name="river-runtime" description="results in complete river, without release archives"
         depends="configentry,jars"