Bug 633696 - home:broumbroum23: sf3jswing-jxakernel build Bug
Summary: home:broumbroum23: sf3jswing-jxakernel build Bug
Status: RESOLVED FIXED
Alias: None
Product: openSUSE.org
Classification: openSUSE
Component: OBS Request (show other bugs)
Version: unspecified
Hardware: Other Other
: P5 - None : Critical (vote)
Target Milestone: ---
Assignee: tiana b. rakoto
QA Contact: Adrian Schröter
URL:
Whiteboard:
Keywords: build
Depends on:
Blocks:
 
Reported: 2010-08-23 14:07 UTC by tiana b. rakoto
Modified: 2010-09-05 23:42 UTC (History)
0 users

See Also:
Found By: ---
Services Priority:
Business Priority:
Blocker: ---
Marketing QA Status: ---
IT Deployment: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description tiana b. rakoto 2010-08-23 14:07:20 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>
Comment 1 tiana b. rakoto 2010-09-05 23:42:36 UTC
Fixed my build.xml by specifying jdk keystore at buildroot (../.keystore). Jarsigner can now create a self-signed cert.