takimafr / androidkickstartr

AndroidKickstartR helps you to quickly create a well configured Android application using the most popular libraries. It creates and configures your project for you. Just focus on code!
http://androidkickstartr.com
Other
608 stars 116 forks source link

.factorypath and pom.xml use different AA version #102

Closed julienrenaut closed 11 years ago

julienrenaut commented 11 years ago

On a fresh maven repo AA-2.7.1 will be downloaded because of the pom.xml dependency but AA-2.7 in .factorypath won't leading to eclipse claiming:

"Project test is missing required annotation processor library: 'M2_REPO/com/googlecode/androidannotations/androidannotations-api/2.7/androidannotations-api-2.7.jar'".

.factorypath should be updated to use the same version of AA in the pom.xml

a-thomas commented 11 years ago

Thanks, this issue has been fixed but not deployed yet. Stay tuned.