barchart / barchart-udt

Java wrapper for native C++ UDT protocol.
https://github.com/barchart/barchart-udt/wiki
128 stars 89 forks source link

Eclipse error in barchart-udt/pom.xml #68

Closed shivakishoret closed 10 years ago

shivakishoret commented 10 years ago

Hi, I want to modify the barchart for android.. I tried importing the project in my eclipse maven environment. Eclipse is showing the below error in pom.xml in the main directory.

Project build error: Unresolveable build extension: Plugin org.apache.felix:maven-bundle-plugin:2.4.0- build002 or one of its dependencies could not be resolved: Failure to find org.apache.felix:maven-bundle- plugin:jar:2.4.0-build002 in https://oss.sonatype.org/content/groups/public was cached in the local repository, resolution will not be reattempted until the update interval of sonatype-nexus-archon has elapsed or updates are forced

I'm I missing anything?? Please guide me how to build and run the code in Android device.

shivakishoret commented 10 years ago

This issue got resolved.

just do this ~/.m2$ grep -inr "build002" *

cd to/the/result/file and modify build002 to relevant version.

In my case com/barchart/base/barchart-archon/2.5.10/barchart-archon-2.5.10.pom

editing : 2.4.0-build002 to 2.3.7