]> WPIA git - gigi.git/blobdiff - build.xml
Unit Test für die HTMLEncode Funktion.
[gigi.git] / build.xml
index 2f0e7caaac0bde7df752027794dbfa8fdb509d87..a9ebbcbde9171ba7db5338f71c963214ca5fe169 100644 (file)
--- a/build.xml
+++ b/build.xml
        </target>
 
        <target depends="test,native" name="bundle">
-               <zip destfile="gigi-linux_amd64.zip" basedir="." includes="gigi.jar,native/*.so,doc/tableStructure.sql,static,templates"/>
+               <zip destfile="gigi-linux_amd64.zip" basedir="." includes="gigi.jar,native/*.so,doc/tableStructure.sql,static/**,templates/**"/>
        </target>
        <target name="static-bundle">
-               <tar destfile="static.tar.gz" compression="gzip" basedir="." includes="doc/tableStructure.sql,static,templates"/>
+               <tar destfile="static.tar.gz" compression="gzip" basedir="." includes="doc/tableStructure.sql,static/**,templates/**"/>
        </target>
        
        <target name="all" depends="bundle,static-bundle"/>
 
        
-    <target depends="init" name="build-project-test">
+    <target depends="init,build-project" name="build-project-test">
         <echo message="${ant.project.name}: ${ant.file}"/>
         <javac debug="true" debuglevel="${debuglevel}" destdir="bintest" includeantruntime="false" source="${source}" target="${target}">
             <src path="tests"/>