I'm trying to build roboguice from the mecurial repository, but the ActivityInjectionTest keeps failing because it can't find version 9 of the Android SDK on my computer. I tried adjusting the pom file to point to version 2.3.3 of android, but that appeared to have no effect. Since that particular version of android is obsolete, I can't download it. Any thoughts? Presumably the dependency on version 9 is specified somewhere; a guess as to where that is would be appreciated.
I have updated the build in my branch to use platform version 7
consistently now and also did a bunch of other improvements in terms
of plugins used and more. Check it out at
On Mon, Oct 8, 2012 at 7:58 PM, Mike Atkins <apeher...@gmail.com> wrote:
> Hi,
> I'm trying to build roboguice from the mecurial repository, but the
> ActivityInjectionTest keeps failing because it can't find version 9 of the
> Android SDK on my computer. I tried adjusting the pom file to point to
> version 2.3.3 of android, but that appeared to have no effect. Since that
> particular version of android is obsolete, I can't download it. Any
> thoughts? Presumably the dependency on version 9 is specified somewhere; a
> guess as to where that is would be appreciated.
> Thanks,
> Mike
> --
> You received this message because you are subscribed to the Google Groups
> "roboguice" group.
> To view this discussion on the web visit
> https://groups.google.com/d/msg/roboguice/-/drjhWPCtjPEJ.
> To post to this group, send email to roboguice@googlegroups.com.
> To unsubscribe from this group, send email to
> roboguice+unsubscribe@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/roboguice?hl=en.
I'm still having an issue, even after using your buildupdate branch. Please see below.
Failed to execute goal on project roboguice: Could not resolve dependencies for project org.roboguice:roboguice:jar:2.1-SNAPSHOT: The following artifacts could not be resolved: com.google.android.maps:maps:jar:7_r1, android.support:compatibility-v4:jar:10: Could not find artifact com.google.android.maps:maps:jar:7_r1 in central (http://repo.maven.apache.org/maven2) -> [Help 1]
On Tuesday, October 9, 2012 1:53:16 AM UTC-4, Manfred Moser wrote:
> I have updated the build in my branch to use platform version 7 > consistently now and also did a bunch of other improvements in terms > of plugins used and more. Check it out at
> On Mon, Oct 8, 2012 at 7:58 PM, Mike Atkins <apeh...@gmail.com<javascript:>> > wrote: > > Hi,
> > I'm trying to build roboguice from the mecurial repository, but the > > ActivityInjectionTest keeps failing because it can't find version 9 of > the > > Android SDK on my computer. I tried adjusting the pom file to point to > > version 2.3.3 of android, but that appeared to have no effect. Since > that > > particular version of android is obsolete, I can't download it. Any > > thoughts? Presumably the dependency on version 9 is specified somewhere; > a > > guess as to where that is would be appreciated.
> > Thanks,
> > Mike
> > -- > > You received this message because you are subscribed to the Google > Groups > > "roboguice" group. > > To view this discussion on the web visit > > https://groups.google.com/d/msg/roboguice/-/drjhWPCtjPEJ. > > To post to this group, send email to robo...@googlegroups.com<javascript:>.
> > To unsubscribe from this group, send email to > > roboguice+...@googlegroups.com <javascript:>. > > For more options, visit this group at > > http://groups.google.com/group/roboguice?hl=en.
Please disregard that last post. I just needed to run the sdk deployer. However, after running the deployer, I still have the same issue where android 9 cannot be found.
On Tuesday, October 9, 2012 8:15:38 AM UTC-4, Mike Atkins wrote:
> Manfred,
> Thanks!
> I'm still having an issue, even after using your buildupdate branch. > Please see below.
> Failed to execute goal on project roboguice: Could not resolve > dependencies for project org.roboguice:roboguice:jar:2.1-SNAPSHOT: The > following artifacts could not be resolved: > com.google.android.maps:maps:jar:7_r1, > android.support:compatibility-v4:jar:10: Could not find artifact > com.google.android.maps:maps:jar:7_r1 in central ( > http://repo.maven.apache.org/maven2) -> [Help 1]
> Mike
> On Tuesday, October 9, 2012 1:53:16 AM UTC-4, Manfred Moser wrote:
>> I have updated the build in my branch to use platform version 7 >> consistently now and also did a bunch of other improvements in terms >> of plugins used and more. Check it out at
>> I have sent a pull request to emmby as well ;-)
>> manfred
>> On Mon, Oct 8, 2012 at 7:58 PM, Mike Atkins <apeh...@gmail.com> wrote: >> > Hi,
>> > I'm trying to build roboguice from the mecurial repository, but the >> > ActivityInjectionTest keeps failing because it can't find version 9 of >> the >> > Android SDK on my computer. I tried adjusting the pom file to point to >> > version 2.3.3 of android, but that appeared to have no effect. Since >> that >> > particular version of android is obsolete, I can't download it. Any >> > thoughts? Presumably the dependency on version 9 is specified >> somewhere; a >> > guess as to where that is would be appreciated.
>> > Thanks,
>> > Mike
>> > -- >> > You received this message because you are subscribed to the Google >> Groups >> > "roboguice" group. >> > To view this discussion on the web visit >> > https://groups.google.com/d/msg/roboguice/-/drjhWPCtjPEJ. >> > To post to this group, send email to robo...@googlegroups.com. >> > To unsubscribe from this group, send email to >> > roboguice+...@googlegroups.com. >> > For more options, visit this group at >> > http://groups.google.com/group/roboguice?hl=en.
> I'm still having an issue, even after using your buildupdate branch.
> Please see below.
> Failed to execute goal on project roboguice: Could not resolve
> dependencies for project org.roboguice:roboguice:jar:2.1-SNAPSHOT: The
> following artifacts could not be resolved:
> com.google.android.maps:maps:jar:7_r1,
> android.support:compatibility-v4:jar:10: Could not find artifact
> com.google.android.maps:maps:jar:7_r1 in central (
> http://repo.maven.apache.org/maven2) -> [Help 1]
> Mike
> On Tuesday, October 9, 2012 1:53:16 AM UTC-4, Manfred Moser wrote:
>> I have updated the build in my branch to use platform version 7
>> consistently now and also did a bunch of other improvements in terms
>> of plugins used and more. Check it out at
>> I have sent a pull request to emmby as well ;-)
>> manfred
>> On Mon, Oct 8, 2012 at 7:58 PM, Mike Atkins <apeh...@gmail.com> wrote:
>> > Hi,
>> > I'm trying to build roboguice from the mecurial repository, but the
>> > ActivityInjectionTest keeps failing because it can't find version 9 of
>> the
>> > Android SDK on my computer. I tried adjusting the pom file to point to
>> > version 2.3.3 of android, but that appeared to have no effect. Since
>> that
>> > particular version of android is obsolete, I can't download it. Any
>> > thoughts? Presumably the dependency on version 9 is specified
>> somewhere; a
>> > guess as to where that is would be appreciated.
> --
> You received this message because you are subscribed to the Google Groups
> "roboguice" group.
> To view this discussion on the web visit
> https://groups.google.com/d/msg/roboguice/-/5XHs4vjfgHkJ.
> To post to this group, send email to roboguice@googlegroups.com.
> To unsubscribe from this group, send email to
> roboguice+unsubscribe@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/roboguice?hl=en.