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

Rick Hillegas updated DERBY-3989:
---------------------------------

    Attachment: derby-3989-01-ac-optionalJava5.diff

Thanks for the experiments and analysis, Myrna and Knut. Knut is right: 
PropertySetter sets java16compile.classpath from j16lib if the latter property 
is set, and that causes the version mismatch problem if you are using the Java 
5 compiler. Attaching a new rev of the patch: 
derby-3989-01-ac-optionalJava5.diff.

This rev aborts the build if you are using the IBM Java 5 compiler AND you have 
explicitly set EITHER j16lib or java16compile.classpath. Once again, I would 
appreciate your test-driving this patch.

Thanks!

> Set the Java 5 compilation path based on the Java 6 compilation path if a 
> Java 5 environment can't be found but a Java 6 environment can be
> -------------------------------------------------------------------------------------------------------------------------------------------
>
>                 Key: DERBY-3989
>                 URL: https://issues.apache.org/jira/browse/DERBY-3989
>             Project: Derby
>          Issue Type: Improvement
>          Components: Build tools
>    Affects Versions: 10.5.0.0
>            Reporter: Rick Hillegas
>         Attachments: derby-3989-01-aa-optionalJava5.diff, 
> derby-3989-01-ab-optionalJava5.diff, derby-3989-01-ac-optionalJava5.diff
>
>
> This will make the build even more flexible. Probably involves the following 
> changes:
> 1) Relaxing the requirement in PropertySetter that a Java 5 JDK must exist
> 2) Having PropertySetter look for a Java 6 JDK (and set 
> java16compile.classpath accordingly) just as PropertySetter looks for a Java 
> 5 JDK today
> 3) Changing the setCompilerProperties target in the master build script so 
> that it
>   a) requires that java15compile.classpath or java16compile.classpath is set 
> (it's ok for both to be set)
>   b) sets java15compile.classpath to ${jdbc3stubs}:${java16compile.classpath}

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to