forked from stritti/log4js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
INSTALL.txt
52 lines (37 loc) · 1.43 KB
/
INSTALL.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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
============
Using log4js
============
1) First untar or unzip the distribution file.
2) Assuming you chose to extract the distribution in to the
PATH_OF_YOUR_CHOICE, untarring the distribution file should create
a logging-log4js-VERSION directory, where VERSION is the log4js
version number, under PATH_OF_YOUR_CHOICE. We will refer to the
directory PATH_OF_YOUR_CHOICE/log4js-VERSION/ as $LOG4JS_HOME/.
@TODO
==================
log4js dependencies
==================
Log4js is based on EMCA Script (JavaScript) with the following additional
requirements:
----------------------------
JSDoc
----------------------------
JSDoc is a Perl implementation to generate API documentation for JavaScripts.
It is available at http://jsdoc.sf.net
----------------------------
Package ANT
----------------------------
ANT is a Java based make tool to generate the releases. It is availabel
at http://ant.apache.org
----------------------------
Package log4j.jar
----------------------------
log4j.jar is the logging API for Java. It is only required for the
AJAXAppender example to log the messages on server side.
===============
Building log4js
===============
Like most java appilicatios today, log4js relies on ANT as its build
tool. ANT is availale from "http://ant.apache.org/". ANT
requires a build file called build.xml which is part of this
distribution.