Bug 803241

Summary: jna artifact duplicated and pointing to platform.jar
Product: [Fedora] Fedora Reporter: Juan Hernández <juan.hernandez>
Component: jnaAssignee: Colin Walters <walters>
Status: CLOSED RAWHIDE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: medium Docs Contact:
Priority: unspecified    
Version: rawhideCC: dbhole, lfarkas, walters
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2012-03-14 10:53:53 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Bug Depends On:    
Bug Blocks: 794715    
Attachments:
Description Flags
Proposed patch to fix the dependencies map none

Description Juan Hernández 2012-03-14 10:01:13 UTC
Description of problem:

The maven dependencies map generated contain the jna artifiact twice. One of the copies points to platform.jar. As a result maven will never find jna.jar.

Version-Release number of selected component (if applicable):

jna-3.4.0-2.fc18.x86_64

How reproducible:

Always.


Steps to Reproduce:

1. Build with maven anything that requires the jna.jar file.
  
Actual results:

The build fails with the following message:

The repository system is offline but the artifact net.java.dev.jna:jna:jar:3.2.2 is not available in the local repository.


Expected results:

The build should complete without errors.


Additional info:

See an example of the failed build here:

http://koji.fedoraproject.org/koji/taskinfo?taskID=3893131

Comment 1 Juan Hernández 2012-03-14 10:03:22 UTC
Created attachment 569949 [details]
Proposed patch to fix the dependencies map

Comment 2 Levente Farkas 2012-03-14 10:53:53 UTC
thanks applied.