* Markus Garscha
> Hi!
> 
> what's wrong? 
> -------------------------------8<--------------------------
> gama@ws:~/prog/java/jboss$ ant xdoclet
> Buildfile: build.xml
> 
> init:
> 
> xdoclet:
> 
> BUILD FAILED
> 
> /home/gama/prog/java/jboss/build.xml:54: taskdef class
> xdoclet.ejb.EjbDocletTask cannot be found
>    <!-- EJB XDoclet -->
>    <target name="xdoclet" depends="init">
>      <taskdef name="xdoclet" classname="xdoclet.ejb.EjbDocletTask" 
>classpath="${xdoclet.classpath}"/>

To be sure that xdoclet _really_ is in your classpath you may try the
following in front of <taskdef>:

  <echo message="classpath=${xdoclet.classpath}"/>

-- 
  Jon Haugsand, <[EMAIL PROTECTED]>
  Norges Bank, <http://www.norges-bank.no>



-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to