Hi, i have a problem cause i discover
ant last week and i want to use the ejbjar task.
I use Weblogic and JBuilder8. When i try to execute this task :
<ejbjar srcdir="${classes}" basejarname="EJBJarTest1" destdir="${webapp}/WEB-INF/lib">
<weblogic destdir="${webapp}/WEB-INF/lib" classpath="${classpath.path},../../JBuilder8/lib/optional.jar"/>
<include name="**/*-ejb-jar.xml"/>
<exclude name="**/*weblogic*.xml"/>
</ejbjar>
I have the response :
[ejbjar] Unable to load dependency analyzer: org.apache.tools.ant.util.depend.bcel.AncestorAnalyzer
what is the solution ?
(excuse me for my language but i'm french)