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/10/20 13:56:56 UTC

svn commit: r1633113 - /manifoldcf/branches/CONNECTORS-1060/connectors/alfresco-webscript/build.xml

Author: kwright
Date: Mon Oct 20 11:56:56 2014
New Revision: 1633113

URL: http://svn.apache.org/r1633113
Log:
Modify build.xml so that tests run under ant

Modified:
    manifoldcf/branches/CONNECTORS-1060/connectors/alfresco-webscript/build.xml

Modified: manifoldcf/branches/CONNECTORS-1060/connectors/alfresco-webscript/build.xml
URL: http://svn.apache.org/viewvc/manifoldcf/branches/CONNECTORS-1060/connectors/alfresco-webscript/build.xml?rev=1633113&r1=1633112&r2=1633113&view=diff
==============================================================================
--- manifoldcf/branches/CONNECTORS-1060/connectors/alfresco-webscript/build.xml (original)
+++ manifoldcf/branches/CONNECTORS-1060/connectors/alfresco-webscript/build.xml Mon Oct 20 11:56:56 2014
@@ -41,6 +41,22 @@
         </fileset>
     </path>
 
+    <path id="connector-test-classpath">
+        <path refid="mcf-connector-build.connector-test-classpath"/>
+        <fileset dir="../../lib">
+            <include name="chemistry*.jar"/>
+            <include name="stax*.jar"/>
+            <include name="streambuffer*.jar"/>
+            <include name="jaxb*.jar"/>
+            <include name="jaxws*.jar"/>
+            <include name="wstx-asl*.jar"/>
+            <include name="mimepull*.jar"/>
+            <include name="resolver*.jar"/>
+            <include name="org.osgi.core*.jar"/>
+            <include name="commons-lang*.jar"/>
+        </fileset>
+    </path>
+
     <target name="lib" depends="mcf-connector-build.lib,precompile-check" if="canBuild">
         <mkdir dir="dist/lib"/>
         <copy todir="dist/lib">