script to run with lint checks enabled -- since I always have to look up how.

This commit is contained in:
Eric House 2012-11-01 19:46:08 -07:00
parent a4787d5614
commit 257a15917b

View file

@ -0,0 +1,5 @@
#!/bin/sh
# invoke the build process with javac lint features enabled
ant "-Djava.compilerargs=-Xlint:unchecked -Xlint:deprecation" clean debug