[Bug 10] New: logback-access module does not build

http://bugzilla.qos.ch/show_bug.cgi?id=10 Summary: logback-access module does not build Product: logback-access Version: unspecified Platform: PC OS/Version: Windows Status: NEW Severity: normal Priority: P1 Component: Other AssignedTo: logback-dev@qos.ch ReportedBy: noreply.ceki@qos.ch After checking out the latest version of logback from SVN, I am unable to build the access module. Here are the results.
mvn clean package
[INFO] Scanning for projects... [INFO] Reactor build order: [INFO] Logbacklogback-access\src\test\java\ch\qos\logback\access\jetty\JettyBasicTest.java:[78,33] cannot find symbol [INFO] Logback Core Module [INFO] Logback Classic Moduleaccess.jetty.JettyBasicTest [INFO] Logback Access Module [INFO] Logback Site [INFO] Logback Skin---------------------------------------------------------- [INFO] ---------------------------------------------------------------------------- [INFO] Building Logback-------------------------------------------------------- [INFO] task-segment: [clean, package] [INFO] ---------------------------------------------------------------------------- [INFO] [clean:clean] 8M/20M [INFO] Deleting directory c:\home\ceki\LB\target------------------------------- [INFO] Deleting directory c:\home\ceki\LB\target\classes [INFO] Deleting directory c:\home\ceki\LB\target\test-classes [INFO] [site:attach-descriptor] [INFO] ---------------------------------------------------------------------------- [INFO] Building Logback Core Module [INFO] task-segment: [clean, package] [INFO] ---------------------------------------------------------------------------- [INFO] [clean:clean] [INFO] Deleting directory c:\home\ceki\LB\logback-core\target [INFO] Deleting directory c:\home\ceki\LB\logback-core\target\classes [INFO] Deleting directory c:\home\ceki\LB\logback-core\target\test-classes [INFO] [resources:resources] [INFO] Using default encoding to copy filtered resources. [INFO] [compiler:compile] Compiling 119 source files to c:\home\ceki\LB\logback-core\target\classes [snip] ... [INFO] Building Logback Access Module [INFO] task-segment: [clean, package] [INFO] ---------------------------------------------------------------------------- [INFO] [clean:clean] [INFO] Deleting directory c:\home\ceki\LB\logback-access\target [INFO] Deleting directory c:\home\ceki\LB\logback-access\target\classes [INFO] Deleting directory c:\home\ceki\LB\logback-access\target\test-classes [INFO] [resources:resources] [INFO] Using default encoding to copy filtered resources. [INFO] [compiler:compile] Compiling 36 source files to c:\home\ceki\LB\logback-access\target\classes [INFO] [resources:testResources] [INFO] Using default encoding to copy filtered resources. [INFO] [compiler:testCompile] Compiling 6 source files to c:\home\ceki\LB\logback-access\target\test-classes [INFO] ------------------------------------------------------------------------ [ERROR] BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] Compilation failure c:\home\ceki\LB\logback-access\src\test\java\ch\qos\logback\access\jetty\JettyTestSetup.java:[26,36] package ch.qos.logback.core.appender does not exist c:\home\ceki\LB\logback-access\src\test\java\ch\qos\logback\access\jetty\JettyBasicTest.java:[13,36] package ch.qos.logback.core.appender does not exist c:\home\ceki\LB\logback-access\src\test\java\ch\qos\logback\access\jetty\JettyTestSetup.java:[77,4] cannot find symbol symbol : class ListAppender location: class ch.qos.logback.access.jetty.JettyTestSetup c:\home\ceki\LB\logback-access\src\test\java\ch\qos\logback\access\jetty\JettyTestSetup.java:[77,32] cannot find symbol symbol : class ListAppender location: class ch.qos.logback.access.jetty.JettyTestSetup c:\home\ceki\LB\logback-access\src\test\java\ch\qos\logback\access\jetty\JettyBasicTest.java:[35,4] cannot find symbol symbol : class ListAppender location: class ch.qos.logback.access.jetty.JettyBasicTest c:\home\ceki\LB\logback-access\src\test\java\ch\qos\logback\access\jetty\JettyBasicTest.java:[35,29] cannot find symbol symbol : class ListAppender location: class ch.qos.logback.access.jetty.JettyBasicTest c:\home\ceki\LB\logback-access\src\test\java\ch\qos\logback\access\jetty\JettyBasicTest.java:[48,4] cannot find symbol symbol : class ListAppender location: class ch.qos.logback.access.jetty.JettyBasicTest c:\home\ceki\LB\logback-access\src\test\java\ch\qos\logback\access\jetty\JettyBasicTest.java:[48,29] cannot find symbol symbol : class ListAppender location: class ch.qos.logback.access.jetty.JettyBasicTest c:\home\ceki\LB\logback-access\src\test\java\ch\qos\logback\access\jetty\JettyBasicTest.java:[78,4] cannot find symbol symbol : class ListAppender location: class ch.qos.logback.access.jetty.JettyBasicTest c:\home\ceki\LB\logback-access\src\test\java\ch\qos\logback\access\jetty\JettyBasicTest.java:[78,33] cannot find symbol symbol : class ListAppender location: class ch.qos.logback.access.jetty.JettyBasicTest [INFO] ------------------------------------------------------------------------ [INFO] For more information, run Maven with the -e switch [INFO] ------------------------------------------------------------------------ [INFO] Total time: 56 seconds [INFO] Finished at: Sun Oct 08 17:12:37 CEST 2006 [INFO] Final Memory: 8M/20M -- Configure bugmail: http://bugzilla.qos.ch/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.

http://bugzilla.qos.ch/show_bug.cgi?id=10 ------- Comment #1 from noreply.ceki@qos.ch 2006-10-08 17:25 ------- I copied and pasted from the console, and apparently the text was partly corrupted. Anyway, it looks like the problems is due to the omission of the file logback-access\src\test\java\ch\qos\logback\access\jetty\JettyBasicTest.java -- Configure bugmail: http://bugzilla.qos.ch/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.

http://bugzilla.qos.ch/show_bug.cgi?id=10 noreply.sebastien@qos.ch changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED ------- Comment #2 from noreply.sebastien@qos.ch 2006-10-09 09:16 ------- I just did a fresh checkout and experience the same problem. The trace you attached seems more like a dependency problem to me, not a missing file. The file JettyBasicTest.java is present in the repository, and is read by maven if I read the trace correctly. The JettyBasicTest file needs a ListAppender to compile. This file is located in the core module, within the tests files. In logback-access' pom.xml, there was a dependency on logback core, but not logback-core tests. The corrected pom.xml is committed. -- Configure bugmail: http://bugzilla.qos.ch/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.

http://bugzilla.qos.ch/show_bug.cgi?id=10 noreply.sebastien@qos.ch changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED ------- Comment #3 from noreply.sebastien@qos.ch 2006-10-27 15:30 ------- we can close this one -- Configure bugmail: http://bugzilla.qos.ch/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.
participants (1)
-
bugzilla-daemon@pixie.qos.ch