Added ant.properties

This currently just adds an Xlint check to validate the Java code.
diff --git a/ant.properties b/ant.properties
new file mode 100644
index 0000000..aad8d95
--- /dev/null
+++ b/ant.properties
@@ -0,0 +1 @@
+java.compilerargs=-Xlint:unchecked