carnold 2005/08/18 17:34:49
Modified: . Tag: v1_2-branch build.properties.sample build.xml
docs Tag: v1_2-branch HISTORY.txt
Log:
Bug 36267: Add jndi.jar property to build.xml
Revision Changes Path
No revision
No revision
1.2.2.4 +21 -17 logging-log4j/build.properties.sample
Index: build.properties.sample
===================================================================
RCS file: /home/cvs/logging-log4j/build.properties.sample,v
retrieving revision 1.2.2.3
retrieving revision 1.2.2.4
diff -u -r1.2.2.3 -r1.2.2.4
--- build.properties.sample 3 Nov 2004 18:32:58 -0000 1.2.2.3
+++ build.properties.sample 19 Aug 2005 00:34:48 -0000 1.2.2.4
@@ -1,33 +1,37 @@
+#
+# base location of support directories
+#
+lib.home.dir=/java
# The jaxp interface and a jaxp parser are required
-# to build the DOMConfigurator
-jaxp.home=/java/jaxp-1.1
+# to build the DOMConfigurator.
+#
+# modern equivalents are xml-commons-apis.jar
+# and xerces-j2.jar
+#
+jaxp.home=${lib.home.dir}/jaxp-1.1
jaxp.jaxp.jar=${jaxp.home}/jaxp.jar
jaxp.parser.jar=${jaxp.home}/crimson.jar
# JavaMail API Required to build the SMTPAppender
-javamail.jar=/java/javamail-1.2/mail.jar
-activation.jar=/java/jaf-1.0.1/activation.jar
+javamail.jar=${lib.home.dir}/javamail-1.2/mail.jar
+
+# and JavaBeans Activation Framework
+# http://java.sun.com/products/javabeans/jaf/index.jsp
+activation.jar=${lib.home.dir}/jaf-1.0.1/activation.jar
# JMS interfaces are required to be on the classpath
# in order to build the JMSAppender.
-jms.jar=/java/JMQ1.1/lib/jms.jar
-
-# Required to build the org.apace.log4j.jmx package.
-jmx.jar=/java/jmx/lib/jmxri.jar
-jmx-extra.jar=/java/jmx/lib/jmxtools.jar
-
+jms.jar=${lib.home.dir}/JMQ1.1/lib/jms.jar
-# jakarta-site2 module is used to transform xml files to html using
-# Anakia. You do not need to worry about this property unless you
-# intend to build the log4j web site yourself.
-jakarta-site2=../jakarta-site2
+# Required to build the org.apache.log4j.jmx package.
+jmx.jar=${lib.home.dir}/jmx/lib/jmxri.jar
+jmx-extra.jar=/${lib.home.dir}/jmx/lib/jmxtools.jar
+jndi.jar=${lib.home.dir}/jndi/lib/jndi.jar
# Required to run Checkstyle. Available from http://checkstyle.sf.net
-checkstyle.jar=/java/checkstyle-2.2/checkstyle-all-2.2.jar
-
-
+checkstyle.jar=${lib.home.dir}/checkstyle-2.2/checkstyle-all-2.2.jar
# The templates for the creation of the web-pages are inherited
# from the parent project.
1.34.2.30 +1 -0 logging-log4j/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/logging-log4j/build.xml,v
retrieving revision 1.34.2.29
retrieving revision 1.34.2.30
diff -u -r1.34.2.29 -r1.34.2.30
--- build.xml 19 Aug 2005 00:17:19 -0000 1.34.2.29
+++ build.xml 19 Aug 2005 00:34:48 -0000 1.34.2.30
@@ -85,6 +85,7 @@
<pathelement location="${jms.jar}"/>
<pathelement location="${jmx.jar}"/>
<pathelement location="${jmx-extra.jar}"/>
+ <pathelement location="${jndi.jar}"/>
</path>
<!-- Construct classpath for building the html pages-->
No revision
No revision
1.27.2.17 +2 -0 logging-log4j/docs/HISTORY.txt
Index: HISTORY.txt
===================================================================
RCS file: /home/cvs/logging-log4j/docs/HISTORY.txt,v
retrieving revision 1.27.2.16
retrieving revision 1.27.2.17
diff -u -r1.27.2.16 -r1.27.2.17
--- HISTORY.txt 18 Aug 2005 23:08:00 -0000 1.27.2.16
+++ HISTORY.txt 19 Aug 2005 00:34:48 -0000 1.27.2.17
@@ -13,6 +13,8 @@
in org.apache.log4j.chainsaw.LoggingReceiver which would cause
spurious compiler errors with JDK 1.1 and 1.2 javac compilers.
+ - Fixed bug 36267 by adding a jndi.jar property to the build file.
+
- Fixed bug 36213 by removing references to obsolete documentation.
August 7th, 2005
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]