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 ca...@apache.org on 2008/08/05 22:02:56 UTC

svn commit: r682913 - in /logging/log4j/trunk: build.xml src/changes/changes.xml

Author: carnold
Date: Tue Aug  5 13:02:56 2008
New Revision: 682913

URL: http://svn.apache.org/viewvc?rev=682913&view=rev
Log:
Bug 45517: Added change notice and updated build.xml to use geronimo-jms.jar if available

Modified:
    logging/log4j/trunk/build.xml
    logging/log4j/trunk/src/changes/changes.xml

Modified: logging/log4j/trunk/build.xml
URL: http://svn.apache.org/viewvc/logging/log4j/trunk/build.xml?rev=682913&r1=682912&r2=682913&view=diff
==============================================================================
--- logging/log4j/trunk/build.xml (original)
+++ logging/log4j/trunk/build.xml Tue Aug  5 13:02:56 2008
@@ -30,6 +30,9 @@
               the Maven repository can provide all the dependencies.  -->
   <property name="m2_repo" location="${user.home}/.m2/repository"/>
   <property name="javamail.jar" location="${m2_repo}/javax/mail/mail/1.4/mail-1.4.jar"/>
+  <property name="geronimo-jms.jar"
+         value="${m2_repo}/org/apache/geronimo/specs/geronimo-jms_1.1_spec/1.0/geronimo-jms_1.1_spec-1.0.jar"/>
+  <available property="jms.jar" value="${geronimo-jms.jar}" file="${geronimo-jms.jar}"/>
   <property name="jms.jar" location="${m2_repo}/javax/jms/jms/1.1/jms-1.1.jar"/>
   <property name="jmx.jar" location="${m2_repo}/com/sun/jmx/jmxri/1.2.1/jmxri-1.2.1.jar"/>
 

Modified: logging/log4j/trunk/src/changes/changes.xml
URL: http://svn.apache.org/viewvc/logging/log4j/trunk/src/changes/changes.xml?rev=682913&r1=682912&r2=682913&view=diff
==============================================================================
--- logging/log4j/trunk/src/changes/changes.xml (original)
+++ logging/log4j/trunk/src/changes/changes.xml Tue Aug  5 13:02:56 2008
@@ -40,7 +40,8 @@
        <action action="add" issue="41156">Give log4j threads reasonable names.</action>
        <action action="fix" issue="44888">LocationInfo can report wrong caller when other class names contain logger class name as substring.</action>
        <action action="fix" issue="45426">ErrorHandlerTestCase is not run and does not pass.</action>
-       <action action="fix" issue="45485">Agent.java is sole dependency on jmxtools.jar with Java 5+.</action> 
+       <action action="fix" issue="45485">Agent.java is sole dependency on jmxtools.jar with Java 5+.</action>
+       <action action="fix" issue="44517">Eliminate compile dependency on non-redistributable JMS reference implementation.</action> 
     </release>
   
     <release version="1.2.15" date="2007-08-24" description="SyslogAppender enhancements, NTEventLogAppender and Maven build.">



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