[slf4j-dev] svn commit: r1231 - slf4j/trunk/slf4j-site/src/site/pages
ceki at slf4j.org
ceki at slf4j.org
Thu Nov 13 12:36:38 CET 2008
Author: ceki
Date: Thu Nov 13 12:36:38 2008
New Revision: 1231
Modified:
slf4j/trunk/slf4j-site/src/site/pages/extensions.html
Log:
Replaced "slf4j-ext-X.Y.Z.jar" by "slf4j-ext-${project.version}.jar", taking advantage of Maven
variable substitution.
Modified: slf4j/trunk/slf4j-site/src/site/pages/extensions.html
==============================================================================
--- slf4j/trunk/slf4j-site/src/site/pages/extensions.html (original)
+++ slf4j/trunk/slf4j-site/src/site/pages/extensions.html Thu Nov 13 12:36:38 2008
@@ -667,7 +667,7 @@
<ul>
<li>"javassist-3.4.GA.jar" relatively to
- slf4j-ext-${project.version} as would be if Maven had downloaded
+ slf4j-ext-${project.version}.jar as would be if Maven had downloaded
both from the repository and slf4j-ext-${project.version}.jar was
referenced directly in the Maven repository in the
"-javaagent"-argument.</li>
@@ -690,11 +690,11 @@
<li>The javaagent does not do any logging itself, and the slf4j
backend does not need to be available to the agent. </li>
- <li>You MUST remember to have slf4j-api-${project.version}.jar explicitly
- provided to the program to be instrumented. If not, the one
- embedded in the slf4j-ext-X.Y.Z.jar library is used, and these
- classes cannot see the jars loaded later. (Empirically
- determined, reference would be appreciated).
+ <li>You MUST remember to have slf4j-api-${project.version}.jar
+ explicitly provided to the program to be instrumented. If not,
+ the one embedded in the slf4j-ext-${project.version}.jar library
+ is used, and these classes cannot see the jars loaded later.
+ (Empirically determined, reference would be appreciated).
</li>
</ul>
More information about the slf4j-dev
mailing list