-
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
Code building fails on Ubuntu #1233
Comments
I don't have access to a Linux machine, so can someone please have a look into this. On my Windows setup |
@Jugen Maybe it is better to install: It will let you run tests anytime. Besides, as I remember I had problems with IT tests. |
I tried to build it on Windows 7 in VirtualBox:
|
Please try the following and let me know if it works. In the richtextfx sub folder edit the "build.gradle" file. Find the javadoc section (about a quater of the way down) and change the line under "// resolve links to ReactFX" to: Thanks |
@Jugen This is what I did:
And this is what I got:
|
Sorry, remove "index.html" from the line. |
@Jugen No, didn't help: |
Then I don't know what the problem is ? The URL's exist and work fine in a browser. |
@Jugen Maybe it will help https://stackoverflow.com/a/47891403 . As I understand (I can be wrong) |
@Jugen When I commented this line I think, it proves that internet connection works as expected. So, maybe the problem is really in |
Glad you got it working :-) |
@Jugen I din't get it working :) It is not OK if it is necessary to comment some lines to make it work, is it? Could you say how to set user-agent for javadoc? We don't use gradle at all and I don't know how it could be done. |
@Jugen But is seems that the problem was already solved in |
Can you try with the latest 64bit JDK 11.0.23 build please ? |
@Jugen Thank you very much for your time and help. And this is result: Windows 7, Oracle JDK
Ubuntu 20.04, Oracle JDK
I would suggest to add detailed info how to build RichTextFX in readme (first of all gradle and JDK versions) |
@Jugen Any ideas about building on ubuntu? |
Try |
@Jugen Yes, it works. But it seems to be a workaround but not the solution of the problem. |
Correct - unfortunately the proper solution is to investigate each of those failing tests and modify them so that they pass on Linux as well as on Windows. |
Code building fails on Ubuntu 20.04.3
The text was updated successfully, but these errors were encountered: