From: <tho...@us...> - 2011-01-13 22:06:34
|
Revision: 4094 http://bigdata.svn.sourceforge.net/bigdata/?rev=4094&view=rev Author: thompsonbry Date: 2011-01-13 22:06:28 +0000 (Thu, 13 Jan 2011) Log Message: ----------- removed the statusZookeeper ant target since the output is not written to the console. Modified Paths: -------------- branches/QUADS_QUERY_BRANCH/build.xml Modified: branches/QUADS_QUERY_BRANCH/build.xml =================================================================== --- branches/QUADS_QUERY_BRANCH/build.xml 2011-01-13 22:04:23 UTC (rev 4093) +++ branches/QUADS_QUERY_BRANCH/build.xml 2011-01-13 22:06:28 UTC (rev 4094) @@ -1722,15 +1722,6 @@ </exec> </target> - <target name="statusZookeeper"> - <echo message="test.zookeeper.installDir=${test.zookeeper.installDir}"/> - <echo>bin/zkServer.sh status -</echo> - <exec executable="bin/zkServer.sh" dir="${test.zookeeper.installDir}" logerror="true"> - <arg value="status"/> - </exec> - </target> - <!-- runs all junit tests --> <target name="run-junit"> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |