You are viewing a plain text version of this content. The canonical link for it is here.
Posted to log4j-user@logging.apache.org by "Strobel, Luke" <lu...@bankofamerica.com> on 2004/03/29 20:46:31 UTC

Chainsaw not installing

Hello,

I am trying to install chainsaw (v2) and it is not installing properly.  In
order to install, I use cvsgrab (since I am going through a company's proxy)
and download the jakarta-oro file myself.  Using the method as described on
the webpage, it runs install-chainsaw.xml correctly.  However, when, after I
cd into logging-log4j, I run ant chainsaw, it gives me the following

Buildfile: build.xml

oroCheck:

chainsawCheck:
     [echo] Chainsaw dependant libraries present.

chainsawRunCheck:

init:

build.core:

build.chainsaw:
    [javac] Compiling 84 source files to /opt/logging-log4j/dist/classes
    [javac]
/opt/logging-log4j/src/java/org/apache/log4j/chainsaw/ChainsawToolBarAndMenu
s.java:770: cannot resolve symbol
    [javac] symbol  : variable SHIFT_DOWN_MASK
    [javac] location: class java.awt.event.KeyEvent
    [javac]     action.putValue(Action.ACCELERATOR_KEY,
KeyStroke.getKeyStroke(KeyEvent.VK_F3, KeyEvent.SHIFT_DOWN_MASK));
    [javac]
^
    [javac] 1 error

BUILD FAILED
/opt/logging-log4j/build.xml:314: Compile failed; see the compiler error
output for details.

Total time: 6 seconds

I would greatly appreciate any help that could be given for this problem.

Thanks,
Luke

---------------------------------------------------------------------
To unsubscribe, e-mail: log4j-user-unsubscribe@logging.apache.org
For additional commands, e-mail: log4j-user-help@logging.apache.org