James Moger
2013-05-10 4331906443e441be82c9225eea7c46b5c28c97f1
Clean while compiling to resolve weird type erasure corner-cases
1 files modified
4 ■■■■ changed files
build.xml 4 ●●●● patch | view | raw | blame | history
build.xml
@@ -144,8 +144,8 @@
                 outputclass="com.gitblit.Keys"
                 todir="${project.src.dir}" />
        <!-- Compile project incrementally -->
        <mx:javac scope="compile" clean="false" />
        <!-- Compile project -->
        <mx:javac scope="compile" clean="true" />
        
    </target>