VisibleTesla icon indicating copy to clipboard operation
VisibleTesla copied to clipboard

docker

Open ulrichard opened this issue 8 years ago • 2 comments

Did anybody run VisibleTesla in a docker container yet? A docker file would be really cool.

ulrichard avatar Jan 23 '17 19:01 ulrichard

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

ulrichard avatar Jan 24 '17 23:01 ulrichard

any updates? On a container?

ltjdym avatar Aug 24 '17 20:08 ltjdym