You are viewing a plain text version of this content. The canonical link for it is here.
Posted to derby-commits@db.apache.org by fu...@apache.org on 2007/01/05 09:02:00 UTC

svn commit: r492933 - in /db/derby/code/trunk/java/testing/org/apache/derbyTesting: functionTests/harness/ functionTests/suites/ functionTests/tests/demo/ functionTests/tests/derbynet/ functionTests/tests/i18n/ functionTests/tests/jdbc4/ functionTests/...

Author: fuzzylogic
Date: Fri Jan  5 00:01:59 2007
New Revision: 492933

URL: http://svn.apache.org/viewvc?view=rev&rev=492933
Log:
DERBY-1814: Always compile files in the test hierarchy with debug="true"

Modified:
    db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/harness/build.xml
    db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/suites/build.xml
    db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/demo/build.xml
    db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/derbynet/build.xml
    db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/i18n/build.xml
    db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/jdbc4/build.xml
    db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/jdbcapi/build.xml
    db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/junitTests/compatibility/build.xml
    db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/junitTests/derbyNet/build.xml
    db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/lang/build.xml
    db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/largedata/build.xml
    db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/nist/build.xml
    db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/perf/build.xml
    db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/store/build.xml
    db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/storetests/build.xml
    db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/tools/build.xml
    db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/upgradeTests/build.xml
    db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/util/build.xml
    db/derby/code/trunk/java/testing/org/apache/derbyTesting/junit/build.xml
    db/derby/code/trunk/java/testing/org/apache/derbyTesting/perf/build.xml
    db/derby/code/trunk/java/testing/org/apache/derbyTesting/system/oe/build.xml
    db/derby/code/trunk/java/testing/org/apache/derbyTesting/unitTests/build.xml

Modified: db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/harness/build.xml
URL: http://svn.apache.org/viewvc/db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/harness/build.xml?view=diff&rev=492933&r1=492932&r2=492933
==============================================================================
--- db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/harness/build.xml (original)
+++ db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/harness/build.xml Fri Jan  5 00:01:59 2007
@@ -70,7 +70,7 @@
       target="1.3"
       bootclasspath="${empty}"
       nowarn="on"
-      debug="${debug}"
+      debug="true"
       depend="${depend}"
       deprecation="${deprecation}"
       optimize="${optimize}"

Modified: db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/suites/build.xml
URL: http://svn.apache.org/viewvc/db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/suites/build.xml?view=diff&rev=492933&r1=492932&r2=492933
==============================================================================
--- db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/suites/build.xml (original)
+++ db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/suites/build.xml Fri Jan  5 00:01:59 2007
@@ -50,7 +50,7 @@
 	      target="1.3"
 	      bootclasspath="${empty}"
 	      nowarn="on"
-	      debug="${debug}"
+	      debug="true"
 	      depend="${depend}"
 	      deprecation="${deprecation}"
 	      optimize="${optimize}"

Modified: db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/demo/build.xml
URL: http://svn.apache.org/viewvc/db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/demo/build.xml?view=diff&rev=492933&r1=492932&r2=492933
==============================================================================
--- db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/demo/build.xml (original)
+++ db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/demo/build.xml Fri Jan  5 00:01:59 2007
@@ -71,7 +71,7 @@
       target="1.3"
       bootclasspath="${empty}"
       nowarn="on"
-      debug="${debug}"
+      debug="true"
       depend="${depend}"
       deprecation="${deprecation}"
       optimize="${optimize}"

Modified: db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/derbynet/build.xml
URL: http://svn.apache.org/viewvc/db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/derbynet/build.xml?view=diff&rev=492933&r1=492932&r2=492933
==============================================================================
--- db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/derbynet/build.xml (original)
+++ db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/derbynet/build.xml Fri Jan  5 00:01:59 2007
@@ -71,7 +71,7 @@
       target="1.3"
       bootclasspath="${empty}"
       nowarn="on"
-      debug="${debug}"
+      debug="true"
       depend="${depend}"
       deprecation="${deprecation}"
       optimize="${optimize}"
@@ -95,7 +95,7 @@
       target="1.3"
       bootclasspath="${empty}"
       nowarn="on"
-      debug="${debug}"
+      debug="true"
       depend="${depend}"
       deprecation="${deprecation}"
       optimize="${optimize}"

Modified: db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/i18n/build.xml
URL: http://svn.apache.org/viewvc/db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/i18n/build.xml?view=diff&rev=492933&r1=492932&r2=492933
==============================================================================
--- db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/i18n/build.xml (original)
+++ db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/i18n/build.xml Fri Jan  5 00:01:59 2007
@@ -71,7 +71,7 @@
       target="1.3"
       bootclasspath="${empty}"
       nowarn="on"
-      debug="${debug}"
+      debug="true"
       depend="${depend}"
       deprecation="${deprecation}"
       optimize="${optimize}"

Modified: db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/jdbc4/build.xml
URL: http://svn.apache.org/viewvc/db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/jdbc4/build.xml?view=diff&rev=492933&r1=492932&r2=492933
==============================================================================
--- db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/jdbc4/build.xml (original)
+++ db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/jdbc4/build.xml Fri Jan  5 00:01:59 2007
@@ -54,7 +54,7 @@
             executable="${jdk16}/bin/javac"
             bootclasspath="${empty}"
             nowarn="on"
-            debug="${debug}"
+            debug="true"
             depend="${depend}"
             deprecation="${deprecation}"
             optimize="${optimize}"

Modified: db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/jdbcapi/build.xml
URL: http://svn.apache.org/viewvc/db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/jdbcapi/build.xml?view=diff&rev=492933&r1=492932&r2=492933
==============================================================================
--- db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/jdbcapi/build.xml (original)
+++ db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/jdbcapi/build.xml Fri Jan  5 00:01:59 2007
@@ -71,7 +71,7 @@
 	      target="1.3"
 	      bootclasspath="${empty}"
 	      nowarn="on"
-	      debug="${debug}"
+	      debug="true"
 	      depend="${depend}"
 	      deprecation="${deprecation}"
 	      optimize="${optimize}"
@@ -94,7 +94,7 @@
       target="1.3"
       bootclasspath="${empty}"
       nowarn="on"
-      debug="${debug}"
+      debug="true"
       depend="${depend}"
       deprecation="${deprecation}"
       optimize="${optimize}"
@@ -132,7 +132,7 @@
       target="1.4"
       bootclasspath="${empty}"
       nowarn="on"
-      debug="${debug}"
+      debug="true"
       depend="${depend}"
       deprecation="${deprecation}"
       optimize="${optimize}"
@@ -165,7 +165,7 @@
       target="1.3"
       bootclasspath="${empty}"
       nowarn="on"
-      debug="${debug}"
+      debug="true"
       depend="${depend}"
       deprecation="${deprecation}"
       optimize="${optimize}"

Modified: db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/junitTests/compatibility/build.xml
URL: http://svn.apache.org/viewvc/db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/junitTests/compatibility/build.xml?view=diff&rev=492933&r1=492932&r2=492933
==============================================================================
--- db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/junitTests/compatibility/build.xml (original)
+++ db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/junitTests/compatibility/build.xml Fri Jan  5 00:01:59 2007
@@ -62,7 +62,7 @@
       target="1.3"
       bootclasspath="${empty}"
       nowarn="on"
-      debug="${debug}"
+      debug="true"
       depend="${depend}"
       deprecation="${deprecation}"
       optimize="${optimize}"

Modified: db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/junitTests/derbyNet/build.xml
URL: http://svn.apache.org/viewvc/db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/junitTests/derbyNet/build.xml?view=diff&rev=492933&r1=492932&r2=492933
==============================================================================
--- db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/junitTests/derbyNet/build.xml (original)
+++ db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/junitTests/derbyNet/build.xml Fri Jan  5 00:01:59 2007
@@ -72,7 +72,7 @@
       target="1.3"
       bootclasspath="${empty}"
       nowarn="on"
-      debug="${debug}"
+      debug="true"
       depend="${depend}"
       deprecation="${deprecation}"
       optimize="${optimize}"

Modified: db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/lang/build.xml
URL: http://svn.apache.org/viewvc/db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/lang/build.xml?view=diff&rev=492933&r1=492932&r2=492933
==============================================================================
--- db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/lang/build.xml (original)
+++ db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/lang/build.xml Fri Jan  5 00:01:59 2007
@@ -71,7 +71,7 @@
       target="1.3"
       bootclasspath="${empty}"
       nowarn="on"
-      debug="${debug}"
+      debug="true"
       depend="${depend}"
       deprecation="${deprecation}"
       optimize="${optimize}"
@@ -102,7 +102,7 @@
       target="1.3"
       bootclasspath="${empty}"
       nowarn="on"
-      debug="${debug}"
+      debug="true"
       depend="${depend}"
       deprecation="${deprecation}"
       optimize="${optimize}"
@@ -129,7 +129,7 @@
       target="1.4"
       bootclasspath="${empty}"
       nowarn="on"
-      debug="${debug}"
+      debug="true"
       depend="${depend}"
       deprecation="${deprecation}"
       optimize="${optimize}"
@@ -152,7 +152,7 @@
       target="1.3"
       bootclasspath="${empty}"
       nowarn="on"
-      debug="${debug}"
+      debug="true"
       depend="${depend}"
       deprecation="${deprecation}"
       optimize="${optimize}"

Modified: db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/largedata/build.xml
URL: http://svn.apache.org/viewvc/db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/largedata/build.xml?view=diff&rev=492933&r1=492932&r2=492933
==============================================================================
--- db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/largedata/build.xml (original)
+++ db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/largedata/build.xml Fri Jan  5 00:01:59 2007
@@ -71,7 +71,7 @@
       target="1.3"
       bootclasspath="${empty}"
       nowarn="on"
-      debug="${debug}"
+      debug="true"
       depend="${depend}"
       deprecation="${deprecation}"
       optimize="${optimize}"
@@ -94,7 +94,7 @@
       target="1.4"
       bootclasspath="${empty}"
       nowarn="on"
-      debug="${debug}"
+      debug="true"
       depend="${depend}"
       deprecation="${deprecation}"
       optimize="${optimize}"

Modified: db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/nist/build.xml
URL: http://svn.apache.org/viewvc/db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/nist/build.xml?view=diff&rev=492933&r1=492932&r2=492933
==============================================================================
--- db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/nist/build.xml (original)
+++ db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/nist/build.xml Fri Jan  5 00:01:59 2007
@@ -79,7 +79,7 @@
 	      target="1.3"
 	      bootclasspath="${empty}"
 	      nowarn="on"
-	      debug="${debug}"
+	      debug="true"
 	      depend="${depend}"
 	      deprecation="${deprecation}"
 	      optimize="${optimize}"

Modified: db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/perf/build.xml
URL: http://svn.apache.org/viewvc/db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/perf/build.xml?view=diff&rev=492933&r1=492932&r2=492933
==============================================================================
--- db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/perf/build.xml (original)
+++ db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/perf/build.xml Fri Jan  5 00:01:59 2007
@@ -71,7 +71,7 @@
       target="1.4"
       bootclasspath="${empty}"
       nowarn="on"
-      debug="${debug}"
+      debug="true"
       depend="${depend}"
       deprecation="${deprecation}"
       optimize="${optimize}"

Modified: db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/store/build.xml
URL: http://svn.apache.org/viewvc/db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/store/build.xml?view=diff&rev=492933&r1=492932&r2=492933
==============================================================================
--- db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/store/build.xml (original)
+++ db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/store/build.xml Fri Jan  5 00:01:59 2007
@@ -70,7 +70,7 @@
       target="1.3"
       bootclasspath="${empty}"
       nowarn="on"
-      debug="${debug}"
+      debug="true"
       depend="${depend}"
       deprecation="${deprecation}"
       optimize="${optimize}"
@@ -91,7 +91,7 @@
       target="1.4"
       bootclasspath="${empty}"
       nowarn="on"
-      debug="${debug}"
+      debug="true"
       depend="${depend}"
       deprecation="${deprecation}"
       optimize="${optimize}"

Modified: db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/storetests/build.xml
URL: http://svn.apache.org/viewvc/db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/storetests/build.xml?view=diff&rev=492933&r1=492932&r2=492933
==============================================================================
--- db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/storetests/build.xml (original)
+++ db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/storetests/build.xml Fri Jan  5 00:01:59 2007
@@ -71,7 +71,7 @@
       target="1.3"
       bootclasspath="${empty}"
       nowarn="on"
-      debug="${debug}"
+      debug="true"
       depend="${depend}"
       deprecation="${deprecation}"
       optimize="${optimize}"

Modified: db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/tools/build.xml
URL: http://svn.apache.org/viewvc/db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/tools/build.xml?view=diff&rev=492933&r1=492932&r2=492933
==============================================================================
--- db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/tools/build.xml (original)
+++ db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/tools/build.xml Fri Jan  5 00:01:59 2007
@@ -71,7 +71,7 @@
       target="1.3"
       bootclasspath="${empty}"
       nowarn="on"
-      debug="${debug}"
+      debug="true"
       depend="${depend}"
       deprecation="${deprecation}"
       optimize="${optimize}"
@@ -94,7 +94,7 @@
       target="1.4"
       bootclasspath="${empty}"
       nowarn="on"
-      debug="${debug}"
+      debug="true"
       depend="${depend}"
       deprecation="${deprecation}"
       optimize="${optimize}"
@@ -117,7 +117,7 @@
       target="1.4"
       bootclasspath="${empty}"
       nowarn="on"
-      debug="${debug}"
+      debug="true"
       depend="${depend}"
       deprecation="${deprecation}"
       optimize="${optimize}"

Modified: db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/upgradeTests/build.xml
URL: http://svn.apache.org/viewvc/db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/upgradeTests/build.xml?view=diff&rev=492933&r1=492932&r2=492933
==============================================================================
--- db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/upgradeTests/build.xml (original)
+++ db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/upgradeTests/build.xml Fri Jan  5 00:01:59 2007
@@ -71,7 +71,7 @@
       target="1.4"
       bootclasspath="${empty}"
       nowarn="on"
-      debug="${debug}"
+      debug="true"
       depend="${depend}"
       deprecation="${deprecation}"
       optimize="${optimize}"

Modified: db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/util/build.xml
URL: http://svn.apache.org/viewvc/db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/util/build.xml?view=diff&rev=492933&r1=492932&r2=492933
==============================================================================
--- db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/util/build.xml (original)
+++ db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/util/build.xml Fri Jan  5 00:01:59 2007
@@ -47,7 +47,7 @@
       target="1.3"
       bootclasspath="${empty}"
       nowarn="on"
-      debug="${debug}"
+      debug="true"
       depend="${depend}"
       deprecation="${deprecation}"
       optimize="${optimize}"
@@ -71,7 +71,7 @@
       target="1.4"
       bootclasspath="${empty}"
       nowarn="on"
-      debug="${debug}"
+      debug="true"
       depend="${depend}"
       deprecation="${deprecation}"
       optimize="${optimize}"

Modified: db/derby/code/trunk/java/testing/org/apache/derbyTesting/junit/build.xml
URL: http://svn.apache.org/viewvc/db/derby/code/trunk/java/testing/org/apache/derbyTesting/junit/build.xml?view=diff&rev=492933&r1=492932&r2=492933
==============================================================================
--- db/derby/code/trunk/java/testing/org/apache/derbyTesting/junit/build.xml (original)
+++ db/derby/code/trunk/java/testing/org/apache/derbyTesting/junit/build.xml Fri Jan  5 00:01:59 2007
@@ -63,7 +63,7 @@
       target="1.4"
       bootclasspath="${empty}"
       nowarn="on"
-      debug="${debug}"
+      debug="true"
       depend="${depend}"
       deprecation="${deprecation}"
       optimize="${optimize}"
@@ -83,7 +83,7 @@
       target="1.3"
       bootclasspath="${empty}"
       nowarn="on"
-      debug="${debug}"
+      debug="true"
       depend="${depend}"
       deprecation="${deprecation}"
       optimize="${optimize}"

Modified: db/derby/code/trunk/java/testing/org/apache/derbyTesting/perf/build.xml
URL: http://svn.apache.org/viewvc/db/derby/code/trunk/java/testing/org/apache/derbyTesting/perf/build.xml?view=diff&rev=492933&r1=492932&r2=492933
==============================================================================
--- db/derby/code/trunk/java/testing/org/apache/derbyTesting/perf/build.xml (original)
+++ db/derby/code/trunk/java/testing/org/apache/derbyTesting/perf/build.xml Fri Jan  5 00:01:59 2007
@@ -60,7 +60,7 @@
       target="1.4"
       bootclasspath="${empty}"
       nowarn="on"
-      debug="${debug}"
+      debug="true"
       depend="${depend}"
       deprecation="${deprecation}"
       optimize="${optimize}"
@@ -79,7 +79,7 @@
       target="1.3"
       bootclasspath="${empty}"
       nowarn="on"
-      debug="${debug}"
+      debug="true"
       depend="${depend}"
       deprecation="${deprecation}"
       optimize="${optimize}"

Modified: db/derby/code/trunk/java/testing/org/apache/derbyTesting/system/oe/build.xml
URL: http://svn.apache.org/viewvc/db/derby/code/trunk/java/testing/org/apache/derbyTesting/system/oe/build.xml?view=diff&rev=492933&r1=492932&r2=492933
==============================================================================
--- db/derby/code/trunk/java/testing/org/apache/derbyTesting/system/oe/build.xml (original)
+++ db/derby/code/trunk/java/testing/org/apache/derbyTesting/system/oe/build.xml Fri Jan  5 00:01:59 2007
@@ -60,7 +60,7 @@
       target="1.4"
       bootclasspath="${empty}"
       nowarn="on"
-      debug="${debug}"
+      debug="true"
       depend="${depend}"
       deprecation="${deprecation}"
       optimize="${optimize}"

Modified: db/derby/code/trunk/java/testing/org/apache/derbyTesting/unitTests/build.xml
URL: http://svn.apache.org/viewvc/db/derby/code/trunk/java/testing/org/apache/derbyTesting/unitTests/build.xml?view=diff&rev=492933&r1=492932&r2=492933
==============================================================================
--- db/derby/code/trunk/java/testing/org/apache/derbyTesting/unitTests/build.xml (original)
+++ db/derby/code/trunk/java/testing/org/apache/derbyTesting/unitTests/build.xml Fri Jan  5 00:01:59 2007
@@ -60,7 +60,7 @@
       target="1.3"
       bootclasspath="${empty}"
       nowarn="on"
-      debug="${debug}"
+      debug="true"
       depend="${depend}"
       deprecation="${deprecation}"
       optimize="${optimize}"