[logback-dev] svn commit: r1805 - in logback/trunk/logback-site/src/site/pages: . manual
noreply.ceki at qos.ch
noreply.ceki at qos.ch
Mon Sep 8 22:43:57 CEST 2008
Author: ceki
Date: Mon Sep 8 22:43:57 2008
New Revision: 1805
Modified:
logback/trunk/logback-site/src/site/pages/manual/introduction.html
logback/trunk/logback-site/src/site/pages/news.html
Log:
Documentation improvements (work in progress)
Modified: logback/trunk/logback-site/src/site/pages/manual/introduction.html
==============================================================================
--- logback/trunk/logback-site/src/site/pages/manual/introduction.html (original)
+++ logback/trunk/logback-site/src/site/pages/manual/introduction.html Mon Sep 8 22:43:57 2008
@@ -244,20 +244,7 @@
including all its modules, should be as easy as issuing a <code>mvn
package</code> command from within the directory where you
unarchived the logback distribution. Maven will automatically
- download the required external libraries. However, certain artefacts
- cannot be downloaded from the Maven2 repository. At present, time
- only the JMS API from from SUN Inc. needs to be downloaded and
- installed separately into your local repository.
- </p>
-
- <p>You can manually download the <a
- href="http://java.sun.com/products/jms/docs.html">JMS API from
- Sun</a>. Once you have downloaded the <em>jms.jar</em> file, you can
- install it in your local Maven 2 repository by issuing the command:
- </p>
-
- <p class="source">mvn install:install-file -DgroupId=javax.jms -DartifactId=jms -Dversion=1.1 /
- -Dpackaging=jar -Dfile=/path/to/jms.jar.file
+ download the required external libraries.
</p>
<p>Logback distributions contain complete source code such that you
@@ -266,8 +253,34 @@
adhere to the conditions of the LGPL License.
</p>
+ <p>Logback has been built and tested with the follwing JDKs.</p>
-
+ <table class="bodyTable">
+ <tr>
+ <th>JDK</th>
+ <th>Operating System</th>
+ </tr>
+
+ <tr>
+ <td>Sun JDK 1.5.0.06</td>
+ <td>Windows XP</td>
+ </tr>
+
+ <tr class="alt">
+ <td>Sun JDK 1.5.0.08</td>
+ <td>Linux 64bit AMD</td>
+ </tr>
+
+ <tr>
+ <td>WebLogic JRockit 1.5.0.14</td>
+ <td>Linux 64bit AMD</td>
+ </tr>
+
+ <tr class="alt">
+ <td>IBM JDK 1.6.0.1</td>
+ <td>Linux 64bit AMD</td>
+ </tr>
+ </table>
<script src="../templates/footer.js"></script>
Modified: logback/trunk/logback-site/src/site/pages/news.html
==============================================================================
--- logback/trunk/logback-site/src/site/pages/news.html (original)
+++ logback/trunk/logback-site/src/site/pages/news.html Mon Sep 8 22:43:57 2008
@@ -83,6 +83,28 @@
subject line.
</p>
+
+ <p>Fixed issue <a
+ href="http://jira.qos.ch/browse/LBCLASSIC-68">LBCLASSIC-68</a>
+ reported by Gili Tzabari. In environments where the TCCL (Thread
+ Context Class Laoder) was not set, logback was unable to located its
+ default configuraiton files. Logback now uses the class loader that
+ loaded logback itself to locate its resources instead of the
+ TCCL. This approach is simpler and deemed to cover more
+ environments, i.e. more widely applicable.
+ </p>
+
+
+ <p>Fixed issue <a
+ href="http://jira.qos.ch/browse/LBGENERAL-24">LBGENERAL-24</a>
+ reported by Thorbjørn Ravn Andersen. Logback now relies on
+ Geronimo JMS API specifications instead of Sun's JMS API
+ specification, the latter requiring manual installation. With
+ Geronimo JMS, logback can be built using Maven without needing to
+ manually install any dependencies.
+ </p>
+
+
<p><a href="http://jira.qos.ch/browse/LBCORE-32">LBCORE-32</a>
</p>
More information about the logback-dev
mailing list