Unable to Successfully Get Result in the HTMl using ANT | Selenium Forum
M
Posted on 25/10/2015
hi ,
PFA error is getting displayed in the Command prompt .

Thanks
deepak

M
Replied on 26/10/2015

you're getting compilation errors there are some missing jar files.


M
Replied on 26/10/2015

But i have used jar folder provided by you only.


M
Replied on 26/10/2015

in that jar folder check if you have junit and testng jar files.

instead of this
[quote:3hm3boe3]<javac
debug="true"
destdir="${test.dest}"
srcdir="${test.src}"
target="1.5"
classpath="${test.classpath}"
>
</javac>
[/quote:3hm3boe3]
use this

[quote:3hm3boe3]<javac
debug="true"
destdir="${test.dest}"
srcdir="${test.src}"
target="1.7" //or 1.8 which version do you have?
classpath="${test.classpath}"
>
</javac>
[/quote:3hm3boe3]


M
Replied on 27/10/2015

i have these jar file and i have had also change the version i try all still facing issue


M
Replied on 27/10/2015

how about you ping me at "qtpselenium1" on skype.