-
Notifications
You must be signed in to change notification settings - Fork 15
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
JavaFX #143
Comments
openjfx seems to be the package for Ubuntu
|
On Ubuntu I would also test oracle jdk. Oracle JDK can be installed quite easily and doesn't need any additional libraries. The the jdks can be switched by using |
Thanks a lot, i will additionally add some test cases in the test protocol for openjfx.
|
Install4J can only tested by the developers of JabRef. It is automatically built if someone pushes to a branch at http://github.com/JabRef/jabref/. Then, it is available at https://builds.jabref.org/ Regarding your branch https://github.com/bruehldev/jabref/tree/javafxTest - could you merge in http://github.com/JabRef/jabref/javafx? (Minor thing: I could not use your branch as the CHANGELOG.md was corrupted during merge - the changelog of a released version was changed) Before merging, could you check http://github.com/JabRef/jabref/javafx and say what could be possibly wrong there? Why so many tests are failing? |
@koppor I think @bruehldev wants to create an installer, i.e. "release" JabRef. @bruehldev did you followed the steps outlined in the wiki? |
@koppor. I had the same issues on my branch and it's getting worse after the merge with the upstream/master branch. Most of the test's fail with with the error message: net.sf.jabref.logic.cleanup.CleanupWorkerTest > cleanupCasesAddsBracketAroundAluminiumGalliumArsenid FAILED I tried to find the cause of the error but i couldn't so far. I will merge my branch after i finished all javafx tests. Maybe @boceckts knows more. @Braunch and me think it had something to do with @tobiasdiez i created a .jar file for testing by using releaseJar with gradle. I just wondered how i can integrate Install4J. It's good to know that install4j is automatically built in JabRef. |
The |
Install4J can only be used by the developers of JabRef as only we have the license key. As the license key is available also on TravisCI, all builds triggered by the JabRef developers produce an installer. As soon as JabRef's javafx branch compiles, a build is produced at https://builds.jabref.org/javafx. |
@koppor I couldn't run and test the Install4J build, because there were some issues left. |
JabRef 4.0 uses JavaFX. |
The text was updated successfully, but these errors were encountered: