yoavs 2004/12/14 12:50:39
Modified: . build.properties.sample build.xml
docs HISTORY.txt
Log:
Bugzilla 26658.
Revision Changes Path
1.19 +4 -1 logging-log4j/build.properties.sample
Index: build.properties.sample
===================================================================
RCS file: /home/cvs/logging-log4j/build.properties.sample,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- build.properties.sample 24 Nov 2004 19:35:19 -0000 1.18
+++ build.properties.sample 14 Dec 2004 20:50:39 -0000 1.19
@@ -1,6 +1,9 @@
# The jaxp interface and a jaxp parser are required to build the
# JoranConfigurator. However, these are already available since Ant
-# needs them too.
+# needs them too. Note also that these are required to run Chainsaw.
+# They are commented out by default but may be commented in for
+# customizations, e.g. when running Chainsaw from Ant version 1.4
+# or earlier.
# jaxp.home=/java/jaxp-1.1
# jaxp.jaxp.jar=${jaxp.home}/jaxp.jar
1.122 +1 -1 logging-log4j/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/logging-log4j/build.xml,v
retrieving revision 1.121
retrieving revision 1.122
diff -u -r1.121 -r1.122
--- build.xml 3 Dec 2004 14:38:10 -0000 1.121
+++ build.xml 14 Dec 2004 20:50:39 -0000 1.122
@@ -372,7 +372,7 @@
<!-- Need to fork to avoid problems -->
<java classname="org.apache.log4j.chainsaw.LogUI" fork="yes"
-
classpath="${jar.dest}/${log4j.jar};${jar.dest}/${log4j-chainsaw.jar};${ant.home}/lib/crimson.jar;${regexp.oro.jar};${jms.jar}">
+
classpath="${jar.dest}/${log4j.jar};${jar.dest}/${log4j-chainsaw.jar};${jaxp.parser.jar};${regexp.oro.jar};${jms.jar}">
<sysproperty key="log4j.debug" value="${log4j.debug}"/>
</java>
</target>
1.16 +2 -0 logging-log4j/docs/HISTORY.txt
Index: HISTORY.txt
===================================================================
RCS file: /home/cvs/logging-log4j/docs/HISTORY.txt,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- HISTORY.txt 14 Dec 2004 20:27:12 -0000 1.15
+++ HISTORY.txt 14 Dec 2004 20:50:39 -0000 1.16
@@ -39,6 +39,8 @@
- Changed converter register accessors in PatternParser to take/return Map
instead
of HashMap, a cleaner abstraction allowing for different implementation
types. [*]
+ - Fixed Bugzilla 26658: modify build.xml chainsaw target with respect to
crimson.jar [*]
+
November 25, 2004
- Release of version 1.3alpha-3
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]