Hi, Narayanan, thanks, I just caught this bug myself. I'll submit a change today to fix this.

David

V.Narayanan (JIRA) wrote:
[ http://issues.apache.org/jira/browse/DERBY-932?page=comments#action_12365875 ]
V.Narayanan commented on DERBY-932:
-----------------------------------

Hi David,
The jdbc4 test suite doesn't build. You have forgotten to include entry for 
tests/jdbc4 in java/testing/build.xml.
Here is the diff for the same.

Index: java/testing/build.xml
===================================================================
--- java/testing/build.xml      (revision 376591)
+++ java/testing/build.xml      (working copy)
@@ -56,6 +56,7 @@
     <ant 
dir="${derby.testing.src.dir}/${derby.testing.functest.dir}/tests/derbynet"/>
     <ant 
dir="${derby.testing.src.dir}/${derby.testing.functest.dir}/tests/unit"/>
     <ant 
dir="${derby.testing.src.dir}/${derby.testing.functest.dir}/tests/i18n"/>
+    <ant 
dir="${derby.testing.src.dir}/${derby.testing.functest.dir}/tests/jdbc4"/>
     <ant 
dir="${derby.testing.src.dir}/${derby.testing.functest.dir}/tests/largedata"/>
     <ant 
dir="${derby.testing.src.dir}/${derby.testing.functest.dir}/multi/stress"/>
     <ant dir="${derby.testing.src.dir}/${derby.testing.functest.dir}/master"/>


Fix the way JDK 1.6 specific files are built
--------------------------------------------

        Key: DERBY-932
        URL: http://issues.apache.org/jira/browse/DERBY-932
    Project: Derby
       Type: Bug
   Reporter: David Van Couvering
   Assignee: David Van Couvering


Currently these files are built using the exec ant task.  This results in odd behavior, 
such as the fact as the build doesn't end if there's a build failure with one of these 
targets.  Also, in NetBeans the compile errors are not "clickable".  Fix this 
to use javac where you specify the compiler executable path.


begin:vcard
fn:David W Van Couvering
n:Van Couvering;David W
org:Sun Microsystems, Inc.;Database Technology Group
email;internet:[EMAIL PROTECTED]
title:Senior Staff Software Engineer
tel;work:510-550-6819
tel;cell:510-684-7281
x-mozilla-html:TRUE
version:2.1
end:vcard

Reply via email to