]> WPIA git - gigi.git/blobdiff - build.xml
Make "TestSSL" a "ManagedTest"
[gigi.git] / build.xml
index c174dcfeec6a15cf35b4dbcfa7d9d4649a2d6f48..4bfd034601ba5f3b31634d562da52acd281cb5e5 100644 (file)
--- a/build.xml
+++ b/build.xml
     </path>
     <path id="cacert-gigi.classpath">
         <pathelement location="bin"/>
+        <pathelement location="${mysqlconnector}"/>
+    </path>
+    <path id="cacert-gigi.test.classpath">
+        <pathelement location="bin"/>
+        <pathelement location="bintest"/>
         <path refid="JUnit 4.libraryclasspath"/>
         <pathelement location="${mysqlconnector}"/>
     </path>
@@ -61,6 +66,7 @@
         <javac debug="true" debuglevel="${debuglevel}" destdir="bin" includeantruntime="false" source="${source}" target="${target}">
             <src path="lib/servlet-api"/>
             <src path="lib/jetty"/>
+            <src path="lib/jtar"/>
             <src path="src"/>
             <src path="util"/>
             <classpath refid="cacert-gigi.classpath"/>
@@ -70,7 +76,7 @@
         <echo message="${ant.project.name}: ${ant.file}"/>
         <javac debug="true" debuglevel="${debuglevel}" destdir="bintest" includeantruntime="false" source="${source}" target="${target}">
             <src path="tests"/>
-            <classpath refid="cacert-gigi.classpath"/>
+            <classpath refid="cacert-gigi.test.classpath"/>
         </javac>
     </target>
     <target description="Build all projects which reference this project. Useful to propagate changes." name="build-refprojects"/>