jpasqua / VisibleTesla

Java App to monitor and Control the Tesla Model S
125 stars 41 forks source link

docker #124

Open ulrichard opened 7 years ago

ulrichard commented 7 years ago

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

ulrichard commented 7 years ago

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= jar (where you put the property "platforms.Default_JavaFX_Platform.home" in a .properties file) or ant -Dplatforms.Default_JavaFX_Platform.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

ltjdym commented 7 years ago

any updates? On a container?