[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.6.2:testCompile (default-testCompile) on project marlinfx: Compilation failure: Compilation failure:
[ERROR] /home/gray/marlin-fx/src/test/java/test/com/sun/marlin/ClipShapeTest.java:[48,26] package javafx.embed.swing does not existI'm writing a JavaFX app that will run on JDK8u202 on Raspberry Pi. The app uses regular controls and some fade/translate animations. So here are my questions:
- What exactly is unsafe about building my own marlin-fx jar based on jfxrt.jar? What could go wrong and how that differs from using marlin that is already integrated (like on OpenJDK 9-11)?
- Do I need to use MarlinFX at all, if my app has just buttons, lists, charts and transition animations?
- Does MarlinFX support ARM platform in any way? I wanted to build unsafe jar from jfxrt.jar taken from embedded OpenJFX build (which is half the size of the regular one, no Media, no Swing), but it fails, well, because there's no Swing support:
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.6.2:testCompile (default-testCompile) on project marlinfx: Compilation failure: Compilation failure:
[ERROR] /home/gray/marlin-fx/src/test/java/test/com/sun/marlin/ClipShapeTest.java:[48,26] package javafx.embed.swing does not exist
Since this error came from package with tests, is there a way to build version for ARM without it (that is, if an answer to my second question is "yes")?
mvn -Dmaven.test.skip=true clean install--
You received this message because you are subscribed to the Google Groups "marlin-renderer" group.
To unsubscribe from this group and stop receiving emails from it, send an email to marlin-render...@googlegroups.com.
To post to this group, send email to marlin-...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.