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 ps...@apache.org on 2006/02/08 22:43:26 UTC

svn commit: r376086 - /logging/chainsaw/trunk/build.properties.sample

Author: psmith
Date: Wed Feb  8 13:43:24 2006
New Revision: 376086

URL: http://svn.apache.org/viewcvs?rev=376086&view=rev
Log:
Fix for Bug #38582.  Since Chainsaw moved out into it's own SVN repo,
it appears that the distribution no longer built all the Receiver Java Doc (because
they are still in the log4j source path.

Changed the build sequence so that to get the JavaDoc for Receivers requires the 
location of the log4j source code.  Failing to have this just means that Chainsaw
doesn't have all the JavaDoc embedded.

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

Modified: logging/chainsaw/trunk/build.properties.sample
URL: http://svn.apache.org/viewcvs/logging/chainsaw/trunk/build.properties.sample?rev=376086&r1=376085&r2=376086&view=diff
==============================================================================
--- logging/chainsaw/trunk/build.properties.sample (original)
+++ logging/chainsaw/trunk/build.properties.sample Wed Feb  8 13:43:24 2006
@@ -21,4 +21,8 @@
 
 # Place all the dependencies in this directory (except ORO)
 # Dependencies directory
-deps.dir=lib
\ No newline at end of file
+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/



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