You are viewing a plain text version of this content. The canonical link for it is here.
Posted to log4j-dev@logging.apache.org by mw...@apache.org on 2006/01/31 06:04:43 UTC

svn commit: r373708 - in /logging/log4j/trunk/tests: build.properties.sample build.xml

Author: mwomack
Date: Mon Jan 30 21:04:41 2006
New Revision: 373708

URL: http://svn.apache.org/viewcvs?rev=373708&view=rev
Log:
Updated to reference xml related jars, added in NTEventLogAppender test

Modified:
    logging/log4j/trunk/tests/build.properties.sample
    logging/log4j/trunk/tests/build.xml

Modified: logging/log4j/trunk/tests/build.properties.sample
URL: http://svn.apache.org/viewcvs/logging/log4j/trunk/tests/build.properties.sample?rev=373708&r1=373707&r2=373708&view=diff
==============================================================================
--- logging/log4j/trunk/tests/build.properties.sample (original)
+++ logging/log4j/trunk/tests/build.properties.sample Mon Jan 30 21:04:41 2006
@@ -6,6 +6,10 @@
 #
 lib.home.dir=${user.home}
 
+xml.home=/java/xerces-2_6_2 
+xml-api.jar=${xml.home}/xml-apis.jar
+xml-impl.jar=${xml.home}/xercesImpl.jar
+
 jakarta-oro.jar=${lib.home.dir}/jakarta-oro-2.0.8/jakarta-oro-2.0.8.jar
 # JavaMail API OPTIONAL; required to build the SMTPAppender
 javamail.jar=${lib.home.dir}/javamail-1.3.2/mail.jar

Modified: logging/log4j/trunk/tests/build.xml
URL: http://svn.apache.org/viewcvs/logging/log4j/trunk/tests/build.xml?rev=373708&r1=373707&r2=373708&view=diff
==============================================================================
--- logging/log4j/trunk/tests/build.xml (original)
+++ logging/log4j/trunk/tests/build.xml Mon Jan 30 21:04:41 2006
@@ -56,6 +56,8 @@
     <pathelement location="${javamail.jar}"/>
     <pathelement location="${activation.jar}"/>
     <pathelement location="${clover.jar}"/>
+    <pathelement location="${xml-api.jar}"/>
+    <pathelement location="${xml-impl.jar}"/>
     <fileset dir="./lib/">
       <include name="*.jar"/>
     </fileset>
@@ -222,7 +224,8 @@
                                      FileWatchdog,
                                      CachedDateFormat,
   	                                 Encoding,
-  	                                 Syslog
+  	                                 Syslog,
+                                     NTEventLogAppender
                                      "/>
 
 



---------------------------------------------------------------------
To unsubscribe, e-mail: log4j-dev-unsubscribe@logging.apache.org
For additional commands, e-mail: log4j-dev-help@logging.apache.org