JettyRunner seems to have dependencies on Jetty 6.x but dependencies point to 
Jetty 5.x
---------------------------------------------------------------------------------------

                 Key: TAPESTRY-1573
                 URL: https://issues.apache.org/jira/browse/TAPESTRY-1573
             Project: Tapestry
          Issue Type: Bug
          Components: tapestry-test
    Affects Versions: 5.0.4
            Reporter: Hugo Palma


I get this expection when i run any test:

java.lang.ClassNotFoundException: org.mortbay.jetty.servlet.DefaultServlet]
        at 
org.apache.tapestry.test.JettyRunner.createAndStart(JettyRunner.java:112)
        at org.apache.tapestry.test.JettyRunner.<init>(JettyRunner.java:67)
        at 
org.apache.tapestry.test.AbstractIntegrationTestSuite.setup(AbstractIntegrationTestSuite.java:160)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)

After a little searching i found that org.mortbay.jetty.servlet.DefaultServlet 
is only in the Jetty 6.x jars. But the selenium 0.8.1 depends on Jetty 5.x.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to