Known bugs for kissme:

OLD BUGS
--------

1. -- Deleted bug for mauve gnu.testlet.java.util.Hashtable.basic (Fixed) 
2. -- Deleted bug with running kjc (works now) (./kissme -classpath ~/kissme_classpath/:/home/jewel/java/kopi/temp at.dms.kjc.Main simple.java )
3. -- Deleted bug with FileURLConnection
4. -- Deleted bug for PipedInputStream
5. -- Deleted bug for kopisusu (When running kopisusu with kissme, it will produce an invalid class file for trivial.java (and give an exception when compiling trivial2.java).)
6. -- Deleted bug where an incorrect number of arguments were passed to a Java program
7. -- Deleted bug for XML4J (Xerces) not working properly with kissme
CURRENT BUGS
------------

8. The Netscape javascript interpreter "rhino" will not run with kissme. Currently a ClassCastException is thrown as it starts up. I have fixed many reflection problems that were preventing rhino from running earlier.

9. kopisusu fails when compiling some files. I think it may be files that have multiple class definitions. The problem appears as a ConcurrentModification exception to a Vector.

10. the stressmem2 test fails (due to GC problems?)



USING MAUVE
-----------

To run mauve do: 

 ./kissme -bootclasspath /home/jewel/kissme_classpath/:/home/jewel/java/mauve/ gnu.testlet.SimpleTestHarness

and then type the name of class.



