forked from apache/logging-log4j1
-
Notifications
You must be signed in to change notification settings - Fork 0
/
HOWTOBUILD.txt
31 lines (20 loc) · 952 Bytes
/
HOWTOBUILD.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
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 logging-log4j (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)
4. From the logging-log4j root directory, type:
ant jar
That's it ;)