Tuesday, 15 September 2015

java - Eclipse-Ivy-Selenium configuration when Ivy.xml and selenium jar kept on server -



java - Eclipse-Ivy-Selenium configuration when Ivy.xml and selenium jar kept on server -

we trying automate test scripts using selenium-eclipse-ivy. selenium jar files has called through ivy.xml , ivysettings.xml kept on server. not allowed download jar files nor xml files. not able understand how can utilize xml files phone call jar. also, not allowed modify these files. please help not able take single step issue. in advance.

unlike settings task, ivy resolve task not back upwards "url" argument. means "ivy.xml" have exist locally, whereas "ivysettings.xml" quite happily live on server.

if can't back upwards local ivy.xml file, alternative can think of cachepath task, listing dependencies within build file.

<ivy:cachepath pathid="compile.path"> <dependency org="org.seleniumhq.selenium" name="selenium" rev="2.0rc2"/> </ivy:cachepath>

finally, don't understand mean not beingness allowed download jar files.

java selenium ivy

No comments:

Post a Comment