Hi Stuart, On Tue, 2006-10-31 at 20:05 -0500, Stuart Ballard wrote: > On http://builder.classpath.org/dist/, glibj-generics-latest.zip is > dated Oct 18th as opposed to all the other files including > classpath-generics-latest.tar.gz and glibj-latest.zip which are dated > Oct 31st as expected. Is something up with the generics build causing > it to fail to produce an updated zip? Yes, according to classpath-testresults starting Oct 18th we have: http://article.gmane.org/gmane.comp.java.classpath.testresults/2667 6267 problems (1 error, 6266 warnings)make[1]: *** [compile-classes] Error 255 make[1]: Leaving directory `/home/cpdev/Nightly/generics/build/lib' make: *** [all-recursive] Error 1 Unfortunately the large number of warnings obscure the 1 error. Looking through the log it is: 1729. ERROR in ../../classpath/java/util/EnumSet.java (at line 252) return copyOf((EnumSet<T>) other); ^^^^^^ The method copyOf(EnumSet<T>) is ambiguous for the type EnumSet<T> > This is why Andrew's hard work with the generics merge the other day > didn't result in a wonderfully huge Japi diff email... Sometimes huge japi diff emails are also caught by mailman as "way too big an improve to be true" :) Cheers, Mark