RE: Upgrade to Ant 1.5

2003-01-02 Thread Kuram, Harish
Please check the WHATSNEW file that gets shipped with the Ant distribution. You may specify dependency=none if you don't need to include every class your ejb refers to in the jar file you are trying to create. This will get rid of your warning. if you need the bcel library you can download it

BCEL.jar dependency issue

2002-12-17 Thread Kuram, Harish
All, I found this blurb in the WHATSNEW file in the binary distribution of Ant 1.5.1 I didn't use the dependency to add new files but the ejbjar task completed and the jar files looks OK. I am yet to do runtime testing of the jar file. * ejbjar now allows control over which additional classes

Anyone seen this warning?

2002-12-16 Thread Kuram, Harish
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