On Mar 14, 2006, at 1:46 PM, Max Stolyarov wrote:

Thanks Curt,

One more question for you! After implementing your suggestion, my log4j.jar compiles fine, but my build process by itself, fails. The error I get now is
this:

BUILD FAILED
C:\Programming\logging-log4j-1.2.13\build.xml:624: The following error
occurred while executing this line:
C:\Programming\logging-log4j-1.2.13\build.xml:482:
C:\Programming\logging-site\lib not found.

Any ideas? Why do I need this directory: logging-site?

Max

The log4j documentation build processed "borrowed" stylesheets and some content from the CVS module (logging-site) used to generate the http://logging.apache.org web site. The log4j 1.3 build has eliminate that dependency, but it still exists in the log4j 1.2 branch. If you want to rebuild the log4j documentation, then you need to check out the former logging-site CVS module in the parent directory of logging-log4j-1.2.13.

svn co http://svn.apache.org/repos/asf/logging/site/tags/v1_2_13- log4j-release logging-site

If you want to place it somewhere else, you can specify - Dlogging.site=PATH.





---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to