Myrna van Lunteren <[email protected]> writes: > 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. > 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
I think these are expected differences between sane and insane builds because they are anonymous inner classes defined inside a debug block. It sounds like you're building sane jars in both cases, so I have no idea why you're seeing this difference, though. -- Knut Anders
