Bugzilla – Bug 633696
home:broumbroum23: sf3jswing-jxakernel build Bug
Last modified: 2010-09-05 23:42:36 UTC
Hi ! I'm using OBS to build Java software packages. For a couple of days, OBS fails to build with ant targets using the jarsigner. Here's build log error when running "%ant build-jar" target : <pre>jarsigner error: java.lang.RuntimeException: keystore load: /home/abuild/.keystore (No such file or directory)</pre>
Fixed my build.xml by specifying jdk keystore at buildroot (../.keystore). Jarsigner can now create a self-signed cert.