You are viewing a plain text version of this content. The canonical link for it is here.
Posted to derby-dev@db.apache.org by "David Van Couvering (JIRA)" <de...@db.apache.org> on 2006/02/07 22:21:57 UTC

[jira] Created: (DERBY-932) Fix the way JDK 1.6 specific files are built

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


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.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


[jira] Resolved: (DERBY-932) Fix the way JDK 1.6 specific files are built

Posted by "Myrna van Lunteren (JIRA)" <de...@db.apache.org>.
     [ http://issues.apache.org/jira/browse/DERBY-932?page=all ]
     
Myrna van Lunteren resolved DERBY-932:
--------------------------------------

    Fix Version: 10.2.0.0
     Resolution: Fixed

> 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
>      Fix For: 10.2.0.0

>
> 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.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


[jira] Commented: (DERBY-932) Fix the way JDK 1.6 specific files are built

Posted by "Daniel John Debrunner (JIRA)" <de...@db.apache.org>.
    [ http://issues.apache.org/jira/browse/DERBY-932?page=comments#action_12365498 ] 

Daniel John Debrunner commented on DERBY-932:
---------------------------------------------

The contents area for the section headings in the BUILDING.txt no longer match the sections,
since jdk16 was added as 2.2.4 in the middle.

It's also a little strange that the optional jdk16 was added as section 2.2.4 in the middle, before 
the required sections of jdk131 extensions and junit. Good chance for people to stop reading
once they see optional.

Fix the issue I was having though, thanks :-)

> 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.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


[jira] Closed: (DERBY-932) Fix the way JDK 1.6 specific files are built

Posted by "David Van Couvering (JIRA)" <de...@db.apache.org>.
     [ http://issues.apache.org/jira/browse/DERBY-932?page=all ]
     
David Van Couvering closed DERBY-932:
-------------------------------------


> 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.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


[jira] Updated: (DERBY-932) Fix the way JDK 1.6 specific files are built

Posted by "Kathey Marsden (JIRA)" <de...@db.apache.org>.
     [ http://issues.apache.org/jira/browse/DERBY-932?page=all ]

Kathey Marsden updated DERBY-932:
---------------------------------

    Component: Build tools

> 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

>   Components: Build tools
>     Reporter: David Van Couvering
>     Assignee: David Van Couvering
>      Fix For: 10.2.0.0

>
> 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.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


[jira] Resolved: (DERBY-932) Fix the way JDK 1.6 specific files are built

Posted by "David Van Couvering (JIRA)" <de...@db.apache.org>.
     [ http://issues.apache.org/jira/browse/DERBY-932?page=all ]
     
David Van Couvering resolved DERBY-932:
---------------------------------------

    Resolution: Fixed

Committed, revision 375777

NOTE: IF YOU WANT TO BUILD WITH JDK 1.6 YOU NOW NEED TO SET jdk16.javac IN YOUR ant.properties.  See BUILDING.txt for more details

> 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.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


[jira] Reopened: (DERBY-932) Fix the way JDK 1.6 specific files are built

Posted by "Myrna van Lunteren (JIRA)" <de...@db.apache.org>.
     [ http://issues.apache.org/jira/browse/DERBY-932?page=all ]
     
Myrna van Lunteren reopened DERBY-932:
--------------------------------------


reopen to set fix version

> 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
>      Fix For: 10.2.0.0

>
> 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.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


Re: [jira] Commented: (DERBY-932) Fix the way JDK 1.6 specific files are built

Posted by "David W. Van Couvering" <Da...@Sun.COM>.
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.
> 
> 

[jira] Commented: (DERBY-932) Fix the way JDK 1.6 specific files are built

Posted by "V.Narayanan (JIRA)" <de...@db.apache.org>.
    [ 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.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


[jira] Assigned: (DERBY-932) Fix the way JDK 1.6 specific files are built

Posted by "David Van Couvering (JIRA)" <de...@db.apache.org>.
     [ http://issues.apache.org/jira/browse/DERBY-932?page=all ]

David Van Couvering reassigned DERBY-932:
-----------------------------------------

    Assign To: David Van Couvering

> 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.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


[jira] Closed: (DERBY-932) Fix the way JDK 1.6 specific files are built

Posted by "Myrna van Lunteren (JIRA)" <de...@db.apache.org>.
     [ http://issues.apache.org/jira/browse/DERBY-932?page=all ]
     
Myrna van Lunteren closed DERBY-932:
------------------------------------


> 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
>      Fix For: 10.2.0.0

>
> 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.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira