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

2005-03-02 Thread Andrew Stevens
On Tue, 2005-03-01 at 03:51, Darmasubramanian.G wrote: > is missing an =" and should be though that may have just been a typo in your email, as I'd expect Ant to complain the build.xml isn't valid if that were so? Andrew. -- --- S

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

2005-02-28 Thread Darmasubramanian.G
I am new to XDoclet. I am using xdoclet version 1.2.2 and Ant version 1.5. I am getting the following error when I am executing my build.xml file. E:\XDoclet_example\code>ant Buildfile: build.xml init: prepare: [mkdir] Created dir: E:\XDoclet_example\code\build [mkdir] Created dir: E:

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

2002-11-24 Thread Aslak Hellesoy
: [Xdoclet-user] taskdef class xdoclet.modules.ejb.EjbDocletTask cannot be found Aslak Hellesoy wrote: pass -debug to ant. it will tell you what class is *really* missing. aslak The log4j.jar was actually missing, I was able to see that in debug mode, I added it but it cannot still find the

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

2002-11-24 Thread Aslak Hellesoy
pass -debug to ant. it will tell you what class is *really* missing. aslak > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]]On Behalf Of Erik > Hatcher > Sent: 24. november 2002 02:46 > To: [EMAIL PROTECTED] > Subject: Re: [Xdocle

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

2002-11-23 Thread Eric Tchepannou
Hi, While reading xdoclet doc., I learned that to apply it with ant, one has to give as classpath attr. both log4j and ant jar-file plus the xdoclet jar file. Nevertheless I still have an error, that looks like "taskdef class xdoclet.modules.ejb.EjbDocletTask cannot be found" I would appreciat

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

2002-11-10 Thread Aslak Hellesøy
s classpath. Look at samples/build.xml to see how it's done. HTH, Aslak > -Original Message- > From: [EMAIL PROTECTED] > [mailto:xdoclet-user-admin@;lists.sourceforge.net]On Behalf Of Neil > Aggarwal > Sent: 10. november 2002 20:06 > To: xdoclet-u

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

2002-11-10 Thread Neil Aggarwal
Hello: I am trying to use Xdoclet-1.2.0-beta1 on a project. Everything worked fine with 1.1.2, but I get the following error when I tried to migrate it to 1.2.0-beta1: BUILD FAILED file:C:/VideoSearchPPV/bin/../xml/build.xml:30: taskdef class xdoclet.modules.ejb.EjbDocletTask cannot be found I

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

2002-07-17 Thread Andrew Stevens
A wise old hermit known only as Markus Menner <[EMAIL PROTECTED]> once said: > I currently use XDoclet 1.1.2 with the following environement: ... > "taskdef class xdoclet.modules.ejb.EjbDocletTask cannot be found" 1.1.2 was before we moved things into modules... You need to use xdoclet.ejb.EjbDo

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

2002-07-17 Thread Markus Menner
Hi, I currently use XDoclet 1.1.2 with the following environement: Windows XP JDK 1.4 Ant 1.4.1 (out of Netbeans 3.3.2) This works fine! Now I tried to use the CVS XDoclet version but I always get the following message: "taskdef class xdoclet.modules.ejb.EjbDocletTask cannot be found" The X