Hi,
Could you describe you current problem? I’m a bit lost in all the different
error messages.
Nick
On Tuesday, November 11, 2014 8:30:11 AM UTC, alessio crestani wrote:
>
> pls help, It's driving me crazy.
>
> Il giorno venerdì 7 novembre 2014 10:53:31 UTC+1, alessio crestani ha
> scritto:
>>
>> my build.scala with jberkel's addon was:
>>
>> import sbt._
>>
>> import Keys._
>> import AndroidKeys._
>>
>> object General {
>> val settings = Defaults.defaultSettings ++ Seq (
>> name := "FourMeAndroid",
>> version := "4.2.100",
>> versionCode := 28,
>> scalaVersion := "2.10.1",
>> platformName in Android := "android-17"
>> )
>>
>> val proguardSettings = Seq (
>> useProguard in Android := true
>> )
>>
>> val pgOptions = Seq(
>> "-dontoptimize -dontpreverify -dontobfuscate", // shrinking only
>> "-dontskipnonpubliclibraryclassmembers", // keep Jackson's
>> internal classes
>> "-dontskipnonpubliclibraryclasses", // keep Jackson's
>> internal classes
>> "-keepattributes *Annotation*.", // keep Jackson Json
>> Annotations.
>> "-keepclassmembers enum * { public static **[] values(); public static
>> ** valueOf(java.lang.String); }",
>> "-keep public class it.newvision.nvp.*.services.model.**",
>> "-keep public class it.newvision.nvp.*.model.**",
>> "-keep interface android.support.v4.app.** { *; }",
>> "-keep class scala.collection.SeqLike { public protected *; }",
>> "-keep public class com.sun.jersey.core.util.MultivaluedMapImpl",
>> "-keep public class com.sun.jersey.api.client.config.ClientConfig",
>> "-keep public class
>> com.sun.jersey.api.client.config.DefaultClientConfig",
>> "-keep public class org.codehaus.jackson.map.JsonSerializer",
>> "-keep public class org.codehaus.jackson.map.JsonDeserializer",
>> "-keep public class akka.actor.** { public protected *; }",
>> "-keep public class akka.event.** { public protected *; }",
>> "-dontnote **").mkString(" ")
>>
>> unmanagedBase <<= baseDirectory { base => base / "lib" }
>>
>> lazy val fullAndroidSettings =
>> General.settings ++
>> AndroidProject.androidSettings ++
>> TypedResources.settings ++
>> proguardSettings ++
>> AndroidManifestGenerator.settings ++
>> AndroidMarketPublish.settings ++ Seq (
>> proguardOption in Android := pgOptions,
>> resolvers ++= Seq(
>> "maven-repo" at "file://\\\\pz-ci\\ci_repository\\maven_repository",
>> "maven-repo-local-additions" at
>> "file://\\\\pz-ci\\ci_repository\\maven-repo-local-additions"
>> ),
>> libraryDependencies ++= Seq(
>> "it.newvision.nv4me.notificationcenter" % "4me-nc-model_2.10.0" %
>> "0.5.4" excludeAll(ExclusionRule(organization = "org.codehaus.jackson"),
>> ExclusionRule(organization = "org.slf4j")),
>> "it.newvision.nvp" % "xcontents-core-model_2.10.0" % "4.2.0"
>> excludeAll(ExclusionRule(organization = "org.codehaus.jackson"),
>> ExclusionRule(organization = "org.slf4j")),
>> "it.newvision.nvp" % "nvp-sso-core-model_2.10.0" % "4.2.0"
>> excludeAll(<span style="color: #606;" class="styled-by-prettify"
>>
>> ...
>
>
--
You received this message because you are subscribed to the Google Groups
"scala-on-android" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/d/optout.