[gwt-rpc-plus] r163 committed - Issue-8: make the fix more generic

3 views
Skip to first unread message

gwt-rp...@googlecode.com

unread,
Sep 10, 2010, 2:32:22 PM9/10/10
to dotspots-o...@googlegroups.com
Revision: 163
Author: nige....@gmail.com
Date: Fri Sep 10 11:25:54 2010
Log: Issue-8: make the fix more generic
http://code.google.com/p/gwt-rpc-plus/source/detail?r=163

Modified:
/trunk/build/build.xml

=======================================
--- /trunk/build/build.xml Wed Sep 8 23:09:10 2010
+++ /trunk/build/build.xml Fri Sep 10 11:25:54 2010
@@ -2,7 +2,8 @@
<!-- Default properties for Selenium Grid -->
<property name="host" value="localhost" />
<property name="port" value="4444" />
- <property name="capability" value="ie8" />
+ <!-- Capability is used by Hudson Selenium Grid plugin and must end in a
colon -->
+ <property name="capability" value="" />
<property name="browser" value="chrome" />
<target name="build">
<delete dir="gwt" failonerror="false" />
@@ -31,7 +32,7 @@
<equals arg1="${browser}" arg2="googlechrome" />
</condition>

- <property name="gwt.test.args" value="-draftCompile -prod -runStyle
Selenium:${host}:${port}/${capability}:*${browser} ${gwt.test.extraargs}" />
+ <property name="gwt.test.args" value="-draftCompile -prod -runStyle
Selenium:${host}:${port}/${capability}*${browser} ${gwt.test.extraargs}" />

<ant antfile="build.xml" dir="../gwt-rpc-plus" target="clean">
<property name="gwt.sdk.dir" value="../build/gwt" />

Reply all
Reply to author
Forward
0 new messages