Great news Manfred! I have been building Android from googlecode.. but am currently lacking VM libraries for native calls do you support any of the Android VMs ..e.g. Dalvik? where is the source? Count me in for Alpha AND Beta testing! Martin Gainty ______________________________________________ Verzicht und Vertraulichkeitanmerkung/Note de déni et de confidentialité
Diese Nachricht ist vertraulich. Sollten Sie nicht der vorgesehene Empfaenger sein, so bitten wir hoeflich um eine Mitteilung. Jede unbefugte Weiterleitung oder Fertigung einer Kopie ist unzulaessig. Diese Nachricht dient lediglich dem Austausch von Informationen und entfaltet keine rechtliche Bindungswirkung. Aufgrund der leichten Manipulierbarkeit von E-Mails koennen wir keine Haftung fuer den Inhalt uebernehmen. Ce message est confidentiel et peut être privilégié. Si vous n'êtes pas le destinataire prévu, nous te demandons avec bonté que pour satisfaire informez l'expéditeur. N'importe quelle diffusion non autorisée ou la copie de ceci est interdite. Ce message sert à l'information seulement et n'aura pas n'importe quel effet légalement obligatoire. Étant donné que les email peuvent facilement être sujets à la manipulation, nous ne pouvons accepter aucune responsabilité pour le contenu fourni. > Date: Wed, 19 Dec 2012 10:51:33 -0800 > Subject: Android Maven Plugin 3.5.0 Released > From: [email protected] > To: [email protected] > > The Android Maven Plugin team is pleased to announce the release of > version 3.5.0 of the plugin. > > New features/bug fixes are > > Non-release builds will now automatically be debuggable > Added support to for updating android:authorities attributes on provider > elements in the manifest > Improved automatic versionCode generation to avoid ambigious versionCode > for different versions > Allow the specification of patterns to exclude jar files from resource > inclusion > Allow handling of library name differently than `lib<artifactId>.so` Fix > for RC versions of the SDK in terms of manifest parsing and overall plugin > execution > Allow relative package names for the run goal > Introduced usage of parent pom to remove need to manage plugin versions > Cleaned up site creation > Updated many dependency versions > > ATTENTION > > Since non-release builds are now debuggable by default you NEED TO ensure > that the release parameter is set to true in your release build. > > In the pom this would be e.g. > > <groupId>com.jayway.maven.plugins.android.generation2</groupId> > <artifactId>android-maven-plugin</artifactId> > <configuration> > <release>true</release> > > or you could activate on the command line with e.g > mvn clean deploy -Dandroid.release=true > > or if you use the release plugin just add the above pom config to the > release profile. > > When upgrading please ensure to check the change log for further details: > > http://code.google.com/p/maven-android-plugin/wiki/Changelog > > We would like to thank the contributors to this release for their valuable > help and invite you all to help us out as well: > > We would like to thank the following contributors for their awesome work. > > James Lawrie https://github.com/jlawrienyt > Nic Strong http://www.codepoets.co.nz > Fred Eisele https://github.com/phreed > Mark Raynsford http://io7m.com > Tomasz Ptak https://github.com/tptak > Stéphane Nicolas https://github.com/stephanenicolas > Jonas Alves http://jonasalves.wordpress.com/ > Manfred Moser http://www.simpligility.com > > Documentation, issue tracker and more can be found on the plugin website at > > http://code.google.com/p/maven-android-plugin/ > > For a primer to use the plugin check out the Android Development chapter > in Maven: The Complete Reference > > http://www.sonatype.com/books/mvnref-book/reference/android-dev.html > > Please join the Maven Android Mailing List for relevant discussions: > > https://groups.google.com/forum/?fromgroups#!forum/maven-android-developers > > Enjoy > > Manfred Moser > http://www.simpligility.com > > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] >
