« Return to Thread: iJetty Maven Issue

Re: iJetty Maven Issue

by janb :: Rate this Message:

Reply to Author | View in Thread

Jim,

You're almost in the right place, maybe user@... would
have been better, but its not important :)

Install the android jar from wherever you have it on disk into your
local maven repo:

mvn install:install-file -DgroupId=android -DartifactId=android -Dversion=1.5_r1 -Dpackaging=jar -Dfile=/path/to/file

cheers
Jan

Jim Cortez wrote:

> I know this is probably not a jetty issue, but its the only help forum I
> could find for this library.
>
> I checkout the iJetty trunk into Eclipse using the maven plugin. It
> complains with "Missing artifact android:android:jar:1.5_pre:compile".
> This is obviously an issue with maven not knowing where to look for the
> android SDK. I cannot for the life of me figure out where to set the path.
>
> Any ideas how to fix this?
> Thanks,
> Jim Cortez
>
> ---------------------------------------------------------------------
> To unsubscribe from this list, please visit:
>
>    http://xircles.codehaus.org/manage_email
>
>
>


--
Jan Bartel, Webtide LLC | janb@... | http://www.webtide.com

---------------------------------------------------------------------
To unsubscribe from this list, please visit:

    http://xircles.codehaus.org/manage_email


 « Return to Thread: iJetty Maven Issue