Stephen, I discovered, that this is actually an example but for some reason
placed under src/it.The plugin-page[1] lists two examples. If these are indeed
examples I believe they should be moved to src/site/examples. -Robert
http://mojo.codehaus.org/build-helper-maven-plugin/index.html
From: [email protected]
To: [email protected]
Date: Thu, 7 Jul 2011 10:03:57 -0500
Subject: [mojo-scm] [14308]
trunk/mojo/build-helper-maven-plugin/src/it/reserve-ports/pom.xml: Not sure
what this was ever trying to do with selenium.
[14308] trunk/mojo/build-helper-maven-plugin/src/it/reserve-ports/pom.xml: Not
sure what this was ever trying to do with selenium.
Revision 14308
Author stephenconnolly
Date 2011-07-07 10:03:56 -0500 (Thu, 07 Jul 2011)
Log Message
Not sure what this was ever trying to do with selenium. As xfvb allocates X11
displays, the port number it will allocate will be 6000+displayNumber so using
the reserved port as a displayNumber will not actually cause the reserved port
to be used (but the one 6000 greater than the reserved port)
All fun breaks loose when you get one of the ports within 6000 of 65535...
which seems to happen a lot on MacOSX.
As a result I am removing the selenium profile from this integration test, as I
cannot see that it was actually testing what it should have been testing.
Modified Paths
trunk/mojo/build-helper-maven-plugin/src/it/reserve-ports/pom.xml
Diff
Modified: trunk/mojo/build-helper-maven-plugin/src/it/reserve-ports/pom.xml
(14307 => 14308)
--- trunk/mojo/build-helper-maven-plugin/src/it/reserve-ports/pom.xml
2011-07-07 14:15:40 UTC (rev 14307)
+++ trunk/mojo/build-helper-maven-plugin/src/it/reserve-ports/pom.xml
2011-07-07 15:03:56 UTC (rev 14308)
@@ -100,35 +100,4 @@
<port3>3</port3>
</properties>
-->
- <profiles>
- <profile>
- <activation>
- <os>
- <family>!windows</family>
- </os>
- </activation>
- <build>
- <plugins>
- <!-- this will fail on windows -->
- <plugin>
- <groupId>org.codehaus.mojo</groupId>
- <artifactId>selenium-maven-plugin</artifactId>
- <version>1.1</version>
- <executions>
- <execution>
- <id>consume-a-reserves-port</id>
- <phase>test</phase>
- <goals>
- <goal>xvfb</goal>
- </goals>
- <configuration>
- <display>:${port1}</display>
- </configuration>
- </execution>
- </executions>
- </plugin>
- </plugins>
- </build>
- </profile>
- </profiles>
</project>
To unsubscribe from this list please visit:
http://xircles.codehaus.org/manage_email