bc-java icon indicating copy to clipboard operation
bc-java copied to clipboard

Explicit targets for build-util and build-pkix

Open brownp2k opened this issue 1 year ago • 0 comments

Add explicit ant targets for build-util and build-pkix.

I found myself not needing to build the entire bouncycastle product but there was no way to avoid building everything, and further, a normal build (ant -f ant/jdk18+.xml build) fails due to not finding ASN1ObjectIdentifier, but that is a separate issue.

Adding these two explicit targets allows for more fine-grained control of building subprojects.

brownp2k avatar Mar 06 '24 13:03 brownp2k