]> source.dussan.org Git - gitblit.git/commitdiff
Clean while compiling to resolve weird type erasure corner-cases
authorJames Moger <james.moger@gitblit.com>
Fri, 10 May 2013 14:10:55 +0000 (10:10 -0400)
committerJames Moger <james.moger@gitblit.com>
Fri, 10 May 2013 14:10:55 +0000 (10:10 -0400)
build.xml

index 7fcb993030863187173aced0c666553751eb0550..1a366c2372d99a410a9214758018ae1ffc1f7bc5 100644 (file)
--- a/build.xml
+++ b/build.xml
                                outputclass="com.gitblit.Keys"\r
                                todir="${project.src.dir}" />\r
 \r
-               <!-- Compile project incrementally -->\r
-               <mx:javac scope="compile" clean="false" />\r
+               <!-- Compile project -->\r
+               <mx:javac scope="compile" clean="true" />\r
                \r
        </target>\r
 \r