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 2005/04/07 20:44:14 UTC

svn commit: r160427 - in incubator/derby/code/trunk: java/testing/org/apache/derbyTesting/functionTests/harness/RunTest.java tools/ant/properties/jikes.properties tools/ant/properties/modern.properties

Author: fuzzylogic
Date: Thu Apr  7 11:44:13 2005
New Revision: 160427

URL: http://svn.apache.org/viewcvs?view=rev&rev=160427
Log:
Take debug and optimize flags out of compiler properties so that setting the
sanity state properly sets these flags. Also, fix typo in RunTest so that
-Duseprocess=false option works again.

Modified:
    incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/harness/RunTest.java
    incubator/derby/code/trunk/tools/ant/properties/jikes.properties
    incubator/derby/code/trunk/tools/ant/properties/modern.properties

Modified: incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/harness/RunTest.java
URL: http://svn.apache.org/viewcvs/incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/harness/RunTest.java?view=diff&r1=160426&r2=160427
==============================================================================
--- incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/harness/RunTest.java (original)
+++ incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/harness/RunTest.java Thu Apr  7 11:44:13 2005
@@ -2273,7 +2273,7 @@
         else if (testType.equals("java"))
         {
             sysProp.put("user.dir", outDir.getCanonicalPath());
-            javaPath = "org.apache.derbyTesting." + testDirName;
+            javaPath = "org.apache.derbyTesting.functionTests.tests." + testDirName;
             String[] args = new String[2];
             args[0] = "-p";
             args[1] = propString;

Modified: incubator/derby/code/trunk/tools/ant/properties/jikes.properties
URL: http://svn.apache.org/viewcvs/incubator/derby/code/trunk/tools/ant/properties/jikes.properties?view=diff&r1=160426&r2=160427
==============================================================================
--- incubator/derby/code/trunk/tools/ant/properties/jikes.properties (original)
+++ incubator/derby/code/trunk/tools/ant/properties/jikes.properties Thu Apr  7 11:44:13 2005
@@ -2,9 +2,7 @@
 build.compiler.fulldepend=off
 build.compiler.pedantic=off
 build.sysclasspath=ignore
-debug=on
 depend=off
 deprecation=on
-optimize=off
 proceed=no
 verbose=no

Modified: incubator/derby/code/trunk/tools/ant/properties/modern.properties
URL: http://svn.apache.org/viewcvs/incubator/derby/code/trunk/tools/ant/properties/modern.properties?view=diff&r1=160426&r2=160427
==============================================================================
--- incubator/derby/code/trunk/tools/ant/properties/modern.properties (original)
+++ incubator/derby/code/trunk/tools/ant/properties/modern.properties Thu Apr  7 11:44:13 2005
@@ -3,9 +3,7 @@
 build.compiler.pedantic=off
 build.compiler.warnings=off
 build.sysclasspath=ignore
-debug=on
 depend=off
 deprecation=on
-optimize=off
 proceed=no
 verbose=no