Re: Bug in the current master
David Hook <dgh-rTAZ0PM/[email protected]> Sun, 22 Sep 2019 18:04:56 +1000
| Newsgroups | gmane.comp.encryption.bouncy-castle.devel |
|---|---|
| Message-ID | <[email protected]> |
Oops. The file ended up on the wrong side of the sync.
Sorry, should now be corrected.
Regards,
David
On 22/9/19 10:22 am, Blumenthal, Uri - 0553 - MITLL wrote:
> build-provider:
> [mkdir] Created dir: /Users/ur20980/src/bc-java/build/artifacts/jdk1.5/bcprov-jdk15on-163
> [copy] Copying 3 files to /Users/ur20980/src/bc-java/build/artifacts/jdk1.5/bcprov-jdk15on-163
> [copy] Copying 3 files to /Users/ur20980/src/bc-java/build/artifacts/jdk1.5/bcprov-jdk15on-163/docs
> [copy] Copying 2377 files to /Users/ur20980/src/bc-java/build/artifacts/jdk1.5/bcprov-jdk15on-163/src
> [mkdir] Created dir: /Users/ur20980/src/bc-java/build/bcprov-jdk15on-163/classes
> [javac] /Users/ur20980/src/bc-java/ant/bc+-build.xml:110: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds
> [javac] Compiling 2270 source files to /Users/ur20980/src/bc-java/build/bcprov-jdk15on-163/classes
> [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.5
> [javac] warning: [options] source value 1.5 is obsolete and will be removed in a future release
> [javac] warning: [options] target value 1.5 is obsolete and will be removed in a future release
> [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.
> [javac] /Users/ur20980/src/bc-java/build/artifacts/jdk1.5/bcprov-jdk15on-163/src/org/bouncycastle/jcajce/provider/drbg/DRBG.java:479: error: cannot find symbol
> [javac] String pause = Properties.getPropertyValue("org.bouncycastle.drbg.gather_pause_secs");
> [javac] ^
> [javac] symbol: method getPropertyValue(String)
> [javac] location: class Properties
> [javac] Note: Some input files use or override 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] 1 error
>
> BUILD FAILED
>
>