yoavs 2003/06/06 20:10:22 Modified: . HOWTOBUILD.txt Log: - Initial version of HOWTOBUILD.txt - Mostly copied from HOWTOBUILD-CHAINSAW.txt -- thanks ;) Revision Changes Path 1.2 +37 -2 jakarta-log4j-sandbox/HOWTOBUILD.txt Index: HOWTOBUILD.txt =================================================================== RCS file: /home/cvs/jakarta-log4j-sandbox/HOWTOBUILD.txt,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- HOWTOBUILD.txt 4 Feb 2003 06:28:16 -0000 1.1 +++ HOWTOBUILD.txt 7 Jun 2003 03:10:22 -0000 1.2 @@ -1,2 +1,37 @@ -[placeholder that will describe the steps to set up the build environment and -compile the code] \ No newline at end of file +HOWTOBUILD.txt +============== + +This document outlines the steps required to build and run the log4j sandbox classes. + +Comments/Changes/Bugs for this document and build process: + * Log4j Developers list ([EMAIL PROTECTED]) + + +Assumptions +=========== +* Familiar with Ant, and have it installed (http://ant.apache.org/) + (requires the 1.5.x series of Ant, including Conditions support) + +Step-by-Step to build Log4j-Sandbox +====================================== + +1. Download the jakarta-log4j-sandbox (you've probably already done this if you're reading + this...) + +2. Copy the build.properties.sample file -> build.properties + +3. Edit the build.properties file and modify to suit your needs. In particular + * Ensure the "Library Path Stuff" section contains correct relative/full paths to the + relevant libraries (You might need to source these from the 'Net) + + * Ensure the main log4j distribution is correctly set in build.properties. + + **** Notes: the intent of the build.xml file is to be able to get it to + automatically do the external Ant call for you, but for now, + it's not operational - please provide the log4j jar. + +4. From the jakarta-log4j-sandbox root directory, type: + + ant jar + + That's it ;) \ No newline at end of file
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]