Re: ejbjar Unable to load dependency analyzer: org.apache.tools.ant.util.depend.bcel.AncestorAnalyzer

2002-12-18 Thread Conor MacNeill
Glen Cordrey wrote: The ejbjar task under Ant 1.5.1 reports Unable to load dependency analyzer: org.apache.tools.ant.util.depend.bcel.AncestorAnalyzer I have bcel-5.0.zip in ant/lib (and so on Ant's classpath). What else do I need for ejbjar to work? If you got that zip from here http://jaka

RE: ejbjar Unable to load dependency analyzer: org.apache.tools.ant.util.depend.bcel.AncestorAnalyzer

2002-12-18 Thread Craig Ciquera
ANT_HOME/lib directory http://jakarta.apache.org/builds/jakarta-bcel/release/v5.0/ -Original Message- From: George Spalding [mailto:[EMAIL PROTECTED]] Sent: Wednesday, December 18, 2002 5:04 AM To: Ant Users List Subject: Re: ejbjar Unable to load dependency analyzer

Re: ejbjar Unable to load dependency analyzer: org.apache.tools.ant.util.depend.bcel.AncestorAnalyzer

2002-12-18 Thread George Spalding
Hi, I think mr Roarke, Partha hs got the same problem... Could it be that you don't have optional.jar in ant/lib ? because thats the jar that contains the AncestorAnalyzer class Roarke- aren't you getting the same problem? BTW- Roarke wrote: > I think I have resolved > the exception bit cuz I c

RE: ejbjar Unable to load dependency analyzer: org.apache.tools.ant.util.depend.bcel.AncestorAnalyzer

2002-12-17 Thread Riffe, Melvin
Glen, I don't know if this will help, but I seem to recall having similar issues with and weblogic. It had to do with which xml transformer was listed first in the classpath. I had to put xalan first then list the weblogic.jar file we use in this shop. Like I said, I don't know if this will he