|
From: | Bryce McKinlay |
Subject: | Re: classpath ./ChangeLog lib/standard.omit |
Date: | Sun, 28 Oct 2001 13:30:37 +1300 |
User-agent: | Mozilla/5.0 (X11; U; Linux ppc; en-US; rv:0.9.5) Gecko/20011016 |
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.
[Prev in Thread] | Current Thread | [Next in Thread] |