Bug 132752

Summary: ant-nodeps is missing from the requirement list of some package(s)
Product: [Retired] Red Hat Application Server Reporter: Permaine Cheung <pcheung>
Component: jonasAssignee: Andrew Overholt <overholt>
Status: CLOSED CURRENTRELEASE QA Contact:
Severity: medium Docs Contact:
Priority: medium    
Version: 1.0CC: fnasser
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: 2005-03-18 19:31: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:
Embargoed:

Description Permaine Cheung 2004-09-16 18:07:37 UTC
Description of problem:
ant-nodeps is missing from the iso, so eg. when building the sb
example, the following comes up during compilation:
jonasejbjar:
   [ejbjar] Unable to load dependency analyzer:
org.apache.tools.ant.util.depend.bcel.FullAnalyzer - dependent class
not found: org/apache/tools/ant/util/depend/AbstractAnalyzer

Installing ant-nodeps should solve the problem.

Version-Release number of selected component (if applicable):
Red Hat Application Server v 1.0

How reproducible:
Always

Steps to Reproduce:
1. Install RHAPS
2. cd /usr/share/jonas/examples/sb
3. ant -find build.xml 
  
Actual results:
Searching for build.xml ...
...
jonasejbjar:
   [ejbjar] Unable to load dependency analyzer:
org.apache.tools.ant.util.depend.bcel.FullAnalyzer - dependent class
not found: org/apache/tools/ant/util/depend/AbstractAnalyzer
...

Expected results:
...
jonasejbjar:
   [ejbjar] building eb.jar with 6 files
    [genic] GenIC for JOnAS 4.1.2: Beans 'AccountImpl', 'AccountExpl'
generation ...



Additional info:

Comment 1 Andrew Overholt 2004-09-28 20:07:38 UTC
Assigning to me.

Comment 2 Fernando Nasser 2005-03-16 15:49:59 UTC
What I need to know is what needs it so I can add a Requires in the spec file of
that RPM.

It missing from the iso was just some build failure.

Comment 3 Fernando Nasser 2005-03-16 15:51:03 UTC
Adjusted subject

Comment 4 Permaine Cheung 2005-03-16 16:54:42 UTC
It seems like it's required when building the examples, I don't know of any
package that requires that for running.

Comment 5 Fernando Nasser 2005-03-16 17:05:22 UTC
I am adding these as BuildRequires in the jonas packahe

ant-nodeps
ant-apache-bcel

but I am not respinning the package for that.

It will get in if we have to respin it for some other reason.  is this OK?

Comment 6 Permaine Cheung 2005-03-16 18:05:18 UTC
Yes, that's fine with me.

Comment 7 Permaine Cheung 2005-03-18 19:31:53 UTC
This is now fixed in the RHEL3-U4-RHAPS-re0318.0-i386-ftp.iso.
Closing the bug.