Author: erwan
Date: Wed Mar 16 18:34:49 2011
New Revision: 1082252
URL:
http://svn.apache.org/viewvc?rev=1082252&view=revLog:
Adding a comment about the new way to download selenium-server.jar
Modified:
ofbiz/trunk/framework/testtools/build.xml
Modified: ofbiz/trunk/framework/testtools/build.xml
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/framework/testtools/build.xml?rev=1082252&r1=1082251&r2=1082252&view=diff==============================================================================
--- ofbiz/trunk/framework/testtools/build.xml (original)
+++ ofbiz/trunk/framework/testtools/build.xml Wed Mar 16 18:34:49 2011
@@ -81,6 +81,10 @@ under the License.
</target>
<target name="install-seleniumxml" depends="init" description="Download the selenium files">
+ <!--
+ Quick way to download and extract the selenium-server.jar
+ If someone has a better way to do the same, please suggest !
+ -->
<get src="
http://selenium.googlecode.com/files/selenium-remote-control-1.0.3.zip"
dest="${selenium.lib.dir}/selenium-remote-control-1.0.3.zip" usetimestamp="true" verbose="true"/>
<unzip src="${selenium.lib.dir}/selenium-remote-control-1.0.3.zip"