Andrew McIntyre <[EMAIL PROTECTED]> writes:

> On 2/20/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
>> Hi
>>
>> I'm trying to build with jdk1.6 following the instructions in
>> BUILDING.txt.
>>
>> <snip>
>>
>> It doesn't work for me. The build fails.
>
> Could you post the specific failure?

Should have done that right away... sorry. Here it is

compile_jdbc4:
    [javac] Since fork is true, ignoring compiler setting.
    [javac] Compiling 8 source files to /private/tmp/DERBY/derby-head/classes
    [javac] Since fork is true, ignoring compiler setting.
    [javac] 
/private/tmp/DERBY/derby-head/java/testing/org/apache/derbyTesting/functionTests/tests/jdbc4/TestDbMetaData.java:82:
 cannot find symbol
    [javac] symbol  : method getFunctions(<nulltype>,<nulltype>,<nulltype>)
    [javac] location: interface java.sql.DatabaseMetaData
    [javac]                     checkEmptyRS(met.getFunctions(null,null,null));
    [javac]                                     ^
    [javac] 
/private/tmp/DERBY/derby-head/java/testing/org/apache/derbyTesting/functionTests/tests/jdbc4/TestDbMetaData.java:84:
 cannot find symbol
    [javac] symbol  : method 
getFunctionParameters(<nulltype>,<nulltype>,<nulltype>,<nulltype>)
    [javac] location: interface java.sql.DatabaseMetaData
    [javac]                     
checkEmptyRS(met.getFunctionParameters(null,null,null,null));
    [javac]                                     ^
    [javac] 2 errors

I just noticed the "fork" messages... are they supposed to be there?

> This comment is slightly out of date. It should be referring to
> section 2.2.6, and the jdk16.javac property is no longer needed.

OK, I got the error above with

j14lib=/usr/local/java/jdk1.4/jre/lib
j13lib=/usr/local/java/jdk1.3/jre/lib
jdk16=/usr/local/java/jdk1.6.0
proceed=false
sane=false

-- 
dt

However, experience shows that for many people and many applications a
dose of paranoia is reasonable - Bjarne Stroustrup

Reply via email to