Deacon, Garrett (DST-CLT) wrote:
I am having a devel of a time with the ejbjar task with weblogic.  I get the
following error for ant 1.5.1 that I did not get with 1.4.x ...

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

If you have trouble when upgrading a version of Ant, the first port of call should be the WHATSNEW file and the changes between the two versions.

* <ejbjar> now allows control over which additional classes and interfaces
are added to the generated EJB jars. A new attribute "dependency" can be
defined which controls what classes are added. The addition of classes
now uses the Jakarta-BCEL library rather than reflection, meaning bean
classes are no longer loaded into Ant's JVM. The default dependency
analyzer is known as the ancestor analyzer. It provides the same behaviour
as the 1.4.1 version of <ejbjar>. If the BCEL library is not present, a
warning will be issued stating the ancestor analyzer is not available. In
this case <ejbjar> will continue to function but will not add super
classes to the jar.

Conor






--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to