I've done a release, you can find the tag here.
http://masa.googlecode.com/svn/tags/masa-project-1.0/
I've also set up the artifacts into repository, so you don't need to build.
Place the following in your pom or settings.xml file.
<repositories>
<repository>
<id>m2-repo.release</id>
<name>Maven Release Repository</name>
<url>http://m2-repo.googlecode.com/svn/release</url>
<snapshots>
<enabled>false</enabled>
</snapshots>
<releases>
<enabled>true</enabled>
</releases>
</repository>
</repositories>
Keep in mind that you will still need to install the android.jar into your
local repo (unless you are using system scope): Check the README,txt file
in the tag to see how the android.jar install is done.
Shane
On Mon, Mar 31, 2008 at 1:02 PM, Shane Isbell <[EMAIL PROTECTED]>
wrote:
>
> I added support for aidl a few days ago. I've also add a maven par
> plugin that will package up provisioning archives (JSR-124) and you
> can submit these to a JVending server for stocking of android
> applications.
>
> I've moved the code from the Apache Maven sandbox to
> http://code.google.com/p/masa
> You can checkout and build:
> svn checkout http://masa.googlecode.com/svn/trunk/ masa
>
> I plan on getting an official release out soon. If you find any bugs
> or need additional features, just enter into the project tracker.
>
> Shane
>
> On Feb 26, 1:28 pm, androidian <[EMAIL PROTECTED]> wrote:
> > Hi Shane,
> >
> > Does the plugin do aidl? It doesn't seem to generate a java file from
> > an aidl file I have and it's breaking my build.
> >
> > Kai
> >
> > On Jan 11, 12:25 am, Shane Isbell <[EMAIL PROTECTED]> wrote:
> >
> >
> >
> > > I just did some updates to theMavenAndroidplugins. Thepluginsnow
> > > include the java dependencies of a project in the main classes.dx
> > > file. This means you can start pulling jar dependencies from the
> > > centralMavenrepo and have them automatically compiled and packaged
> > > forAndroid. Note that I've also changed the type toandroid:apk.
> >
> > > Shane
> >
> > > On Nov 15 2007, 2:32 am, baker <[EMAIL PROTECTED]> wrote:
> >
> > > > I'm feeling so at home withandroid, loving it. Thanks for themaven
> > > > check in, will come in handy.
> >
> > > > On Nov 14, 9:36 pm, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]
> >
> > > > wrote:
> >
> > > > > I just checked inMavenplugins forandroid:
> >
> > > > >
> https://svn.apache.org/repos/asf/maven/sandbox/trunk/plugins/maven-an...
> >
> > > > > Read the README.txt file on how to build and use.- Hide quoted
> text -
> >
> > > > - Show quoted text -- Hide quoted text -
> >
> > - Show quoted text -
> >
>
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[EMAIL PROTECTED]
Announcing the new M5 SDK!
http://android-developers.blogspot.com/2008/02/android-sdk-m5-rc14-now-available.html
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~----------~----~----~----~------~----~------~--~---