[Japi-cvs] SF.net SVN: japi:[1329] common/trunk/commonBuild.xml
Status: Beta
Brought to you by:
christianhujer
From: <chr...@us...> - 2009-05-23 16:37:03
|
Revision: 1329 http://japi.svn.sourceforge.net/japi/?rev=1329&view=rev Author: christianhujer Date: 2009-05-23 16:36:55 +0000 (Sat, 23 May 2009) Log Message: ----------- Enable -Xlint:all for javac. Modified Paths: -------------- common/trunk/commonBuild.xml Modified: common/trunk/commonBuild.xml =================================================================== --- common/trunk/commonBuild.xml 2009-05-23 15:34:37 UTC (rev 1328) +++ common/trunk/commonBuild.xml 2009-05-23 16:36:55 UTC (rev 1329) @@ -204,6 +204,7 @@ target="${javaversion}" debug="yes" > + <compilerarg value="-Xlint:all" /> <classpath refid="class.path" /> <exclude name="**/package-info.java" /> </javac> @@ -480,6 +481,7 @@ target="${javaversion}" debug="yes" > + <compilerarg value="-Xlint:all" /> <classpath refid="class.path" /> <classpath location="${commonPath}/antlib.auto/junit.jar" /> <classpath location="classes/production/${module.shortname}" /> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |