Hi Alen,

try to delete the contents of the CLASSPATH env. --

set CLASSPATH=

thats what helps me last time :-)

Johannes

-----Urspr�ngliche Nachricht-----
Von: Alen Ribic [mailto:[EMAIL PROTECTED]
Gesendet: Freitag, 18. Juli 2003 14:00
An: [EMAIL PROTECTED]
Betreff: [Xdoclet-user] [NEWBIE] xdoclet-bin-1.2b3 sample build problem


Hi All

I can't seem to build my XDoclet samples using the build.xml ant file.
I get following build error

init:

BUILD FAILED
file:D:/mycode/xdoc/myprj2/build.xml:37: taskdef class
xdoclet.modules.ejb.EjbDo
cletTask cannot be found

Total time: 0 seconds

<path/> in build.xml looks fine.
build.xml seems refer to build-dist.properties and that looks fine. (I
<echo/>'ed the properties successfully)

  <path id="samples.class.path">
    <fileset dir="${lib.dir}">
      <include name="*.jar"/>
    </fileset>
    <fileset dir="${samples.lib.dir}">
      <include name="*.jar"/>
    </fileset>
    <fileset dir="${dist.lib.dir}">
      <include name="*.jar"/>
    </fileset>
  </path>


I presume this means that my classpath settings are not cool for some
reason.
I haven't modified anything myself and am not to sure if I should have.
I looked at the build.xml in samples and everything seems fine.

Any help please!

Thanks

--Alen



-------------------------------------------------------
This SF.net email is sponsored by: VM Ware
With VMware you can run multiple operating systems on a single machine.
WITHOUT REBOOTING! Mix Linux / Windows / Novell virtual machines at the
same time. Free trial click here: http://www.vmware.com/wl/offer/345/0
_______________________________________________
xdoclet-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/xdoclet-user


-------------------------------------------------------
This SF.net email is sponsored by: VM Ware
With VMware you can run multiple operating systems on a single machine.
WITHOUT REBOOTING! Mix Linux / Windows / Novell virtual machines at the
same time. Free trial click here: http://www.vmware.com/wl/offer/345/0
_______________________________________________
xdoclet-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/xdoclet-user

Reply via email to