Bug 859380 - incorrect configuration at /bin/java-deptools
Summary: incorrect configuration at /bin/java-deptools
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Fedora
Classification: Fedora
Component: java-deptools
Version: rawhide
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Mikolaj Izdebski
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2012-09-21 11:26 UTC by Ismael Olea
Modified: 2012-09-21 11:55 UTC (History)
1 user (show)

Fixed In Version: 0-0.7.20120627gite000f35
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2012-09-21 11:55:15 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)
incorrect configuration at /bin/java-deptools fix (1.73 KB, patch)
2012-09-21 11:26 UTC, Ismael Olea
no flags Details | Diff

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.


Note You need to log in before you can comment on or make changes to this bug.