You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@ant.apache.org by Brian Quirk <br...@ams.com> on 2002/12/30 19:31:23 UTC

'Unable to Load Dependency Analyzer' -- ejbjar task

Hello -

When I use the dependency attribute of the ejbjar task I receive the
following message:

[javac] Unable to load dependency analyzer:
org.apache.tools.ant.util.depend.bcel.FullAnalyzer

The ANT_HOME\lib directory contains optional.jar and bcel.jar and I'm able
to use other optional tasks (genjar.jar). Am I missing a step in my
configuration? From the documentation it appears as though this should
work.

Any advice is much appreciated.
Brian

Code:
****
      <ejbjar srcdir="${build.dir}"
            descriptordir="metadata"
            destdir="${dist.dir}"
            basejarname="RiserEJB"
            dependency="full">
          <include name="ejb-jar.xml"/>
          <dtd publicID="-//Sun Microsystems, Inc.//DTD Enterprise
JavaBeans 1.1//EN"
             location="metadata/ejb-jar_1_1.dtd"/>
      </ejbjar>
****




.

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>