Hi Brian, Try compiling against JDK 5 with the settings I described. That works for me. I need to try JDK 6 maybe there¹s something different with that version.
Cheers, Robert On 1/28/08 1:34 AM, "Brian" <[EMAIL PROTECTED]> wrote: > Tried that.... no luck, now I get: > > [javac] Note: Some input files additionally use or override a deprecated > API. > [javac] 28 errors > [javac] 100 warnings > > > Should I get a different version of java? > > > Robert Hodges wrote: >> >> Hi Brian, >> >> Make sure you have your build.properties set to 1.4 for the following >> entries: >> >> javac.target = 1.4 >> javac.source = 1.4 >> >> This should solve the problem. >> >> There are unfortunately incompatibilities in later versions of JDBC. It's >> difficult to maintain JDK 1.4 compatibility and compile against later >> versions. >> >> Cheers, Robert >> >> >> On 1/27/08 3:39 AM, "Brian" <[EMAIL PROTECTED]> >> <mailto:[EMAIL PROTECTED]> wrote: >> >> >> >>> >>> I am trying to compile the current CVS source for testing, but I am >>> getting a bunch of errors. I am using jdk 1.6.0_04. >>> >>> >>> >>> >>> >>> >>> _______________________________________________ >>> Sequoia mailing list >>> [email protected] >>> https://forge.continuent.org/mailman/listinfo/sequoia >>> >>> >> >> >> > > > _______________________________________________ > Sequoia mailing list > [email protected] > https://forge.continuent.org/mailman/listinfo/sequoia -- Robert Hodges, CTO, Continuent, Inc. Email: [EMAIL PROTECTED] Mobile: +1-510-501-3728 Skype: hodgesrm
_______________________________________________ Sequoia mailing list [email protected] https://forge.continuent.org/mailman/listinfo/sequoia
