Ant compile is throwing error | Selenium Forum
M
Posted on 30/04/2016
Hi,

I have copied your build.xml file and changed the path value to E:/... where the jar files are residing in my system., it was in your code "F:/jars" was given.
the path in env var for ws.jars is changed.
when i try to execute 'ant compile' on command prompt, the error thrown is 'E:\Java\workspace\Module9_TestNG_Ant]build.xml:26: F:\jars does not exist.'

I have attached the zip file of the project.

Please help

thanks

M
Replied on 02/05/2016

send a screen shot.


M
Replied on 03/05/2016

Hi,

I have uploaded the screenshot.


M
Replied on 04/05/2016

[quote:22flu2ye]<property name="ws.jars"
value="E:\jars" />
[/quote:22flu2ye]

change this property.

[quote:22flu2ye]<property name="ws.jars"
value="path\to\jars" />
[/quote:22flu2ye]