There's been a change in the code for
src\java\org\apache\log\format\PatternFormatter.java
it want's to import org.apache.avalon.framework.CascadingThrowable. This is
part of jakarta-avalon. jakarta-avalon depends on logkit - see where I'm
going?
Sam - any ideas?
J.
compile:
[mkdir] Created dir:
H:\GUMP\projects-20010509-02\jakarta-avalon-logkit\build
[mkdir] Created dir:
H:\GUMP\projects-20010509-02\jakarta-avalon-logkit\build\classes
[javac] Compiling 22 source files to
H:\GUMP\projects-20010509-02\jakarta-avalon-logkit\build\classes
[javac]
H:\GUMP\projects-20010509-02\jakarta-avalon-logkit\src\java\org\apache\log\f
ormat\PatternFormatter.java:10: cannot resolve symbol
[javac] symbol : class CascadingThrowable
[javac] location: package framework
[javac] import org.apache.avalon.framework.CascadingThrowable;
[javac] ^
[javac]
H:\GUMP\projects-20010509-02\jakarta-avalon-logkit\src\java\org\apache\log\f
ormat\PatternFormatter.java:435: cannot resolve symbol
[javac] symbol : class CascadingThrowable
[javac] location: class org.apache.log.format.PatternFormatter
[javac] if (throwable instanceof CascadingThrowable) {
[javac] ^
[javac]
H:\GUMP\projects-20010509-02\jakarta-avalon-logkit\src\java\org\apache\log\f
ormat\PatternFormatter.java:436: cannot resolve symbol
[javac] symbol : class CascadingThrowable
[javac] location: class org.apache.log.format.PatternFormatter
[javac] buf.append(getStackTrace(((CascadingThrowable)
throwable).getCause(), format));
[javac] ^
[javac] 3 errors
=======================================================================
Information in this email and any attachments are confidential, and may
not be copied or used by anyone other than the addressee, nor disclosed
to any third party without our permission. There is no intention to
create any legally binding contract or other commitment through the use
of this email.
Experian Limited (registration number 653331).
Registered office: Talbot House, Talbot Street, Nottingham NG1 5HF
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]