Bug 859380

Summary: incorrect configuration at /bin/java-deptools
Product: [Fedora] Fedora Reporter: Ismael Olea <ismael>
Component: java-deptoolsAssignee: Mikolaj Izdebski <mizdebsk>
Status: CLOSED RAWHIDE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: rawhideCC: mizdebsk
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: 0-0.7.20120627gite000f35 Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2012-09-21 11:55:15 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Attachments:
Description Flags
incorrect configuration at /bin/java-deptools fix none

Description Ismael Olea 2012-09-21 11:26:32 UTC
Created attachment 615394 [details]
incorrect configuration at /bin/java-deptools fix

Description of problem:

invocation script is configured to use xz instead the name used in Fedora:xz-java 


How reproducible:

Installed  java-deptools.noarch 0:0-0.6.20120627gite000f35.fc18                          

$ java-deptools 
/usr/bin/build-classpath: error: Could not find xz Java extension for this JVM
/usr/bin/build-classpath: error: Some specified jars were not found
Missing argument. Specify -h for help about usage.


$ after patching:
 
$ java-deptools 
Missing argument. Specify -h for help about usage.

Comment 1 Mikolaj Izdebski 2012-09-21 11:39:09 UTC
I'll apply your patch. Thank you!

As a note: the xz.jar symlink was added in xz-java version 1.0-3, so java-deptools shopuld work correctly with xz-java >= 1.0-3.