Just a heads-up to people that the BouncyCastle provider is now being checked as a build-time dependency in the same way that we check for JUnit, Xerces, and Xalan.
The build will fail (with a helpful message) if you don't have the dependency available. Put the provider into 'depends/jars/bcprov-jdk14-131/signed.bcprov.jar' or use "ant -f make/depends.xml download" to download all those dependencies for you. Regards, Tim Tim Ellison (JIRA) wrote: > [ http://issues.apache.org/jira/browse/HARMONY-208?page=all ] > > Tim Ellison resolved HARMONY-208: > --------------------------------- > > Resolution: Fixed > > Thanks Mark, > > A modified version of your patch was applied in > make/build-java.xml > make/depends.properties > make/depends.xml > at repo revision 389161. > > Please check that this fully resolves your issue. > > >> Download and unsign bcprov.jar dependency file >> ---------------------------------------------- >> >> Key: HARMONY-208 >> URL: http://issues.apache.org/jira/browse/HARMONY-208 >> Project: Harmony >> Type: Improvement >> Components: Classlib >> Reporter: Mark Hindess >> Assignee: Tim Ellison >> Priority: Trivial >> Attachments: handle.bcprov.dependency.diff >> >> To assist users running the build and tests we should provide more >> information and assistance in meeting this dependency. I will attach a >> patch shortly. > -- Tim Ellison ([EMAIL PROTECTED]) IBM Java technology centre, UK.
