From: <tho...@us...> - 2011-04-26 20:33:39
|
Revision: 4429 http://bigdata.svn.sourceforge.net/bigdata/?rev=4429&view=rev Author: thompsonbry Date: 2011-04-26 20:33:33 +0000 (Tue, 26 Apr 2011) Log Message: ----------- Modified to disable the start/stop of services so we can re-enable CI for the trunk per [1]. [1] https://sourceforge.net/apps/trac/bigdata/ticket/286 Modified Paths: -------------- trunk/build.xml Modified: trunk/build.xml =================================================================== --- trunk/build.xml 2011-04-26 18:19:03 UTC (rev 4428) +++ trunk/build.xml 2011-04-26 20:33:33 UTC (rev 4429) @@ -1600,14 +1600,18 @@ <copy file="${build.properties.from.file}" todir="${build.properties.test.to.path}" /> + <!-- <antcall target="startHttpd" /> <antcall target="startLookup" /> + --> <!-- Run the tests --> <antcall target="run-junit" /> + <!-- <antcall target="stopLookup" /> <antcall target="stopHttpd" /> + --> <!-- This message is noticed by the hudson build and is used to trigger after various after actions. --> @@ -1864,7 +1868,9 @@ <test name="com.bigdata.relation.TestAll" todir="${test.results.dir}" unless="testName" /> <!-- See https://sourceforge.net/apps/trac/bigdata/ticket/53 --> + <!-- <test name="com.bigdata.jini.TestAll" todir="${test.results.dir}" unless="testName" /> + --> <test name="com.bigdata.rdf.TestAll" todir="${test.results.dir}" unless="testName" /> <test name="com.bigdata.rdf.sail.TestAll" todir="${test.results.dir}" unless="testName" /> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |