blob: c66ecfe0853774f1015fab62c6c990437c0c0def [file] [log] [blame]
# Chainsaw requires the following jars to build and run:
# * Jakarta Commons VFS 1.0 RC1+ (requires sub-dependecy of Jakarta Commons Logging).
# * XStream - http://xstream.codehaus.org (BSD License)
# * Log4j 1.3 jars
#
# Place the Jars in a local 'lib' folder, and Chainsaw should compile and run
#
# Jakarta Commons VFS Required if you wish to compile and include the
# org.apache.log4j.chainsaw.vfs.VFSLogFilePatternReceiver virtual file system receiver
# to access log files in Chainsaw, but is optional.
#
# See http://jakarta.apache.org/commons/sandbox/vfs/filesystems.html
# for a full description of supported file systems (ssh, zip, etc).
#
# See http://jakarta.apache.org/commons/sandbox/vfs/download.html for
# file system-specific jars required when running Chainsaw with a VFSLogFilePatternReceiver
#
# NOTE: VFS requires Commons logging JAR to run
# Dependencies directory
deps.dir=lib
# The location of the log4j source code (unpacked), required if you want to build the HTML JavaDoc for the Receivers
# into the Chainsaw GUI. This is a MUST for building the complete distribution
log4j.src=../log4j/