Bug #35829 build.xml check for java6 should use or instead of and
Submitted: 4 Apr 2008 15:26 Modified: 10 Apr 2008 9:01
Reporter: Petteri Räty
Status: Verified
Category:Connector/J Severity:S3 (Non-critical)
Version:5.1.6 OS:Any
Assigned to: Mark Matthews Target Version:
Triage: D4 (Minor)

[4 Apr 2008 15:26] Petteri Räty
Description:
compile-driver-jdbc4:
    [javac] Compiling 32 source files to
/mnt/checkouts/mysql-connector-j-trunk/build/mysql-connector-java-6.0.0-alpha

BUILD FAILED
/mnt/checkouts/mysql-connector-j-trunk/build.xml:738: Error running
C:/jvms/jdk1.6.0/bin/javac.exe compiler

How to repeat:
run with the java6 properties set to some unexisting place

Suggested fix:
comes as patch
[4 Apr 2008 15:27] Petteri Räty
use or instead of and in build.xml

Attachment: java6-detection.patch (application/octet-stream, text), 627 bytes.

[10 Apr 2008 9:01] Tonci Grgin
Hi Petteri and thanks for your report.

This is a known problem we've been forced to introduce ourselves... Anyway, I'm setting
this to verified and Mark will decide whether this will be fixed or just needs better
documentation.