VisibleTesla
VisibleTesla copied to clipboard
docker
Did anybody run VisibleTesla in a docker container yet? A docker file would be really cool.
I gave it a try: Dockerfile.txt
but I'm running into the following error: `BUILD FAILED /Tesla/VisibleTesla/nbproject/build-impl.xml:87: The J2SE Platform is not correctly set up. Your active platform is: Default_JavaFX_Platform, but the corresponding property "platforms.Default_JavaFX_Platform.home" is not found in the project's properties files. Either open the project in the IDE and setup the Platform with the same name or add it manually. For example like this: ant -Duser.properties.file=<path_to_property_file> jar (where you put the property "platforms.Default_JavaFX_Platform.home" in a .properties file) or ant -Dplatforms.Default_JavaFX_Platform.home=<path_to_JDK_home> jar (where no properties file is used)
Total time: 0 seconds The command '/bin/sh -c (cd Tesla/VisibleTesla; ant jar)' returned a non-zero code: 1`
This looks very much like https://github.com/jpasqua/VisibleTesla/issues/78
any updates? On a container?