cgiesche / ebikeconnect-gui

A JavaFX standalone application for Bosch Nyon users
12 stars 4 forks source link

App does not show data only the list of activities #24

Open Depampi opened 7 years ago

Depampi commented 7 years ago

I can login and see the list of activities, but is doesn't show the data and I am unable to export to tcx.

schermafbeelding 2017-08-02 om 21 21 46
michaelprager commented 7 years ago

I've prepared a bugfix for this issue here: https://github.com/cgiesche/ebikeconnect-gui/pull/25

Depampi commented 7 years ago

Thanks that is quick, I'm not very experienced with Java. I managed to compile with Netbeans on MacOS but the build complains "no main manifest attribute, in ebikeconnect-gui-0.5-SNAPSHOT.jar"

Regards,

michaelprager commented 7 years ago

I've had trouble to get this to compile myself (https://github.com/cgiesche/ebikeconnect-gui/issues/23).

Basically you have to install Maven and use the command line to let it to handle all the dependencies, compiling and packaging. I'm sure Maven can also be used with Netbeans, but I've never used it.

This should be the final command to obtain a runable package:

mvn clean package -P build-fatjar

Depampi commented 7 years ago

I found it compiled with maven, but it also turns out I was opening the wrong jar file, there is also one generated with suffix jfx.

After getting your branch on the api as well everything seems to work, great! Finally access to power data, something bosch should have made available.

Thanks