I tried to compile classpath (CVS) with the kopisusu beta 5 at: http://www.klomp.org/KopiSusu/
I used these two commands, trying to exclude files which wouldn't compile, but eventually I gave up. find . -not -path './java/utils/prefs*' -a -not -path './javax/accessibility/*' -a -name '*.java' -a -not -name 'RandomAccess.java' -a -not -name 'LinkedHashSet.java' -a -not -name 'LinkedHashMap.java' -a -not -path './java/util/prefs/*' -a -not -name 'WeakHashMap.java' -a -not -name 'Vector.java' -a -not -name 'TreeSet.java' -a -not -name 'TreeMap.java' -a -not -name 'TooManyListenersException.java' -a -not -name 'TimerTask.java' -a -not -name 'Timer.java' -a -not -name 'TimeZone.java' -a -not -name 'StringTokenizer.java' -a -not -name 'Stack.java' -a -not -name 'SortedSet.java' -a -not -name 'SortedMap.java' -a -not -name 'SimpleTimeZone.java' -a -not -name 'Set.java' -a -not -name 'ResourceBundle.java' -a -not -name 'Random.java' -a -not -name 'PropertyResourceBundle.java' -a -not -name 'PropertyPermission.java' -a -not -name 'Properties.java' > jlist /usr/local/jdk1.3/bin/java -jar ../../kopisusu/kopisusu/ksusu.jar -v $(cat jlist) John Leuner --------------------------------------------- This message was sent using M-Web Airmail. http://airmail.mweb.co.za/ _______________________________________________ Classpath mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/classpath

