-
Notifications
You must be signed in to change notification settings - Fork 236
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
git pull + gradle build errors on windows #605
Comments
I tried, and this didn't work? Any amendments that can be done? Exception in thread "JavaFX Application Thread" java.lang.NoSuchMethodError: org.fxmisc.undo.UndoManagerFactory.create(Lorg/reactfx/EventStream;Ljava/util/function/Function;Ljava/util/function/Consumer;Ljava/util/function/BiFunction;Ljava/util/function/Predicate;)Lorg/fxmisc/undo/UndoManager; |
Which version of WellBehavedFX are you using? Have you refreshed your dependencies via |
Regarding the failed tests: did you make sure NOT to touch the keyboard or the mouse while the tests were running? (just asking because I came across that several times ...) |
I did run refresh-dependencies and then did not move the mouse during the tests.
|
In my main project, I am using wellbehavedFX 0.3.1-SNAPSHOT. |
Nope. See richtextfx's build file |
I think this issue was addressed, so I'm closing it. Reopen if it wasn't addressed. |
Thank you for your patience.
I did a git pull on RichTextFX. Then I run gradle build. On Windows.
I get these integration test errors. Can I still hope that it will run in my application?
I guess i need to try ..
The text was updated successfully, but these errors were encountered: