I see the same error messages in Eclipse - can be fixed by adding 'src/main/java/windows' as classpathentry. So in case of Linux 'src/main/java/linux' has to be added.
I think that it is a little bit inconvenient because '.classpath' file can not contain both entries (both contains a class with the same name - RandomBitsSupplier). So everybody who works with 'security' module under Eclipse has to remember about it and add mannually corresponding entry (at least at once). Thanks, Stepan. On 7/25/06, Mikhail Loenko wrote:
try "ant rebuild" 2006/7/25, Igor Stolyarov: > Mikhail, after your commit, I can't build Harmony: > > > [javac] > C:\new_harmony\Harmony\enhanced\classlib\trunk\modules\security\src\ > main\java\common\org\apache\harmony\security\provider\crypto\SHA1PRNG_SecureRand > omImpl.java:28: cannot find symbol > [javac] symbol : class RandomBitsSupplier > [javac] location: package org.apache.harmony.security.provider.crypto > [javac] import > org.apache.harmony.security.provider.crypto.RandomBitsSupplie > r; > [javac] ^ > [javac] > C:\new_harmony\Harmony\enhanced\classlib\trunk\modules\security\src\ > main\java\common\org\apache\harmony\security\provider\crypto\SHA1PRNG_SecureRand > omImpl.java:253: cannot find symbol > [javac] symbol : variable RandomBitsSupplier > [javac] location: class > org.apache.harmony.security.provider.crypto.SHA1PRNG > _SecureRandomImpl > [javac] myRandom.engineSetSeed( > RandomBitsSupplier.getRandomBits( > DIGEST_LENGTH)); > [javac] ^ > [javac] > C:\new_harmony\Harmony\enhanced\classlib\trunk\modules\security\src\ > main\java\common\org\apache\harmony\security\provider\crypto\SHA1PRNG_SecureRand > omImpl.java:297: cannot find symbol > [javac] symbol : variable RandomBitsSupplier > [javac] location: class > org.apache.harmony.security.provider.crypto.SHA1PRNG > _SecureRandomImpl > [javac] updateSeed(RandomBitsSupplier.getRandomBits > (DIGEST_LENGT > H)); > [javac] ^ > [javac] Note: * uses or overrides a deprecated API. > [javac] Note: Recompile with -Xlint:deprecation for details. > [javac] Note: Some input files use unchecked or unsafe operations. > [javac] Note: Recompile with -Xlint:unchecked for details. > [javac] 3 errors > > BUILD FAILED
-- Thanks, Stepan Mishura Intel Middleware Products Division ------------------------------------------------------ Terms of use : http://incubator.apache.org/harmony/mailing.html To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]