So I have ivy.xml written as

<ivy-module version="2.0">
    <info organisation="apache" module="hello-ivy"/>
    <dependencies>
        <dependency org="org.apache.tapestry" name="tapestry-core" rev="5.0.9"/>
    </dependencies>
</ivy-module>

and run the corresponding ant target with <ivy:retrieve /> in it.
Everything is fine up until the Selenium dependency tries to come in.
Then I get

[ivy:retrieve]
http://repo1.maven.org/maven2/org/openqa/selenium/server/selenium-server/0.8.1/selenium-server-0.8.1.jar
[ivy:retrieve]          ::::::::::::::::::::::::::::::::::::::::::::::
[ivy:retrieve]          ::          UNRESOLVED DEPENDENCIES         ::
[ivy:retrieve]          ::::::::::::::::::::::::::::::::::::::::::::::
[ivy:retrieve]          ::
org.openqa.selenium.client-drivers#selenium-java-client-driver;0.8.1:
not found
[ivy:retrieve]          ::
org.openqa.selenium.server#selenium-server;0.8.1: not found
[ivy:retrieve]          ::::::::::::::::::::::::::::::::::::::::::::::

What's the best way to solve this?

Bill

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

Reply via email to