You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tapestry.apache.org by "Howard M. Lewis Ship (JIRA)" <de...@tapestry.apache.org> on 2008/08/28 20:53:44 UTC

[jira] Created: (TAPESTRY-2626) Dependencies on Selenium are incomplete

Dependencies on Selenium are incomplete
---------------------------------------

                 Key: TAPESTRY-2626
                 URL: https://issues.apache.org/jira/browse/TAPESTRY-2626
             Project: Tapestry
          Issue Type: Bug
          Components: tapestry-test
    Affects Versions: 5.0.14
            Reporter: Howard M. Lewis Ship


Not sure why, possible the OpenQA folks changed the dependencies, but now when you pull down selenium, you don't get servlet-api.jar or any of the jetty support.

Need to add:

        <repository>
            <id>OpenQA_Release</id>
            <name>OpenQA Release Repository</name>
            <url>http://archiva.openqa.org/repository/releases/</url>
        </repository>

and

     <dependency>
            <groupId>org.openqa.selenium.server</groupId>
            <artifactId>selenium-server-coreless</artifactId>
            <version>1.0-beta-1</version>
            <scope>test</scope>
        </dependency>

To existing projects to get what we need.

-- 
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: dev-unsubscribe@tapestry.apache.org
For additional commands, e-mail: dev-help@tapestry.apache.org


[jira] Assigned: (TAPESTRY-2626) Dependencies on Selenium are incomplete

Posted by "Howard M. Lewis Ship (JIRA)" <de...@tapestry.apache.org>.
     [ https://issues.apache.org/jira/browse/TAPESTRY-2626?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Howard M. Lewis Ship reassigned TAPESTRY-2626:
----------------------------------------------

    Assignee: Howard M. Lewis Ship

> Dependencies on Selenium are incomplete
> ---------------------------------------
>
>                 Key: TAPESTRY-2626
>                 URL: https://issues.apache.org/jira/browse/TAPESTRY-2626
>             Project: Tapestry
>          Issue Type: Bug
>          Components: tapestry-test
>    Affects Versions: 5.0.14
>            Reporter: Howard M. Lewis Ship
>            Assignee: Howard M. Lewis Ship
>
> Not sure why, possible the OpenQA folks changed the dependencies, but now when you pull down selenium, you don't get servlet-api.jar or any of the jetty support.
> Need to add:
>     <repositories>
>         <repository>
>             <id>OpenQA_Release</id>
>             <name>OpenQA Release Repository</name>
>             <url>http://archiva.openqa.org/repository/releases/</url>
>         </repository>
>   </repositories>
> and
>      <dependency>
>             <groupId>org.openqa.selenium.server</groupId>
>             <artifactId>selenium-server-coreless</artifactId>
>             <version>1.0-beta-1</version>
>             <scope>test</scope>
>         </dependency>
> To existing projects to get what we need.

-- 
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: dev-unsubscribe@tapestry.apache.org
For additional commands, e-mail: dev-help@tapestry.apache.org


[jira] Updated: (TAPESTRY-2626) Dependencies on Selenium are incomplete

Posted by "Howard M. Lewis Ship (JIRA)" <de...@tapestry.apache.org>.
     [ https://issues.apache.org/jira/browse/TAPESTRY-2626?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Howard M. Lewis Ship updated TAPESTRY-2626:
-------------------------------------------

    Description: 
Not sure why, possible the OpenQA folks changed the dependencies, but now when you pull down selenium, you don't get servlet-api.jar or any of the jetty support.

Need to add:
    <repositories>
        <repository>
            <id>OpenQA_Release</id>
            <name>OpenQA Release Repository</name>
            <url>http://archiva.openqa.org/repository/releases/</url>
        </repository>
  </repositories>

and

     <dependency>
            <groupId>org.openqa.selenium.server</groupId>
            <artifactId>selenium-server-coreless</artifactId>
            <version>1.0-beta-1</version>
            <scope>test</scope>
        </dependency>

To existing projects to get what we need.

  was:
Not sure why, possible the OpenQA folks changed the dependencies, but now when you pull down selenium, you don't get servlet-api.jar or any of the jetty support.

Need to add:
    <repositories>
        <repository>
            <id>OpenQA_Release</id>
            <name>OpenQA Release Repository</name>
            <url>http://archiva.openqa.org/repository/releases/</url>
        </repository>
  </repository>

and

     <dependency>
            <groupId>org.openqa.selenium.server</groupId>
            <artifactId>selenium-server-coreless</artifactId>
            <version>1.0-beta-1</version>
            <scope>test</scope>
        </dependency>

To existing projects to get what we need.


> Dependencies on Selenium are incomplete
> ---------------------------------------
>
>                 Key: TAPESTRY-2626
>                 URL: https://issues.apache.org/jira/browse/TAPESTRY-2626
>             Project: Tapestry
>          Issue Type: Bug
>          Components: tapestry-test
>    Affects Versions: 5.0.14
>            Reporter: Howard M. Lewis Ship
>
> Not sure why, possible the OpenQA folks changed the dependencies, but now when you pull down selenium, you don't get servlet-api.jar or any of the jetty support.
> Need to add:
>     <repositories>
>         <repository>
>             <id>OpenQA_Release</id>
>             <name>OpenQA Release Repository</name>
>             <url>http://archiva.openqa.org/repository/releases/</url>
>         </repository>
>   </repositories>
> and
>      <dependency>
>             <groupId>org.openqa.selenium.server</groupId>
>             <artifactId>selenium-server-coreless</artifactId>
>             <version>1.0-beta-1</version>
>             <scope>test</scope>
>         </dependency>
> To existing projects to get what we need.

-- 
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: dev-unsubscribe@tapestry.apache.org
For additional commands, e-mail: dev-help@tapestry.apache.org


[jira] Updated: (TAPESTRY-2626) Dependencies on Selenium are incomplete

Posted by "Howard M. Lewis Ship (JIRA)" <de...@tapestry.apache.org>.
     [ https://issues.apache.org/jira/browse/TAPESTRY-2626?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Howard M. Lewis Ship updated TAPESTRY-2626:
-------------------------------------------

    Description: 
Not sure why, possible the OpenQA folks changed the dependencies, but now when you pull down selenium, you don't get servlet-api.jar or any of the jetty support.

Need to add:
    <repositories>
        <repository>
            <id>OpenQA_Release</id>
            <name>OpenQA Release Repository</name>
            <url>http://archiva.openqa.org/repository/releases/</url>
        </repository>
  </repository>

and

     <dependency>
            <groupId>org.openqa.selenium.server</groupId>
            <artifactId>selenium-server-coreless</artifactId>
            <version>1.0-beta-1</version>
            <scope>test</scope>
        </dependency>

To existing projects to get what we need.

  was:
Not sure why, possible the OpenQA folks changed the dependencies, but now when you pull down selenium, you don't get servlet-api.jar or any of the jetty support.

Need to add:

        <repository>
            <id>OpenQA_Release</id>
            <name>OpenQA Release Repository</name>
            <url>http://archiva.openqa.org/repository/releases/</url>
        </repository>

and

     <dependency>
            <groupId>org.openqa.selenium.server</groupId>
            <artifactId>selenium-server-coreless</artifactId>
            <version>1.0-beta-1</version>
            <scope>test</scope>
        </dependency>

To existing projects to get what we need.


> Dependencies on Selenium are incomplete
> ---------------------------------------
>
>                 Key: TAPESTRY-2626
>                 URL: https://issues.apache.org/jira/browse/TAPESTRY-2626
>             Project: Tapestry
>          Issue Type: Bug
>          Components: tapestry-test
>    Affects Versions: 5.0.14
>            Reporter: Howard M. Lewis Ship
>
> Not sure why, possible the OpenQA folks changed the dependencies, but now when you pull down selenium, you don't get servlet-api.jar or any of the jetty support.
> Need to add:
>     <repositories>
>         <repository>
>             <id>OpenQA_Release</id>
>             <name>OpenQA Release Repository</name>
>             <url>http://archiva.openqa.org/repository/releases/</url>
>         </repository>
>   </repository>
> and
>      <dependency>
>             <groupId>org.openqa.selenium.server</groupId>
>             <artifactId>selenium-server-coreless</artifactId>
>             <version>1.0-beta-1</version>
>             <scope>test</scope>
>         </dependency>
> To existing projects to get what we need.

-- 
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: dev-unsubscribe@tapestry.apache.org
For additional commands, e-mail: dev-help@tapestry.apache.org


[jira] Closed: (TAPESTRY-2626) Dependencies on Selenium are incomplete

Posted by "Howard M. Lewis Ship (JIRA)" <de...@tapestry.apache.org>.
     [ https://issues.apache.org/jira/browse/TAPESTRY-2626?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Howard M. Lewis Ship closed TAPESTRY-2626.
------------------------------------------

       Resolution: Fixed
    Fix Version/s: 5.0.15

> Dependencies on Selenium are incomplete
> ---------------------------------------
>
>                 Key: TAPESTRY-2626
>                 URL: https://issues.apache.org/jira/browse/TAPESTRY-2626
>             Project: Tapestry
>          Issue Type: Bug
>          Components: tapestry-test
>    Affects Versions: 5.0.14
>            Reporter: Howard M. Lewis Ship
>            Assignee: Howard M. Lewis Ship
>             Fix For: 5.0.15
>
>
> Not sure why, possible the OpenQA folks changed the dependencies, but now when you pull down selenium, you don't get servlet-api.jar or any of the jetty support.
> Need to add:
>     <repositories>
>         <repository>
>             <id>OpenQA_Release</id>
>             <name>OpenQA Release Repository</name>
>             <url>http://archiva.openqa.org/repository/releases/</url>
>         </repository>
>   </repositories>
> and
>      <dependency>
>             <groupId>org.openqa.selenium.server</groupId>
>             <artifactId>selenium-server-coreless</artifactId>
>             <version>1.0-beta-1</version>
>             <scope>test</scope>
>         </dependency>
> To existing projects to get what we need.

-- 
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: dev-unsubscribe@tapestry.apache.org
For additional commands, e-mail: dev-help@tapestry.apache.org