create "build" directory - necessary when running in maven directory structure / build

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1882816 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Andreas Beeker 2020-10-24 19:30:37 +00:00
parent 2bfc11e037
commit 0be6193161
1 changed files with 1 additions and 0 deletions

View File

@ -1016,6 +1016,7 @@ public class TestSignatureInfo {
final String alias = "Test";
final char[] password = "test".toCharArray();
File file = new File("build/test.pfx");
file.getParentFile().mkdir();
KeyStore keystore = KeyStore.getInstance("PKCS12");