You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@manifoldcf.apache.org by kw...@apache.org on 2014/05/29 10:38:02 UTC

svn commit: r1598220 - /manifoldcf/trunk/connectors/elasticsearch/build.xml

Author: kwright
Date: Thu May 29 08:38:01 2014
New Revision: 1598220

URL: http://svn.apache.org/r1598220
Log:
Add test download message

Modified:
    manifoldcf/trunk/connectors/elasticsearch/build.xml

Modified: manifoldcf/trunk/connectors/elasticsearch/build.xml
URL: http://svn.apache.org/viewvc/manifoldcf/trunk/connectors/elasticsearch/build.xml?rev=1598220&r1=1598219&r2=1598220&view=diff
==============================================================================
--- manifoldcf/trunk/connectors/elasticsearch/build.xml (original)
+++ manifoldcf/trunk/connectors/elasticsearch/build.xml Thu May 29 08:38:01 2014
@@ -72,6 +72,10 @@
         <available file="test-materials-proprietary/elasticsearch-1.0.1" property="tests-present"/>
     </target>
 
+    <target name="pretest-warn" depends="calculate-testcode-condition" unless="tests-present">
+        <echo message="Need ElasticSearch download in order to compile tests - run ant make-deps"/>
+    </target>
+
     <path id="connector-test-classpath">
         <path refid="mcf-connector-build.connector-test-classpath"/>
         <fileset dir="test-materials-proprietary/elasticsearch-1.0.1">