NiklasEi/gamebox

Missing javafx dependency?

Closed this issue · 1 comments

[INFO] Reactor Summary:                                                                                                                 
[INFO]                                                                                                                                  
[INFO] gamebox ............................................ SUCCESS [  1.808 s]                                                         
[INFO] gamebox-core ....................................... FAILURE [  9.932 s]                                                         
[INFO] gamebox-distribution ............................... SKIPPED                                                                     
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.6.0:compile (default-compile) on project gamebox-core: Compilation failure: Compilation failure: 
[ERROR] GameBox/core/src/main/java/me/nikl/gamebox/PluginManager.java:[3,27] package javafx.scene.layout does not exist
[ERROR] GameBox/core/src/main/java/me/nikl/gamebox/commands/GameBoxCommands.java:[6,34] package com.sun.javafx.collections does not exist 

Also side note, may be advisable to compress with 7zip (.7z) instead of rar if you're seeking to compress more than a zip (regarding rar with gamebox + games).

Thanks, those dependencies are not supposed to be there. They are not used. I'll remove them when I'am back at my computer.

I'll zip the next ;)