From: <lh...@us...> - 2009-07-08 11:41:10
|
Revision: 114 http://tmapi.svn.sourceforge.net/tmapi/?rev=114&view=rev Author: lheuer Date: 2009-07-08 11:40:58 +0000 (Wed, 08 Jul 2009) Log Message: ----------- Better error reporting for the tests (includes line no) Modified Paths: -------------- trunk/build.xml Modified: trunk/build.xml =================================================================== --- trunk/build.xml 2009-07-07 18:17:54 UTC (rev 113) +++ trunk/build.xml 2009-07-08 11:40:58 UTC (rev 114) @@ -79,8 +79,8 @@ <target name="test" depends="compile"> <mkdir dir="${dir.build.tests}"/> <javac destdir="${dir.build.tests}" - debug="${debug}" - optimize="${optimize}" + debug="on" + optimize="off" target="1.5"> <classpath> <pathelement location="${dir.build.classes}"/> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |