Bug 996211

Summary: XMLUnit Sources are required but not packaged
Product: [Fedora] Fedora Reporter: naraesk <mail>
Component: xmlunitAssignee: Mikolaj Izdebski <mizdebsk>
Status: CLOSED WONTFIX QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: medium Docs Contact:
Priority: unspecified    
Version: 19CC: mizdebsk, tilmann
Target Milestone: ---   
Target Release: ---   
Hardware: x86_64   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2013-08-12 16:54:41 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:

Description naraesk 2013-08-12 16:29:50 UTC
Description of problem:

I'm using XMLUnit in an Eclipse Java project, all installed via fedora repo. For running the tests I have to specify the xmlunit src folder, but the package doesn't contain any sources.

So I downloaded xml sources from sourceforge, told eclipse where the source folder is and everything works pretty well. 

→ Please package the sources of xmlunit too.

Comment 1 Mikolaj Izdebski 2013-08-12 16:54:41 UTC
Source for most of packages is included in as part of source RPM (SRPM), which can be installed by rpm to users $HOME (you don't even need to be root).

yumdownloader --source xmlunit
rpm -D "_sourcedir $HOME/src" -Uvh xmlunit-*.src.rpm