Bug 996211 - XMLUnit Sources are required but not packaged
Summary: XMLUnit Sources are required but not packaged
Keywords:
Status: CLOSED WONTFIX
Alias: None
Product: Fedora
Classification: Fedora
Component: xmlunit
Version: 19
Hardware: x86_64
OS: Linux
unspecified
medium
Target Milestone: ---
Assignee: Mikolaj Izdebski
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2013-08-12 16:29 UTC by naraesk
Modified: 2013-08-12 16:54 UTC (History)
2 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2013-08-12 16:54:41 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)

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


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