Issue in configuring ANT/ build.xml | Selenium Forum
M
Posted on 26/09/2016
Hi Ashish,
I was trying to configure ANT in my system. Everything worked fine until i reached the step to enter in command prompt
"ant compile". I was getting error jar file location F:/Jars does not exist. But i had removed that from build.xml and gave where i have my Jar files in local path. But still it is saying F:/Jars does not exist. Please help
3 Screenshots attached


Build.xml

<property name="ws.home" value="${basedir}"/>
<property name="ws.jars" value="C:/Users/mubeen/Desktop/Selenium Jars by Ashish"/>
<property name="test.dest" value="${ws.home}/build"/>
<property name="test.src" value="${ws.home}/src"/>
<property name="ng.result" value="test-output"/>

M
Replied on 26/09/2016

[quote:20dslw1c]Selenium Jars by Ashish[/quote:20dslw1c]

change the name of the folder to

Selenium_Jars_by_Ashish


M
Replied on 26/09/2016

Hi Ashish,

Where to change the folder name to Selenium_Jars_by_Ashish? If in build.xml at which line are you refferring. At line 11 it I have already given the new path.


M
Replied on 27/09/2016

there should be no white space when you give foldername.

change your jar folder name