Re: Removing JDK from compile classpath

2012-07-06 Thread Manfred Moser
Thanks... I will look into this. On Fri, July 6, 2012 2:28 pm, Robert Scholte wrote: > There are two things I'm thinking of, not sure if they will work: > 1. Use toolchains [1] > 2. Specify a compilerId, which would also mean writing the implementation > for it. [2] [3] > > -Robert > > [1] http://

Re: Removing JDK from compile classpath

2012-07-06 Thread Robert Scholte
There are two things I'm thinking of, not sure if they will work: 1. Use toolchains [1] 2. Specify a compilerId, which would also mean writing the implementation for it. [2] [3] -Robert [1] http://maven.apache.org/guides/mini/guide-using-toolchains.html [2] http://maven.apache.org/plugins/m

Removing JDK from compile classpath

2012-07-06 Thread Manfred Moser
Hi! Some users of the Android Maven plugin are having trouble with the compilation because the android.jar that includes all classes from harmony is on the classpath together with the Oracle JDK. When method signatures between the two differ e.g. like mentioned here http://stackoverflow.com/ques