[ 
https://issues.apache.org/jira/browse/DERBY-5949?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Rick Hillegas updated DERBY-5949:
---------------------------------

    Attachment: derby-5949-02-aa-noverify.diff

Attaching derby-5949-02-aa-noverify.diff. This patch adds a -noverify switch to 
the toursdb targets in order to hack around 
http://bugs.sun.com/view_bug.do?bug_id=8004967 . This allows us to build Derby 
on Open JDK 8. Committed at subversion revision 1443109.

Without this patch, the build dies while trying to generate toursdb. That is 
because merely connecting to a database trips a VerifyError when running on 
Java 8. This patch can be backed out after 
http://bugs.sun.com/view_bug.do?bug_id=8004967 is fixed.

With this patch, I can build on Java 8 on my mac provided that I set the 
following ant property:

  java18compile.classpath=/Library/Java/JavaVirtualMachines/jdk1.8.0/classes



Touches the following file:

M       java/demo/toursdb/build.xml

                
> Fix PropertySetter to take account of Java 8
> --------------------------------------------
>
>                 Key: DERBY-5949
>                 URL: https://issues.apache.org/jira/browse/DERBY-5949
>             Project: Derby
>          Issue Type: Improvement
>          Components: Build tools
>            Reporter: Dag H. Wanvik
>            Priority: Minor
>         Attachments: derby-5949-01-aa-addJava8.diff, 
> derby-5949-02-aa-noverify.diff
>
>
> Early access versions of Java SE 8 are available.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to