This is the mail archive of the kawa@sourceware.org mailing list for the Kawa project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

More Android shrinking/proguard trouble


So I moved on to another computer and am trying to redo my steps in making small Android apks, without success. I'm using the customized "make" script (not to be confused with the make utility and Makefiles) found at:

https://github.com/ecraven/SchemeAndroidOGL

When running "./make debug", everything compiles file. If I try just "./make", proguard fails with the following errors:

Compiling Java
./gen/net/kjeldahl/kawahello/R.java
Compiling Scheme
(compiling src/Main.scm to net.kjeldahl.kawahello.Main)
Running ProGuard
ProGuard, version 4.4
Reading input...
Reading program directory [/home/marius/p/KawaCustom/bin/classes]
Reading program directory [/home/marius/p/KawaCustom/kawa]
Reading library jar [/opt/android-sdk/platforms/android-15/android.jar]
Initializing...
Warning: gnu.text.Path: can't find superclass or interface javax.tools.FileObject
Warning: gnu.bytecode.AnnotationEntry$Value: can't find superclass or interface javax.lang.model.element.AnnotationValue
Warning: gnu.kawa.servlet.KawaHttpHandler: can't find superclass or interface com.sun.net.httpserver.HttpHandler
Warning: gnu.text.Path: can't find referenced class javax.tools.FileObject
Warning: gnu.kawa.servlet.KawaHttpHandler$Context: can't find referenced class com.sun.net.httpserver.HttpExchange
Warning: gnu.kawa.servlet.KawaHttpHandler$Context: can't find referenced class com.sun.net.httpserver.HttpExchange
Warning: gnu.kawa.servlet.KawaHttpHandler$Context: can't find referenced class com.sun.net.httpserver.HttpExchange

... and more (see attached file).


I've tried compiling kawa with pretty much every combination of --with-httpserver=no (and even =yes), but the output stays the same.

If Peter or anybody else have additional clues about where I'm stumbling, please clue me in!

Thanks,

Marius K.

Attachment: tmp
Description: Text document


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]