Title: RE: [JBoss-user] [OT] can't run xdoclet ;(

I wonder if it's because you have a pathref and a property
with the same name (xdoclet.classpath}.  I use different
property names for refs.  But for XDoclet, I just spell out
the classpath:

<taskdef name="ejbdoclet" classname="xdoclet.ejb.EjbDocletTask"
               classpath="${lib}/XDoclet/xdoclet.jar;${lib}/XDoclet/log4j.jar"/>

Good luck!
JD

-----Original Message-----
From: Markus Garscha [mailto:[EMAIL PROTECTED]]
Sent: Monday, October 07, 2002 12:32 PM
To: [EMAIL PROTECTED]
Subject: [JBoss-user] [OT] can't run xdoclet ;(


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

Total time: 1 second
-------------------------------8<--------------------------

but xdoclet.jar is in the classpass!
i attached the build.xml at this email...

thanx
markus


Reply via email to