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 2011/12/12 22:55:03 UTC

svn commit: r1213456 - /incubator/lcf/trunk/build.xml

Author: kwright
Date: Mon Dec 12 21:55:03 2011
New Revision: 1213456

URL: http://svn.apache.org/viewvc?rev=1213456&view=rev
Log:
Various fixes, part of CONNECTORS-308.

Modified:
    incubator/lcf/trunk/build.xml

Modified: incubator/lcf/trunk/build.xml
URL: http://svn.apache.org/viewvc/incubator/lcf/trunk/build.xml?rev=1213456&r1=1213455&r2=1213456&view=diff
==============================================================================
--- incubator/lcf/trunk/build.xml (original)
+++ incubator/lcf/trunk/build.xml Mon Dec 12 21:55:03 2011
@@ -2687,7 +2687,7 @@
     
     <target name="run-alfresco-tests-derby" depends="compile-alfresco-tests,calculate-alfresco-tests-condition" if="alfresco-tests.include">
         <mkdir dir="test-output/alfresco"/>
-        <junit fork="true" maxmemory="128m" dir="test-output/alfresco" outputtoformatters="true" showoutput="true" haltonfailure="true">
+        <junit fork="true" maxmemory="512m" dir="test-output/alfresco" outputtoformatters="true" showoutput="true" haltonfailure="true">
             <classpath>
                 <fileset dir="framework/lib">
                     <include name="*.jar"/>
@@ -2701,6 +2701,9 @@
   	      <fileset dir="connectors/alfresco/lib">
 		<include name="*.jar"/>
 	      </fileset>
+  	      <fileset dir="connectors/alfresco/alfresco-ws-client">
+		<include name="*.jar"/>
+	      </fileset>
 	      <fileset dir="connectors/alfresco/build/jar">
 		<include name="*.jar"/>
 	      </fileset>
@@ -3070,7 +3073,7 @@
             </classpath>
             <formatter type="brief" usefile="false"/>
 	    
-        	<test name="org.apache.manifoldcf.alfresco_tests.APISanityIT" todir="test-postgresql-output/alfresco"/>
+        	<!-- test name="org.apache.manifoldcf.alfresco_tests.APISanityIT" todir="test-postgresql-output/alfresco"/ -->
         </junit>
     </target>
 
@@ -3419,7 +3422,7 @@
             </classpath>
             <formatter type="brief" usefile="false"/>
 	    
-        	  <test name="org.apache.manifoldcf.alfresco_tests.APISanityIT" todir="test-HSQLDB-output/alfresco"/>
+        	  <!-- test name="org.apache.manifoldcf.alfresco_tests.APISanityIT" todir="test-HSQLDB-output/alfresco"/ -->
         	 
         </junit>
     </target>