
http://bugzilla.qos.ch/show_bug.cgi?id=40 Summary: Impossible to run demo following the instructions on the demo page Product: logback-site Version: unspecified Platform: PC OS/Version: Windows Status: NEW Severity: major Priority: P3 Component: Documentation AssignedTo: logback-dev@qos.ch ReportedBy: xavier.hanin@gmail.com I've followed the instructions on the demo page and have an error when running the following command: mvn package jetty:run See error below. It seems that it assumes we have already installed logback classic and logback access, but there is no such information on the demo page. Error: Missing: ---------- 1) ch.qos.logback:logback-access:jar:0.9-SNAPSHOT Try downloading the file manually from the project website. Then, install it using the command: mvn install:install-file -DgroupId=ch.qos.logback -DartifactId=logback-access \ -Dversion=0.9-SNAPSHOT -Dpackaging=jar -Dfile=/path/to/file Path to dependency: 1) ch.qos.logback:logback-demo:war:1.0 2) ch.qos.logback:logback-access:jar:0.9-SNAPSHOT 2) ch.qos.logback:logback-classic:jar:0.9-SNAPSHOT Try downloading the file manually from the project website. Then, install it using the command: mvn install:install-file -DgroupId=ch.qos.logback -DartifactId=logback-classic \ -Dversion=0.9-SNAPSHOT -Dpackaging=jar -Dfile=/path/to/file Path to dependency: 1) ch.qos.logback:logback-demo:war:1.0 2) ch.qos.logback:logback-classic:jar:0.9-SNAPSHOT ---------- 2 required artifacts are missing. for artifact: ch.qos.logback:logback-demo:war:1.0 from the specified remote repositories: central (http://repo1.maven.org/maven2) -- 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.