Mark Wielaard wrote:

>Log message:
>       * lib/standard.omit: DataFlavor.java and AWTEvent.java should and must
>       be compiled by default
>

AWTEvent depends on Event.java, which for some reason doesn't exist in 
Classpath. If you compile classpath with javac its okay because javac 
finds Event in its own classes, but it won't work if you try to 
bootstrap with jikes or gcj -C without having Sun's class libraries 
around. So, java.awt should probibly be omitted by default until that 
gets sorted.

regards

Bryce.



_______________________________________________
Classpath mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/classpath

Reply via email to