-
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
Dependency issue with reactfx #47
Comments
Thanks for reporting. There was a source compatible, but not binary compatible change in ReactFX. I just uploaded a new snapshot of RichTextFX, you should be fine now. |
Thanks! |
I'm still getting this exception:
I'm pretty sure I've cleared my cache and am getting the latest dependencies. |
Hmm, maybe didn't push the latest build... There's this line in your error output
but line 594 of that file is no longer inside the I just uploaded the artifacts again. Hopefully this time it's right. |
Thanks again, turns out our artifactory server was stuck on the old snapshot for some reason. So this might be a little brittle for us. Is there a plan to release an actual 1.0 at some point? |
There's a lot of unfinished features, but maybe I could just release the status quo as 1.0 and have the upcoming features in 2.0. I would have to first release the dependencies, though (ReactFX, UndoFX, EasyBind). |
I don't want to cause you a bunch of grief but it might be nice to have a somewhat stable release, you could even call it 0.1 and leave 1.0 as your snapshot. However if releasing all the other dependencies is difficult I can work around it by manually deploying in our artifactory server. |
0.1 might be the way to go. The dependencies have to be released at some point, anyway. |
Hi Glen, |
Great, thanks! |
I ran into an issue with my CodeArea not working when built from another machine. I think i've tracked it down to the reactfx snapshot dependency being pulled in. There was a commit to that project yesterday which of course built a new snapshot. I'm still trying to get my gradle project to pull in an older snapshot but I figure there is probably a breaking change that will need to be addressed here.
The text was updated successfully, but these errors were encountered: