Tim Ellison wrote:
[EMAIL PROTECTED] wrote:
Author: gshimansky
Date: Tue Nov 27 08:53:30 2007
New Revision: 598687
URL: http://svn.apache.org/viewvc?rev=598687&view=rev
Log:
Reenable debug compilation for stress tests. DO NOT REMOVE THIS FLAG AGAIN!!
How about putting that in a code comment rather than just a commit
message -- that's more likely to be seen as people hack the file.
Thanks Tim. Yes this is a good idea. I added a comment about this switch.
Regards,
Tim
Modified:
harmony/enhanced/buildtest/branches/2.0/tests/stress/qa/build.xml
Modified: harmony/enhanced/buildtest/branches/2.0/tests/stress/qa/build.xml
URL:
http://svn.apache.org/viewvc/harmony/enhanced/buildtest/branches/2.0/tests/stress/qa/build.xml?rev=598687&r1=598686&r2=598687&view=diff
==============================================================================
--- harmony/enhanced/buildtest/branches/2.0/tests/stress/qa/build.xml (original)
+++ harmony/enhanced/buildtest/branches/2.0/tests/stress/qa/build.xml Tue Nov
27 08:53:30 2007
@@ -248,7 +248,7 @@
</target>
<target name="build.java" depends="build.ccode, build.jasmin">
- <javac target="1.5" srcdir="${qa.src}"
destdir="${qa.bin.classes}">
+ <javac target="1.5" debug="true" srcdir="${qa.src}"
destdir="${qa.bin.classes}">
<classpath>
<pathelement location="${th.jar}"/>
<pathelement location="${junit.jar}"/>
--
Gregory