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/12/05 13:20:58 UTC

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

Author: sijskes
Date: Sun Dec  5 12:20:57 2010
New Revision: 1042330

URL: http://svn.apache.org/viewvc?rev=1042330&view=rev
Log:
moved hudson specifics to hudson.xml

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=1042330&r1=1042329&r2=1042330&view=diff
==============================================================================
--- incubator/river/jtsk/trunk/build.xml (original)
+++ incubator/river/jtsk/trunk/build.xml Sun Dec  5 12:20:57 2010
@@ -49,32 +49,6 @@
 
     <target name="hudson-qa" description="hudson QA build target" depends="diagnostics,hudson-qa-settings,all.clean,qa.run" />
 
-    <target name="hudson-qa-runtime" description="build QA runtime" >
-        <ant dir="qa" inheritall="false">
-            <target name="clean" />
-            <target name="harness-runtime" />
-        </ant>
-        <delete file="harness-runtime.jar" />
-        <jar destfile="harness-runtime.jar" index="false">
-            <fileset dir=".">
-                <include name="lib/**" />
-                <include name="lib-dl/**"/>
-                <include name="lib-ext/**"/>
-                <include name="qa/lib/**" />
-                <include name="qa/lib-ext/**"/>
-            </fileset>
-        </jar>
-    </target>
-
-    <target name="hudson-qa-exec" description="execute QA test" >
-        <property name="harness-runtime-src" value="https://hudson.apache.org/hudson/pview/job/River-QA-runtime/lastSuccessfulBuild/artifact/jtsk/trunk/harness-runtime.jar" />
-        <property name="harness-runtime-dst" value="harness-runtime.jar" />
-        <get src="${harness-runtime-src}" dest="${harness-runtime-dst}" />
-        <unzip src="${harness-runtime-dst}" dest="." />
-        <ant dir="qa" target="run-categories" inheritall="false">
-            <property name="run.categories" value="${category}" />
-        </ant>
-    </target>
 
     <target name="hudson-qa-settings" description="provide default settings" >
         <property name="harness.generateHtml" value="true" />