Yeah, I just knocked it out with an <exclude> tag in ivy.  I'll go
grab it when I need it.

Bill

On Feb 8, 2008 7:37 AM, Kevin Menard <[EMAIL PROTECTED]> wrote:
> I'm not sure, since I punted ivy a while ago, but I think I had to add the
> selenium dependency manually.  The selenium artifacts are not in the public
> repositories, and ivy may very well not be looking at all the dependencies
> declared in the tapestry POM.
>
> --
> Kevin
>
>
> On 2/7/08 8:18 PM, in article
> [EMAIL PROTECTED], "Bill Holloway"
>
> <[EMAIL PROTECTED]> wrote:
>
> > 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]
> >
> >
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>

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

Reply via email to