Author: peter_firmstone Date: Sat Sep 1 08:19:42 2012 New Revision: 1379717
URL: http://svn.apache.org/viewvc?rev=1379717&view=rev Log: Enable hudson-qa-arm build Modified: river/jtsk/trunk/build.xml Modified: river/jtsk/trunk/build.xml URL: http://svn.apache.org/viewvc/river/jtsk/trunk/build.xml?rev=1379717&r1=1379716&r2=1379717&view=diff ============================================================================== --- river/jtsk/trunk/build.xml (original) +++ river/jtsk/trunk/build.xml Sat Sep 1 08:19:42 2012 @@ -50,6 +50,12 @@ </target> <target name="hudson-qa" description="hudson QA build target" depends="diagnostics,hudson-qa-settings,all.clean,qa.run" /> + + <target name="hudson-qa-arm" description="hudson QA build target" depends="diagnostics,hudson-qa-settings,all.clean,qa.run" > + <ant dir="qa" target="run-arm" inheritall="false"> + <property name="harness.generateHtml" value="${harness.generateHtml}" /> + </ant> + </target> <target name="hudson-qa-settings" description="provide default settings" >
