injar(path: project.jar.archivePath)// Add each dependency into the ProGuard-processed JARproject.configurations.compile.files.each { dependency ->injar(file: dependency)}outjar(file: tempFilePath)ant.references['android.target.classpath'].each { targetjar ->libraryjar(file: targetjar)}
manfred
> --
> You received this message because you are subscribed to the Google Groups
> "Maven Android Developers" group.
> To view this discussion on the web visit
> https://groups.google.com/d/msg/maven-android-developers/-/L_2DTaDyJ-UJ.
> To post to this group, send email to
> maven-androi...@googlegroups.com.
> To unsubscribe from this group, send email to
> maven-android-deve...@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/maven-android-developers?hl=en.
>
>
I am contemplating pulling this in even if it is not yet fully baked and
take it further together in master... wdyt?
manfred
2011/11/3 jonson <jdey...@gmail.com>:
> --
> You received this message because you are subscribed to the Google Groups
> "Maven Android Developers" group.
> To view this discussion on the web visit
> https://groups.google.com/d/msg/maven-android-developers/-/LhI-xHJiR5sJ.
> To post to this group, send email to
> maven-androi...@googlegroups.com.
> To unsubscribe from this group, send email to
> maven-android-deve...@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/maven-android-developers?hl=en.
>
--
-Matthias
and
and ask on the list for more..
> --
> You received this message because you are subscribed to the Google Groups
> "Maven Android Developers" group.
> To view this discussion on the web visit
> https://groups.google.com/d/msg/maven-android-developers/-/QPMHF14JkdUJ.
This is AWESOME. I will pull it in next week and probably wrap a
configuration around like so that proguard is disabled by default and you
can then enable it and I might add some more config options like path to
the proguard config file and maybe others
I envisage something like
<configuration>
<proguard>
<skip>true<skip>
to be the default so to activate it you just add it with false into the
release profile.
Sounds good?
manfred
> --
> You received this message because you are subscribed to the Google Groups
> "Maven Android Developers" group.
> To view this discussion on the web visit
> https://groups.google.com/d/msg/maven-android-developers/-/z0BMCWDqpjUJ.
Perfect, thanks!
Jonson, can you please double check if everything's still working for you? I really want to make sure the latest changes didn't introduce any regressions for anyone.
--
sent on the run, from my precious nexus one. (it rhymes!)
2011/11/15 Manfred Moser (simpligility) <man...@mosabuam.com>:
> --
> You received this message because you are subscribed to the Google Groups
> "Maven Android Developers" group.
> To view this discussion on the web visit
> https://groups.google.com/d/msg/maven-android-developers/-/ARPfLFEH_m4J.
> To post to this group, send email to
> maven-androi...@googlegroups.com.
> To unsubscribe from this group, send email to
> maven-android-deve...@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/maven-android-developers?hl=en.
>
--
-Matthias
manfred
To make the scala sample code work you might need to define the JAVA_HOME env var.
--
You received this message because you are subscribed to the Google Groups "Maven Android Developers" group.
To view this discussion on the web visit https://groups.google.com/d/msg/maven-android-developers/-/IPBHdKYuzRQJ.
manfred
--
You received this message because you are subscribed to the Google Groups "Maven Android Developers" group.
To view this discussion on the web visit https://groups.google.com/d/msg/maven-android-developers/-/ff2OnH1cZKUJ.