On Mon, Jul 6, 2009 at 3:15 AM, lookman sanni<[email protected]> wrote: > Hi all. > After weeks of building and tweaking android sources, i finally end up with > an android.jar, which contains necessary sub packages from javax (activation > ,annotation, transaction, jws, xml.ws, xml.bind, xml.stream,....). I hope > and guess that now thing would get more easier as we won't need anymore to > import javax subclasses, what made dx fires an attempt to include the core > library from a desktop virtual machine into an application. >
We should be careful here, first around how the license of some of these files you are adding... they should be compatible with Apache License as this is the license used by Tuscany and Android. Now, another approach would be to have a subset of the Tuscany Runtime used inside Android, this should probably avoid couple of these dependencies. -- Luciano Resende Apache Tuscany, Apache PhotArk http://people.apache.org/~lresende http://lresende.blogspot.com/
