Copy conf files into distribution.
authorwassa <wassa@ab3bd59b-922f-494d-bb5f-6f0a3c29deca>
Sat, 22 Feb 2003 05:31:28 +0000 (05:31 +0000)
committerwassa <wassa@ab3bd59b-922f-494d-bb5f-6f0a3c29deca>
Sat, 22 Feb 2003 05:31:28 +0000 (05:31 +0000)
Fork Junit task to prevent linkage errors.

git-svn-id: https://subversion.switch.ch/svn/shibboleth/java-idp/trunk@497 ab3bd59b-922f-494d-bb5f-6f0a3c29deca

build.xml

index c34ad44..3d78ba1 100755 (executable)
--- a/build.xml
+++ b/build.xml
@@ -52,6 +52,9 @@
         <copy todir="${build}/schemas">
             <fileset dir="${src}/schemas"/>
         </copy>
+        <copy todir="${build}/conf">
+            <fileset dir="${src}/conf"/>
+        </copy>
     </target>
 
 
     <!-- Run automated tests on compiled code -->
     <target name="test-all" depends="test-origin, test-wayf" />
     <target name="test-origin" depends="test-common">
-        <junit printsummary="no" fork="no" haltonfailure="yes" haltonerror="no">
+        <junit printsummary="no" fork="yes" haltonfailure="no" haltonerror="no">
             <classpath refid="build.path" />
             <formatter type="plain" />
             <test name="edu.internet2.middleware.shibboleth.aa.arp.ArpTests" />