ANT Compilation error in Cucumber test | Selenium Forum
M
Posted on 02/10/2015
Hi Ashish,
While generating the reports using ANT for cucumber test, I am getting the error.
Can you please let me know how to resolve this.I am attaching the screen shot.
Also now a days,cucumber.options is depreciated.So whats the exact code so as to get reports.

Regards
Sumit

M
Replied on 03/10/2015

probably a missing jar. download all of them. selenium, cucumber, junit and keep them all in 1 place. point to that place using build.xml.

and one more point check if there are multiple versions of any jar file.

ex.
junit 2.1.jar
junit 2.2.jar
don't do that delete one of those.