Author: nextgens
Date: 2007-03-29 20:51:22 +0000 (Thu, 29 Mar 2007)
New Revision: 12430

Modified:
   trunk/freenet/build.xml
Log:
Enable assertions in the buildfile as well

Modified: trunk/freenet/build.xml
===================================================================
--- trunk/freenet/build.xml     2007-03-29 20:49:38 UTC (rev 12429)
+++ trunk/freenet/build.xml     2007-03-29 20:51:22 UTC (rev 12430)
@@ -20,6 +20,9 @@
        <property name="CSSTokenizerFilter.java" 
value="${src}/freenet/clients/http/filter/CSSTokenizerFilter.java"/>
        <property name="junit.location" value="/usr/share/java/junit.jar"/>

+       <assertions>
+               <enable/>
+       </assertions>

        <target name="mkdir">
                <mkdir dir="${build}"/>
@@ -74,6 +77,7 @@
                                <pathelement location="javax-security.jar"/>
                                <pathelement location="javax-crypto.jar"/>
                        </classpath>
+
                        <!-- following a very temporary list of files to be 
build -->
                        <include name="org/**/*.java"/>
                        <include name="freenet/**/*.java"/>


Reply via email to