I just did as you suggested ( unpacked ext_intermediates/classes.jar and repacked it with the libgoogle stuff merged int) and is now building past that point ok, let's hope it finishes. This is obviously a terrible hack, but picking through the build system to find the problem will take forever. Hm... anyway, right now it's still building... DrTune
On Oct 21, 8:02 pm, Marcelo <[EMAIL PROTECTED]> wrote: > On Tue, Oct 21, 2008 at 4:25 PM, Marcelo <[EMAIL PROTECTED]> wrote: > > follow up on my own post... > > And another one... > > I see com.google.common.Config lives in > external/googleclient/googleclient-lib.jar; I also see that this is > (re)packed to > out/target/common/obj/JAVA_LIBRARIES/libgoogleclient_intermediates/javalib.jar > > When running "make showcommands", I see the command that fails: > > javac -J-Xmx256m -target 1.5 -Xmaxerrs 9999999 -encoding ascii > -bootclasspath > out/target/common/obj/JAVA_LIBRARIES/core_intermediates/classes.jar > -classpath > out/target/common/obj/JAVA_LIBRARIES/core_intermediates/classes.jar:out/target/common/obj/JAVA_LIBRARIES/ext_intermediates/classes.jar > -g -extdirs "" -d > out/target/common/obj/JAVA_LIBRARIES/framework_intermediates/classes > [EMAIL > PROTECTED]/target/common/obj/JAVA_LIBRARIES/framework_intermediates/classes/java-source-list-uniq > > Am I right when I say that googleclient's content should be added to > out/target/common/obj/JAVA_LIBRARIES/ext_intermediates/classes.jar > > When I examine the content of that last file I don't see Config.class in > there. > > Am I on the right path? > > Marcelo --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Android Internals" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/android-internals?hl=en -~----------~----~----~----~------~----~------~--~---
