FYI, the build process seems to need sun classes (i tried with IBMJDK6)

thanks,
dims

host Java: activitycreator
(out/host/common/obj/JAVA_LIBRARIES/activitycreator_intermediates/classes)
host Java: androidprefs
(out/host/common/obj/JAVA_LIBRARIES/androidprefs_intermediates/classes)
Install: out/host/linux-x86/framework/androidprefs.jar
host Java: jarutils
(out/host/common/obj/JAVA_LIBRARIES/jarutils_intermediates/classes)
development/tools/jarutils/src/com/android/jarutils/SignedJarBuilder.java:23:
cannot find symbol
symbol  : class AlgorithmId
location: package sun.security.x509
import sun.security.x509.AlgorithmId;
                        ^
development/tools/jarutils/src/com/android/jarutils/SignedJarBuilder.java:24:
cannot find symbol
symbol  : class X500Name
location: package sun.security.x509
import sun.security.x509.X500Name;
                        ^
development/tools/jarutils/src/com/android/jarutils/SignedJarBuilder.java:310:
cannot find symbol
symbol  : class X500Name
location: class com.android.jarutils.SignedJarBuilder
                new X500Name(publicKey.getIssuerX500Principal().getName()),
                    ^
development/tools/jarutils/src/com/android/jarutils/SignedJarBuilder.java:312:
cannot find symbol
symbol  : variable AlgorithmId
location: class com.android.jarutils.SignedJarBuilder
                AlgorithmId.get(DIGEST_ALGORITHM),
                ^
development/tools/jarutils/src/com/android/jarutils/SignedJarBuilder.java:313:
cannot find symbol
symbol  : variable AlgorithmId
location: class com.android.jarutils.SignedJarBuilder
                AlgorithmId.get(privateKey.getAlgorithm()),
                ^
development/tools/jarutils/src/com/android/jarutils/SignedJarBuilder.java:317:
cannot find symbol
symbol  : class AlgorithmId
location: class com.android.jarutils.SignedJarBuilder
                new AlgorithmId[] { AlgorithmId.get(DIGEST_ALGORITHM) },
                    ^
development/tools/jarutils/src/com/android/jarutils/SignedJarBuilder.java:317:
cannot find symbol
symbol  : variable AlgorithmId
location: class com.android.jarutils.SignedJarBuilder
                new AlgorithmId[] { AlgorithmId.get(DIGEST_ALGORITHM) },
                                    ^
7 errors
make: *** 
[out/host/common/obj/JAVA_LIBRARIES/jarutils_intermediates/javalib.jar]
Error 41


-- 
Davanum Srinivas :: http://davanum.wordpress.com

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Android Internals" group.
To post to this group, send email to android-internals@googlegroups.com
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to