On Wed, Feb 10, 2010 at 12:50 AM, Kristian Waagan <[email protected]> wrote: > On 10.02.10 02:10, Myrna van Lunteren wrote: >> >> Hi, >> >> I was experimenting on building trunk with the latest version of the >> IBM 1.6 jvm (SR7), and I noticed something odd - when I run ant all >> without any ant.properties file, nor any special flags, I get 5 more >> classes than when I set properties for j14lib, j15lib, j16lib, >> java14compile.classpath, java15compile.classpath, >> java16compile.classpath and jsr169compile.classpath. >> > > Hi Myrna, > > Have you tried first running without ant.properties and with > -DprintCompilerProperties=true, and then copying the contents of the various > java1Xcompile.classpath into your ant.properties file? > Do you still see the difference? > If you do, there must be something else than the classpaths themselves > causing the difference. > > > Regards, > -- > Kristian > >> I got no errors, the 'missing' classes are all what I think are >> internal classes, and perhaps this build is equally ok, but I'm hoping >> someone has an hypothesis regarding this difference. >> They missing classes are: >> >> org.apache.derby.impl.jdbc.authentication.LDAPAuthenticationSchemeImpl$2.class >> org.apache.derby.impl.services.bytecode.BCClass$1.class >> org.apache.derby.impl.services.bytecode.GCClass$1.class >> org.apache.derby.impl.store.raw.xact.TransactionTable$5.class >> org.apache.derby.impl.store.raw.xact.TransactionTable$6.class >> >> Thx, >> Myrna >> > >
Thanks for your responses. It was indeed due to running with sane=true vs. sane=false. Myrna
