You are viewing a plain text version of this content. The canonical link for it is here.
Posted to log4j-dev@logging.apache.org by sd...@apache.org on 2006/08/12 02:33:59 UTC

svn commit: r430930 - in /logging/chainsaw/trunk: build.properties.sample build.xml

Author: sdeboy
Date: Fri Aug 11 17:33:59 2006
New Revision: 430930

URL: http://svn.apache.org/viewvc?rev=430930&view=rev
Log:
Clarify vfs dependency info

Modified:
    logging/chainsaw/trunk/build.properties.sample
    logging/chainsaw/trunk/build.xml

Modified: logging/chainsaw/trunk/build.properties.sample
URL: http://svn.apache.org/viewvc/logging/chainsaw/trunk/build.properties.sample?rev=430930&r1=430929&r2=430930&view=diff
==============================================================================
--- logging/chainsaw/trunk/build.properties.sample (original)
+++ logging/chainsaw/trunk/build.properties.sample Fri Aug 11 17:33:59 2006
@@ -1,8 +1,8 @@
 
 # Chainsaw requires the following jars to build and run:
-# * Jakarta ORG 2.0.6+
 # * 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
 #
@@ -16,10 +16,8 @@
 # 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 as well, otherwise it won't work, just grab 
-# the API jar and place it in this directory alongside VFS jar.
+# NOTE: VFS requires Commons logging JAR to run
 
-# Place all the dependencies in this directory (except ORO)
 # Dependencies directory
 deps.dir=lib
 

Modified: logging/chainsaw/trunk/build.xml
URL: http://svn.apache.org/viewvc/logging/chainsaw/trunk/build.xml?rev=430930&r1=430929&r2=430930&view=diff
==============================================================================
--- logging/chainsaw/trunk/build.xml (original)
+++ logging/chainsaw/trunk/build.xml Fri Aug 11 17:33:59 2006
@@ -88,8 +88,8 @@
   <target name="vfs" depends="vfsCheck" unless="vfs-present">
     <echo>
       Could not find vfs classes (http://jakarta.apache.org/commons/sandbox/vfs/). 
-      Did you forget to set "vfs.jar" property in 
-      build.properties to point to a valid vfs jar file?  
+      Did you forget to add the commons-vfs jar to the directory specified by deps.dir 
+      in build.properties?  
 
       Chainsaw will be built but will not include support 
       for VFSLogFilePatternReceiver



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