[Aceunit-commit] SF.net SVN: aceunit:[578] trunk/src/java/build.xml
Status: Beta
Brought to you by:
christianhujer
|
From: <chr...@us...> - 2011-03-26 22:14:37
|
Revision: 578
http://aceunit.svn.sourceforge.net/aceunit/?rev=578&view=rev
Author: christianhujer
Date: 2011-03-26 22:14:31 +0000 (Sat, 26 Mar 2011)
Log Message:
-----------
Enable all compiler warnings.
Modified Paths:
--------------
trunk/src/java/build.xml
Modified: trunk/src/java/build.xml
===================================================================
--- trunk/src/java/build.xml 2011-03-26 22:14:14 UTC (rev 577)
+++ trunk/src/java/build.xml 2011-03-26 22:14:31 UTC (rev 578)
@@ -53,6 +53,7 @@
<pathelement location="lib/annotations.jar" />
<pathelement location="lib/japi-lib-argparser-0.3.0.jar" />
</classpath>
+ <compilerarg value="-Xlint:all" />
</javac>
<copy todir="classes/production">
<fileset dir="src/prj">
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|