Include Tomcat Library while running TestNG.xml
I am facing a problem regarding running the testng.xml.
I am us开发者_JS百科ing the Tomcat library in my project , and have not copied the jars into my WEB-INF\lib directory.
When I run testng.xml directly as it throws compilation errors , since the library being used is the Tomcat library.
Is there any way through which i can include the Tomcat library as a config param while running the testng.xml directly
Thanks in advance, Vivek
@Sean Figured out an alternative way to include the Tomcat Libray , added the library as a user library , and things worked out. Thanks for all the help :)
Thanks, Vivek
精彩评论