enable antialiasing
[fanfix.git] / build.xml
index 613ea03180d643465f140c84b620d4556ab76197..2e8616763e2e63430d04fee3eb5353867d3fccf5 100644 (file)
--- a/build.xml
+++ b/build.xml
            debuglevel="lines,vars,source"
            target="1.6"
            source="1.6"
-           />
+           >
+      <compilerarg value="-Xlint"/>
+      <compilerarg value="-Xdiags:verbose"/>
+      <compilerarg value="-Xlint:deprecation" />
+    </javac>
   </target>
 
   <target name="jar" depends="compile">
@@ -91,7 +95,7 @@
       myself when Debian stables moves to Java 11.
   -->
 
-<target name="docs" depends="jar">
+  <target name="docs" depends="jar">
     <javadoc
         destdir="${apidocs.dir}"
         author="true"
         use="true"
         access="protected"
         windowtitle="Jexer - Java Text User Interface - API docs"
+        additionalparam="--frames"
         >
       <fileset dir="${src.dir}" defaultexcludes="yes">
         <include name="jexer/**/*.java"/>