eclipse / kura

Eclipse Kura™ is a versatile framework to supercharge your edge devices, streamlining the process of configuring your gateway, connecting sensors, and IoT devices to seamlessly collect, process, and send data to the cloud.
https://eclipse.dev/kura/
Eclipse Public License 2.0
498 stars 305 forks source link

org.eclipse.kura.protocol.can cannot find de.entropia.can.* #3

Closed bontorhumala closed 10 years ago

bontorhumala commented 10 years ago

All other packages are built ok, except org.eclipse.kura.protocol.can. de.entropia.can.* is not available.

dwoodard1 commented 10 years ago

Hello,

The CAN bundle is part of a separate profile in Maven. To build this module into your project, run the following Maven command:

mvn -f manifest_pom.xml clean install -Pcan -Dmaven.test.skip=true

This will generate the library you are missing. Let me know if you have any other problems.

--Dave

bontorhumala commented 10 years ago

Thanks very much Dave, that solved the problem.