You know what? It was working on my win32 system. I will make sure the listener class extends AbstractLoggable, and is explicitly set. I _could_ separate the classes--but then I have to be careful how I name it (or the test runner will try to execute the listener class as a test).
--- Peter Donald <[EMAIL PROTECTED]> wrote: > > /opt/avalon/jakarta-avalon-excalibur/src/scratchpad/org/apache/avalon/excalibur/monitor/test/MonitorTestCase.java:241:18:241:28: > > Caution: Ambiguous reference to member named > "getLogger" inherited from type > "org/apache/avalon/framework/logger/AbstractLoggable" > but also declared or > inherited in the enclosing type > "org/apache/avalon/excalibur/monitor/test/MonitorTestCase". > Explicit > qualification is required. > /opt/avalon/jakarta-avalon-excalibur/src/scratchpad/org/apache/avalon/excalibur/monitor/test/MonitorTestCase.java:243:17:243:27: > > Caution: Ambiguous reference to member named > "getLogger" inherited from type > "org/apache/avalon/framework/logger/AbstractLoggable" > but also declared or > inherited in the enclosing type > "org/apache/avalon/excalibur/monitor/test/MonitorTestCase". > Explicit > qualification is required. > > > -- > Cheers, > > Pete > > *-----------------------------------------------------* > * "Faced with the choice between changing one's > mind, * > * and proving that there is no need to do so - > almost * > * everyone gets busy on the proof." > * > * - John Kenneth Galbraith > * > *-----------------------------------------------------* > > --------------------------------------------------------------------- > To unsubscribe, e-mail: > [EMAIL PROTECTED] > For additional commands, e-mail: > [EMAIL PROTECTED] > __________________________________________________ Do You Yahoo!? Make international calls for as low as $.04/minute with Yahoo! Messenger http://phonecard.yahoo.com/ --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
