I am having the same problem. I have bcel.jar in the lib folder of ant and still get that message. I also did notice that bcel.jar should be after optional.jar in the classpath of Ant. But inspite of that I amstill unable to get rid of that message. I am trying to jar up 354 files in my ejbjar and am wondering if it is running into some limit issues?
One other person was having the same problem and in his case the issue was with having spaces in the classpath. I am on AIX and don't have any spaces. If you are able to fix it I would like to know the resolution as well. Thanks! P -----Original Message----- From: Dominique Devienne [mailto:[EMAIL PROTECTED]] Sent: Monday, December 16, 2002 12:56 PM To: 'Ant Users List' Subject: RE: Anyone seen this warning? You don't have the bcel.jar, which is a dependency of <ejbjar>. It looks like the tasks still operates, but it cannot for sure perform a full dependency analysis and/or you have all dependent classes in your classpath, so reflection-based dependency analysis works. That's my guess. --DD -----Original Message----- From: Kuram, Harish [mailto:[EMAIL PROTECTED]] Sent: Monday, December 16, 2002 2:41 PM To: '[EMAIL PROTECTED]' Subject: Anyone seen this warning? I have targets to run ejbc on several jar files but when I run ant it displays the following warning (error ?) [ejbjar] Unable to load dependency analyzer: org.apache.tools.ant.util.depend.bcel.AncestorAnalyzer I visually checked the jar file that it creates and it looks o.k. I would like to know what this means. thanks, harish -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>