On Sep 23, 2008, at 11:16 PM, Jason Dillon wrote:
Um, you know you can just update to use the latest m-s-p snapshot to
fix this right?
You are correct, I just updated the s-m-p version and comitted. This
is GERONIMO-4170: I guess we should leave that open until we have non-
snapshot versions.
thanks
david jencks
--jason
On Sep 23, 2008, at 11:39 PM, David Jencks wrote:
I haven't figured out how to run testsuite on my mac with firefox 3
installed using the specified selenium and maven selenium plugin
versions. I've been advised to run with -Pdefault,headless but I
get a complaint that xvfs is not installed.
Apparently selenium has more or less released a version that works
with ff3. I have stuff working with this root pom change:
Index: pom.xml
===================================================================
--- pom.xml (revision 697435)
+++ pom.xml (working copy)
@@ -839,13 +839,13 @@
<dependency>
<groupId>org.openqa.selenium.client-drivers</groupId>
<artifactId>selenium-java-client-driver</artifactId>
- <version>1.0-beta-1</version>
+ <version>1.0-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.openqa.selenium.server</groupId>
<artifactId>selenium-server</artifactId>
- <version>1.0-beta-1</version>
+ <version>1.0-SNAPSHOT</version>
</dependency>
<dependency>
@@ -2774,7 +2774,7 @@
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>selenium-maven-plugin</artifactId>
- <version>1.0-beta-3</version>
+ <version>1.0-rc-1-SNAPSHOT</version>
</plugin>
<plugin>
Would it be a good idea/acceptable to commit this?
Does anyone know how to get any of these snapshots released?
thanks
david jencks