weavejester / ring-serve

Ring development web server
Eclipse Public License 1.0
25 stars 6 forks source link

jetty 7 changing namespace name #5

Open antoineB opened 12 years ago

antoineB commented 12 years ago

It seems that new version of ring use jetty 7. ring/ring-core "1.1.1" ring/ring-jetty-adapter "1.1.1" Jetty 7 has changed its namespace from org.mortbay to org.eclipse and it has also changed the Logger interface. I have just made a quick correction to get it working with jetty 7 https://github.com/antoineB/ring-serve/.

upgradingdave commented 11 years ago

I ran into this and glad to see you had already solved it, thanks.