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 XDoclet jars are in the classpath. Event if I use Ant 1.5 (directly
from CMD) and a very primitive build.xml, I get allways the same error
message.
What's wrong ?
Here is my (test) build.xml:
<?xml version="1.0" encoding="UTF-8"?>
<project basedir="." default="main" name="Test">
<!-- Set up project.class.path -->
<path id="project.class.path">
<fileset dir="C:\nbwork\xdoclet\xdoclet\dist\lib">
<include name="*.jar"/>
</fileset>
</path>
<target name="ejbdoclet">
<taskdef classname="xdoclet.modules.ejb.EjbDocletTask"
classpathref="project.class.path" name="ejbdoclet"/>
</target>
</project>
-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
Xdoclet-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/xdoclet-user