Bug 437306 - dependency forthe "ant" package is missing by default.
Summary: dependency forthe "ant" package is missing by default.
Keywords:
Status: CLOSED NOTABUG
Alias: None
Product: Fedora
Classification: Fedora
Component: ant
Version: 8
Hardware: All
OS: Linux
low
low
Target Milestone: ---
Assignee: Permaine Cheung
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2008-03-13 14:36 UTC by Håkan Lindqvist
Modified: 2008-03-14 12:16 UTC (History)
0 users

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2008-03-14 12:16:30 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

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.


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