gaugesapp / gauges-android

Gaug.es Android App
https://play.google.com/store/apps/details?id=com.github.mobile.gauges
712 stars 224 forks source link

Eclipse Indigo Build Issue #16

Open sarp opened 12 years ago

sarp commented 12 years ago

I'm trying to build the project in Eclipse. When I do Import -> Existing Maven Projects -> gauges-android folder I get these errors:

I'm using Mac OS X 10.6.8 (Snow Leopard) and Eclipse Indigo Service Release 2.

Instructions on getting the project working in Eclipse would be appreciated. Which version of Eclipse are the developers using?

kevinsawicki commented 12 years ago

We use Eclipse Indog SR2 as well.

Do you have m2eclipse installed?

sarp commented 12 years ago

I think so, Eclipse Indigo comes with m2eclipse

kevinsawicki commented 12 years ago

Do you have m2e-android installed as well?

sarp commented 12 years ago

Yes, this is what I have:

Seems to me that you're using your own fork of android-maven-plugin (unofficial patched build by Roberto Tyley) in pom.xml, and my version of m2eclipse can't find a compatible connector on m2e Marketplace.

To reproduce the problem, try installing latest version of Eclipse IDE for Java Developers.

Any ideas on a workaround or solution?

kevinsawicki commented 12 years ago

Just to clarify, did you import the app folder as a project or the repository root as a project?

sarp commented 12 years ago

Tried both ways, no luck.