selenium - How to change build class path in IntelliJ -
I want to change my build
path in my groovy / gradleproject cucumber project because I have a change From source
to test
to main
(trust that this is possible)
Even delete the build folder After and again tried to build the project, then it created a single square path and the error given below could be due to the class path problem.
Groovyc: java.lang.NoClassDefFoundError: org / openqa / selenium / webdriver at java.lang.Class.getDeclaredMethods0 (Basic method) at java.lang. Class private.getDeclaredMethods (class.java:2531) at java.lang.Class.getDeclaredMethods (class.java855) org.codehaus.groovy.vmplugin.v5.Java5.configureClassNode (Java5.java:328)
< / Pre>
version
<IntelliJ: 13.0.3 Gradle 1.9 Groovy: 1.8.6
Returns error when trying to add folder as content root
Money Thanks
Comments
Post a Comment