On 9 November 2011 04:05, candrews <[email protected]> wrote: > > Maven Shade isn't compatible with maven-android-plugin: > https://code.google.com/p/maven-android-plugin/issues/detail?id=170 Perhaps > when that is resolved, Shade will be a solution for Maven users. But what > about Ant users (which I think are what most of the Android apps are built > with)?
It would also be possible to use the Maven Shade plugin to create a version of the HC jars with a different package name. This would be done independently of any Android build, whether using Maven or Ant. You then build the Android stuff against the shaded jar, using the new package names. This is not an ideal long-term solution, but should be sufficient for prototyping purposes. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
