-
Notifications
You must be signed in to change notification settings - Fork 338
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
upgrade to selenium-java 2.47.1 and Java 7 #462
upgrade to selenium-java 2.47.1 and Java 7 #462
Conversation
@@ -105,6 +105,10 @@ task sourceJar(type: Jar, dependsOn: classes) { | |||
} | |||
} | |||
|
|||
javadoc { | |||
failOnError = false |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
why this?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Otherwise "./gradle" command always fails for me. It reports that many
javadocs are invalid.
On Aug 11, 2015 3:22 PM, "Ivan De Marino" notifications@github.com wrote:
In binding/java/build.gradle
#462 (comment):@@ -105,6 +105,10 @@ task sourceJar(type: Jar, dependsOn: classes) {
}
}+javadoc {
- failOnError = false
why this?
—
Reply to this email directly or view it on GitHub
https://github.com/detro/ghostdriver/pull/462/files#r36738269.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ah. OK.
I know that running tests as part of this build is long overdue. |
@asolntsev Still need your input on the general question about what would break if we update to the latest JAR of Selenium |
Hi Ivan! Do I correctly understand that running tests is just broken, and Andrei Solntsev 2015-08-11 15:23 GMT+03:00 Ivan De Marino notifications@github.com:
|
Mmm, well, Java tests used to work. Changing Selenium version will definitely broke stuff further: changing selenium library usually breaks even compilation. |
I mean, I cannot even run gradle script, because
I suggest fixing these issues so that everyone can easily run tests on his Andrei Solntsev 2015-08-17 14:18 GMT+03:00 Ivan De Marino notifications@github.com:
|
Go for it! Yes, given I was the only maintainer and there was LOTS to do, I wrote a very shitty build setup. So if you can solve those issues, and push the version of selenium to the latest, go for it. |
Ok, I will do it with great pleasure! P.S. Why are java tests separate from java code? I didn't notice them until Andrei Solntsev 2015-08-19 13:31 GMT+03:00 Ivan De Marino notifications@github.com:
|
So, it works like this:
Maybe another bad idea of mine. |
Ivan, I will get back to ghostdriver when I return from SeleniumConf after 2 Andrei Solntsev 2015-08-19 16:39 GMT+03:00 Ivan De Marino notifications@github.com:
|
@asolntsev I know. I'll be there at the New Relic stand, and I was planning to watch your presentation. Best of luck with that! |
Wow! Andrei Solntsev 2015-09-04 16:57 GMT+03:00 Ivan De Marino notifications@github.com:
|
Hi Ivan! It seems that it's the most simple option to keep updating my fork Andrei Solntsev 2015-09-05 16:21 GMT+03:00 Andrei Solntsev andrei.solntsev@gmail.com:
|
+1 Gerald R. Wiltse On Wed, Mar 2, 2016 at 5:51 PM, Andrei Solntsev notifications@github.com
|
@detro @jerrywiltse For your information, I have created a fork: https://github.com/codeborne/ghostdriver I updated it a little bit:
I have also set up a build server: https://ci.selenide.org/view/libs/job/phantomjsdriver/ And now it have built a phantomjsdriver 1.3.0-SNAPSHOT: https://oss.sonatype.org/content/repositories/snapshots/com/codeborne/phantomjsdriver/1.3.0-SNAPSHOT/ |
Amazing work Andrei, thank you so much! Gerald R. Wiltse On Thu, Apr 21, 2016 at 5:04 PM, Andrei Solntsev notifications@github.com
|
Starting from version 2.47, selenium-java requires Java 7 or higher.
I believe ghostdriver could also require Java 7.