Bug 437306

Summary: dependency forthe "ant" package is missing by default.
Product: [Fedora] Fedora Reporter: Håkan Lindqvist <lindqvist.home>
Component: antAssignee: Permaine Cheung <pcheung>
Status: CLOSED NOTABUG QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: low Docs Contact:
Priority: low    
Version: 8   
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2008-03-14 12:16:30 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Håkan Lindqvist 2008-03-13 14:36:17 UTC
Description of problem:
Ant fails to run due to missing dependency after install.


Version-Release number of selected component (if applicable):
Apache Ant version 1.7.0 compiled on August 16 2007


How reproducible:
Install the ant utility.


Steps to Reproduce:
1.
yum -y install ant
ant
/usr/bin/build-classpath: error: Could not find xml-commons-apis Java extension
for this JVM
/usr/bin/build-classpath: error: Some specified jars were not found
Buildfile: build.xml does not exist!

  
Actual results:


Expected results:


Additional info:
Mitigation is to install dependency:

yum -y install  xml-commons-apis.i386
ant
Buildfile: build.xml does not exist!
Build failed

So adding that package as a dependency for ant should solve the issue.

Comment 1 Permaine Cheung 2008-03-14 12:16:30 UTC
Ant is running and is complaining that there's no build.xml.
I checked the latest ant package in F8, and it does Requires xml-commons-apis as
a dependency.