
I just did an svn update and tried to do a build. It failed with: [INFO] Compiling 58 source files to /Users/rgoers/projects/logback/ trunk/logback-examples/target/classes [INFO] ------------------------------------------------------------------------ [ERROR] BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] Compilation failure /Users/rgoers/projects/logback/trunk/logback-examples/src/main/java/ chapter4/ExitWoes1.java:[37,44] cannot find symbol symbol : variable ROOT_NAME location: class ch.qos.logback.classic.LoggerContext /Users/rgoers/projects/logback/trunk/logback-examples/src/main/java/ chapter4/ExitWoes2.java:[38,44] cannot find symbol symbol : variable ROOT_NAME location: class ch.qos.logback.classic.LoggerContext

Hi Ralph, Thanks for reporting this issue. It has been fixed a few seconds ago. Ralph Goers wrote:
I just did an svn update and tried to do a build. It failed with:
[INFO] Compiling 58 source files to /Users/rgoers/projects/logback/trunk/logback-examples/target/classes [INFO] ------------------------------------------------------------------------ [ERROR] BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] Compilation failure
/Users/rgoers/projects/logback/trunk/logback-examples/src/main/java/chapter4/ExitWoes1.java:[37,44] cannot find symbol symbol : variable ROOT_NAME location: class ch.qos.logback.classic.LoggerContext
/Users/rgoers/projects/logback/trunk/logback-examples/src/main/java/chapter4/ExitWoes2.java:[38,44] cannot find symbol symbol : variable ROOT_NAME location: class ch.qos.logback.classic.LoggerContext
-- Ceki Gülcü Logback: The reliable, generic, fast and flexible logging framework for Java. http://logback.qos.ch

Thanks. Also mvn clean install fails for me in SyslogAppenderTest. The assertions at lines 79 and 134 are failing. I haven't even looked at the test to see what they are doing. Ralph On Jul 31, 2009, at 9:19 AM, Ceki Gulcu wrote:
Hi Ralph,
Thanks for reporting this issue. It has been fixed a few seconds ago.
Ralph Goers wrote:
I just did an svn update and tried to do a build. It failed with: [INFO] Compiling 58 source files to /Users/rgoers/projects/logback/ trunk/logback-examples/target/classes [INFO] ------------------------------------------------------------------------ [ERROR] BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] Compilation failure /Users/rgoers/projects/logback/trunk/logback-examples/src/main/java/ chapter4/ExitWoes1.java:[37,44] cannot find symbol symbol : variable ROOT_NAME location: class ch.qos.logback.classic.LoggerContext /Users/rgoers/projects/logback/trunk/logback-examples/src/main/java/ chapter4/ExitWoes2.java:[38,44] cannot find symbol symbol : variable ROOT_NAME location: class ch.qos.logback.classic.LoggerContext
-- Ceki Gülcü Logback: The reliable, generic, fast and flexible logging framework for Java. http://logback.qos.ch _______________________________________________ logback-dev mailing list logback-dev@qos.ch http://qos.ch/mailman/listinfo/logback-dev

Regarding SyslogAppenderTest, what's the name of your machine? Ralph Goers wrote:
Thanks. Also mvn clean install fails for me in SyslogAppenderTest. The assertions at lines 79 and 134 are failing. I haven't even looked at the test to see what they are doing.
Ralph
-- Ceki Gülcü Logback: The reliable, generic, fast and flexible logging framework for Java. http://logback.qos.ch

I went into the debugger. Here is the value of the "msg" variable. <23>Jul 31 09:35:18 rgoerss-macbook-pro.local [main] ch.qos.logback.classic.net.SyslogAppenderTest hello I guess the pattern doesn't like my hostname. On Jul 31, 2009, at 9:35 AM, Ceki Gulcu wrote:
Regarding SyslogAppenderTest, what's the name of your machine?
Ralph Goers wrote:
Thanks. Also mvn clean install fails for me in SyslogAppenderTest. The assertions at lines 79 and 134 are failing. I haven't even looked at the test to see what they are doing. Ralph -- Ceki Gülcü Logback: The reliable, generic, fast and flexible logging framework for Java. http://logback.qos.ch
logback-dev mailing list logback-dev@qos.ch http://qos.ch/mailman/listinfo/logback-dev

Problem should be fixed now. Ralph Goers wrote:
I went into the debugger. Here is the value of the "msg" variable.
<23>Jul 31 09:35:18 rgoerss-macbook-pro.local [main] ch.qos.logback.classic.net.SyslogAppenderTest hello
I guess the pattern doesn't like my hostname.
On Jul 31, 2009, at 9:35 AM, Ceki Gulcu wrote:
-- Ceki Gülcü Logback: The reliable, generic, fast and flexible logging framework for Java. http://logback.qos.ch
participants (2)
-
Ceki Gulcu
-
Ralph Goers