[Xdoclet-user] taskdef class xdoclet.ejb.EjbDocletTask cannot be found

2005-01-09 Thread Janos Mucsi
You have to tweak the classpath (this happened to me last Friday, too) like this: . Something like this, I do not remember the exact syntax. I usually include the directories and jars here from the Maven repository on my local directory. I hope this helped. Janos Can someone help me wit

Re: [Xdoclet-user] taskdef class xdoclet.ejb.EjbDocletTask cannot be found

2005-01-07 Thread Andrew Stevens
On Thu, 2005-01-06 at 05:41, Raynil S. K. wrote: > Can someone help me with this below problem, I have tried the latest > builds of xdoclet and ant and have had > no luck getting the build to work. xdoclet-ejb-module-1.2.2.jar is in > the CLASSPATH yet the error. > > ejbdoclet: > [echo]

Re: [Xdoclet-user] taskdef class xdoclet.ejb.EjbDocletTask cannot be found

2005-01-06 Thread Konstantin Priblouda
--- "Raynil S. K." <[EMAIL PROTECTED]> wrote: > Can someone help me with this below problem, I have > tried the latest builds of xdoclet and ant and have > had > no luck getting the build to work. > xdoclet-ejb-module-1.2.2.jar is in the CLASSPATH yet > the error. > > ejbdoclet: > [echo] **

[Xdoclet-user] taskdef class xdoclet.ejb.EjbDocletTask cannot be found

2005-01-05 Thread Raynil S. K.
Can someone help me with this below problem, I have tried the latest builds of xdoclet and ant and have had no luck getting the build to work. xdoclet-ejb-module-1.2.2.jar is in the CLASSPATH yet the error.   ejbdoclet: [echo] *--- starting xdoclet compile ---*   BUILD FAILEDfile

Re: [Xdoclet-user] taskdef class xdoclet.ejb.EjbDocletTask cannot be found

2003-11-18 Thread Konstantin Priblouda
--- Romanas <[EMAIL PROTECTED]> wrote: > Hi! > > I'm a newbie with XDoclet! > > I'm trying to build an example application. The > build.xml file is : Some hints to live peacefully with ANT ( not only with xdoclet ) : 1. Never mention anything from ANT_HOME/lib in your build.xml defined classpat

RE: [Xdoclet-user] taskdef class xdoclet.ejb.EjbDocletTask Cannot be found

2003-07-03 Thread MNewcomb
> -Original Message- > From: Maxime Chevalier [mailto:[EMAIL PROTECTED] > Sent: Thursday, July 03, 2003 11:40 AM > To: [EMAIL PROTECTED] > Subject: RE: [Xdoclet-user] taskdef class xdoclet.ejb.EjbDocletTask > Cannot be found > > > Could you explain why ? >

RE: [Xdoclet-user] taskdef class xdoclet.ejb.EjbDocletTask Cannot be found

2003-07-03 Thread Maxime Chevalier
Could you explain why ? Thx -Message d'origine- De : [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] la part de [EMAIL PROTECTED] Envoyé : jeudi 3 juillet 2003 16:48 À : [EMAIL PROTECTED] Objet : RE: [Xdoclet-user] taskdef class xdoclet.ejb.EjbDocletTask Cannot be found I don'

RE: [Xdoclet-user] taskdef class xdoclet.ejb.EjbDocletTask Cannot be found

2003-07-03 Thread Eric Lennon Bowman
It looks to me like you have the wrong classname. Between 1.1 and 1.2, they jiggled the package names. Try classname="xdoclet.modules.ejb.EjbDocletTask" in your . This works for me: I had exactly this problem when I migrated from 1.1 to 1.2. A ne

RE: [Xdoclet-user] taskdef class xdoclet.ejb.EjbDocletTask Cannot be found

2003-07-03 Thread MNewcomb
rom: Andreas Rodtwitt [mailto:[EMAIL PROTECTED] > Sent: Thursday, July 03, 2003 6:20 AM > To: [EMAIL PROTECTED] > Subject: Re: [Xdoclet-user] taskdef class xdoclet.ejb.EjbDocletTask > Cannot be found > > > > Im running ant 1.5.3-1. However, i've solved it by putti

RE: [Xdoclet-user] taskdef class xdoclet.ejb.EjbDocletTask Cannot be found

2003-07-03 Thread Hansen, Erik
TED] Sent: Thursday, July 03, 2003 6:20 AM To: [EMAIL PROTECTED] Subject: Re: [Xdoclet-user] taskdef class xdoclet.ejb.EjbDocletTask Cannot be found Im running ant 1.5.3-1. However, i've solved it by putting these jar files into the classpath and the "xdoclet.path" definition. It

Re: [Xdoclet-user] taskdef class xdoclet.ejb.EjbDocletTask Cannot be found

2003-07-03 Thread Andreas Rodtwitt
for some reason... From: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: RE: [Xdoclet-user] taskdef class xdoclet.ejb.EjbDocletTask Cannot be found Date: Wed, 2 Jul 2003 15:29:05 -0400 Reply-To: [EMAIL PROTECTED] Which Ant version? > -Original M

Re: [Xdoclet-user] taskdef class xdoclet.ejb.EjbDocletTask Cannot be found

2003-07-03 Thread Konstantin Priblouda
--- Andreas Rodtwitt <[EMAIL PROTECTED]> wrote: > > > Help! > > I’ve tried almost anything I can think of, but > everything boils down to the > same error…. I’ve got the > xdoclet-ejb-module-1.2b2.jar in my classpath. My > build.xml looks something like this: Check what is in your ant lib di

RE: [Xdoclet-user] taskdef class xdoclet.ejb.EjbDocletTask Cannot be found

2003-07-02 Thread MNewcomb
Which Ant version? > -Original Message- > From: Andreas Rodtwitt [mailto:[EMAIL PROTECTED] > Sent: Tuesday, July 01, 2003 11:06 AM > To: [EMAIL PROTECTED] > Subject: [Xdoclet-user] taskdef class xdoclet.ejb.EjbDocletTask Cannot > be found > > > >

[Xdoclet-user] taskdef class xdoclet.ejb.EjbDocletTask Cannot be found

2003-07-02 Thread Andreas Rodtwitt
Help! I’ve tried almost anything I can think of, but everything boils down to the same error…. I’ve got the xdoclet-ejb-module-1.2b2.jar in my classpath. My build.xml looks something like this: <…..> xdoclet.path is defined like t