Closed
Bug 896075
Opened 13 years ago
Closed 12 years ago
Maven does not properly retrieve sharedpreferences-stub dep
Categories
(Android Background Services Graveyard :: Build & Test, defect)
Android Background Services Graveyard
Build & Test
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: mcomella, Assigned: nalexander)
Details
This appears to be needed by Eclipse in order to properly set up a project. It states that the "$M2_repo/.../sharedpreferences-stub-1.jar" file is missing.
Work around:
git submodule init && git submodule update && \
cd ./external/sharedpreferences-stub/ && \
mvn install
Noticeably, this is the only stub that causes any issues and it is the only one missing from this build file: https://github.com/mozilla-services/android-sync/blob/develop/android-sync-app/pom.xml#L34
| Assignee | ||
Comment 1•12 years ago
|
||
I landed this a little while ago, while configuring a new machine:
https://github.com/mozilla-services/android-sync/commit/8915db68990fa73e8183d50c49346ae76d201311
Assignee: nobody → nalexander
Status: NEW → RESOLVED
Closed: 12 years ago
Component: Android Sync → Build & Test
OS: Linux → All
Hardware: x86_64 → All
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•