jvermillard / leshan

OMA Lightweight M2M java implementation - LWM2M
40 stars 25 forks source link

Cannot build after LwM2mServer.java moved to core #9

Closed swinkelp closed 10 years ago

jvermillard commented 10 years ago

It's building fine here. What is exactly your problem? Can you provide us the "mvn install" log?

BTW you should try a 'mvn clean' a lot of stuff moved.

jvermillard commented 10 years ago

Ok I think I finaly understood the issue, the runnable jar is not finding the main class. java -jar leshan-standalone-0.1.1-SNAPSHOT-jar-with-dependencies.jar 14:32 Erreur : impossible de trouver ou charger la classe principale leshan.server.LwM2mServer

jvermillard commented 10 years ago

fixed, thanks for the report

swinkelp commented 10 years ago

Hi Julien, Thanks for the prompt response!