]> WPIA git - gigi.git/commitdiff
Fix the bundle-static.
authorFelix Dörre <felix@dogcraft.de>
Mon, 30 Jun 2014 11:14:27 +0000 (13:14 +0200)
committerFelix Dörre <felix@dogcraft.de>
Mon, 30 Jun 2014 11:21:27 +0000 (13:21 +0200)
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"/>