[logback-dev] [GIT] Logback: the generic, reliable, fast and flexible logging framework. branch master updated. v_0.9.30-54-g2ba9cb8

added by portage for gitosis-gentoo git-noreply at pixie.qos.ch
Wed Oct 26 21:49:45 CEST 2011


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Logback: the generic, reliable, fast and flexible logging framework.".

The branch, master has been updated
       via  2ba9cb8c56ec1dca0b323635cf2d3667dfdfe472 (commit)
      from  2b3022ad0b3ec7263667465201ac6670ed093340 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
http://git.qos.ch/gitweb/?p=logback.git;a=commit;h=2ba9cb8c56ec1dca0b323635cf2d3667dfdfe472
http://github.com/ceki/logback/commit/2ba9cb8c56ec1dca0b323635cf2d3667dfdfe472

commit 2ba9cb8c56ec1dca0b323635cf2d3667dfdfe472
Author: Ceki Gulcu <ceki at qos.ch>
Date:   Wed Oct 26 21:49:23 2011 +0200

    blurb about building logback with Eclipse and IDEA

diff --git a/logback-classic/src/main/groovy/ch/qos/logback/classic/boolex/EvaluatorTemplate.groovy b/logback-classic/src/main/groovy/ch/qos/logback/classic/boolex/EvaluatorTemplate.groovy
index a090124..35179f9 100644
--- a/logback-classic/src/main/groovy/ch/qos/logback/classic/boolex/EvaluatorTemplate.groovy
+++ b/logback-classic/src/main/groovy/ch/qos/logback/classic/boolex/EvaluatorTemplate.groovy
@@ -30,7 +30,6 @@ import static ch.qos.logback.classic.Level.ERROR;
  */
 public class EvaluatorTemplate implements IEvaluator {
 
-
   boolean doEvaluate(ILoggingEvent event) {
     ILoggingEvent e = event;
     //EXPRESSION
diff --git a/logback-classic/src/test/java/ch/qos/logback/classic/AllClassicTest.java b/logback-classic/src/test/java/ch/qos/logback/classic/AllClassicTest.java
index 8eae3a2..c06b086 100644
--- a/logback-classic/src/test/java/ch/qos/logback/classic/AllClassicTest.java
+++ b/logback-classic/src/test/java/ch/qos/logback/classic/AllClassicTest.java
@@ -27,7 +27,7 @@ import org.junit.runners.Suite.SuiteClasses;
         ch.qos.logback.classic.jmx.PackageTest.class,
         ch.qos.logback.classic.boolex.PackageTest.class,
         ch.qos.logback.classic.selector.PackageTest.class,
-        ch.qos.logback.classic.html.PackageTest.class,
+        ch.qos.logback.classic.html.PackageTest.class, 
         ch.qos.logback.classic.net.PackageTest.class,
         ch.qos.logback.classic.pattern.PackageTest.class,
         ch.qos.logback.classic.encoder.PackageTest.class,
diff --git a/logback-site/src/site/pages/manual/introduction.html b/logback-site/src/site/pages/manual/introduction.html
index 2a0faba..ced1c5d 100644
--- a/logback-site/src/site/pages/manual/introduction.html
+++ b/logback-site/src/site/pages/manual/introduction.html
@@ -240,15 +240,15 @@ public class HelloWorld2 {
   
   
   <p>As its build tool, logback relies on <a
-  href="http://maven.apache.org">Maven2</a>, a widely-used open-source
+  href="http://maven.apache.org">Maven</a>, a widely-used open-source
   build tool.
   </p>
 
-  <p>Once you have installed Maven2, building the logback project,
+  <p>Once you have installed Maven, building the logback project,
   including all its modules, should be as easy as issuing a <code>mvn
-  package</code> command from within the directory where you
+  install</code> command from within the directory where you
   unarchived the logback distribution. Maven will automatically
-  download the required external libraries. 
+  download the required external libraries.
   </p>
 
   <p>Logback distributions contain complete source code such that you
@@ -257,41 +257,18 @@ public class HelloWorld2 {
   adhere to the conditions of the LGPL license or the EPL license.
   </p>
 
-  <p>Logback has been built and tested with the following 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>
-
-    <tr>
-      <td>Sun JDK 1.6.0.16 (64 bit)</td>
-      <td>Windows 7 (64 bit)</td>
-    </tr>
-
-  </table>
+  <p>Certain logback <b>test cases</b> are written in Scala. Moreover,
+  logback offers a Groovy-based configurator. If you wish to hack
+  logback, you will probably want to import it as a project into your
+  favorite IDE. As of this writing (2011-10-26), the author was unable
+  to have the project build under Eclipse due to problems related to
+  Scala and/or Groovy support. Fortunately, assuming the Scala plugin
+  is installed, logback can be imported into IntelliJ IDEA within
+  seconds and builds just fine.</p>
 
+  <p>If you are able to install both Scala and Groovy under Eclipse,
+  and thus presumably build logback under Eclipse, please report your
+  extraordinary technical feat on the logback-dev mailing list.</p>
 
   <script src="../templates/footer.js" type="text/javascript"></script>
 </div>

-----------------------------------------------------------------------

Summary of changes:
 .../classic/boolex/EvaluatorTemplate.groovy        |    1 -
 .../ch/qos/logback/classic/AllClassicTest.java     |    2 +-
 .../src/site/pages/manual/introduction.html        |   53 ++++++--------------
 3 files changed, 16 insertions(+), 40 deletions(-)


hooks/post-receive
-- 
Logback: the generic, reliable, fast and flexible logging framework.


More information about the logback-dev mailing list