maven and logback

2008-08-20 Thread Rusty Wright
Maven newbie here trying to convert my Eclipse project to Maven. I tried using the version 99 of Commons Logging as documented here (so that I can use logback and slf4j instead): http://day-to-day-stuff.blogspot.com/2007/07/no-more-commons-logging.html which was just recently referenced on

Re: maven and logback

2008-08-20 Thread John Casey
It's telling you that 5 of the artifacts you listed are unavailable in the repositories given for the project. If you try browsing to the URLs it's attempting to grab, you will probably get 404's for them... -john Rusty Wright wrote: Maven newbie here trying to convert my Eclipse project to

Re: maven and logback

2008-08-20 Thread Rusty Wright
Ok, thanks. I'm still trying to figure out what's wrong. I've got it down two. One of them I'm not even listing as a dependency. John Casey wrote: It's telling you that 5 of the artifacts you listed are unavailable in the repositories given for the project. If you try browsing to the URLs