> Are there searchable archives for the mailing list so I can try to
> help myself?

Check out http://www.mail-archive.com/ and type in "xdoclet" in the
search. That will show you links to both the user & dev lists, which are
searchable.

-----Original Message-----
From: Hunter Hillegas [mailto:[EMAIL PROTECTED] 
Sent: Thursday, March 06, 2003 4:00 PM
To: xDoclet
Subject: [Xdoclet-user] Mailing List Archives and Simple Problem

I am setting up xdoclet for the first time and I'm having trouble. I'm
sure
I am making a simple mistake.

Are there searchable archives for the mailing list so I can try to help
myself?

Here is my problem:

Basically, I see this:

file:/Users/hunter/Desktop/groundswell-commerce/build.xml:74: Can't
create a
ejbdoclet element under {2}. Make sure the jar file containing the
corresponding subtask class is on the classpath specified in the
<taskdef>
that defined {2}.

So, I assume it can't find the task. I have the task def setup:

<taskdef
  name="ejbdoclet"
  classname="xdoclet.modules.ejb.EjbDocletTask"
  classpathref="xdoclet.task.classpath"
  />

and the classpath ref:

    <path id="xdoclet.task.classpath">
        <fileset dir="${xdoclet.class.path}">
        <include name="**/*.jar"/>
        </fileset>
    </path>

xdoclet.class.path is passed into Ant:

-Dxdoclet.class.path=$XDOCLET_LIB_PATH

and:

[HunterPowerbook:~/Desktop/groundswell-commerce] hunter% ls
$XDOCLET_HOME/lib
commons-collections-2.0.jar
xdoclet-borland-module-1.2b2.jar
xdoclet-java-module-1.2b2.jar            xdoclet-mx4j-module-1.2b2.jar
xdoclet-web-module-1.2b2.jar
commons-logging.jar                      xdoclet-caucho-module-1.2b2.jar
xdoclet-jboss-module-1.2b2.jar
xdoclet-objectweb-module-1.2b2.jar
xdoclet-webwork-module-1.2b2.jar
log4j.jar                                xdoclet-ejb-module-1.2b2.jar
xdoclet-jdo-module-1.2b2.jar             xdoclet-orion-module-1.2b2.jar
xdoclet-xdoclet-module-1.2b2.jar
maven-xdoclet-plugin-1.2b2.jar           xdoclet-exolab-module-1.2b2.jar
xdoclet-jmx-module-1.2b2.jar
xdoclet-pramati-module-1.2b2.jar
xdoclet-xjavadoc-1.2b2.jar
xdoclet-1.2b2.jar
xdoclet-hibernate-module-1.2b2.jar
xdoclet-libelis-module-1.2b2.jar
xdoclet-solarmetric-module-1.2b2.jar     xdoclet-xjavadoc-uc-1.2b2.jar
xdoclet-apache-module-1.2b2.jar          xdoclet-hp-module-1.2b2.jar
xdoclet-macromedia-module-1.2b2.jar      xdoclet-sybase-module-1.2b2.jar
xdoclet-bea-module-1.2b2.jar             xdoclet-ibm-module-1.2b2.jar
xdoclet-mvcsoft-module-1.2b2.jar         xdoclet-tjdo-module-1.2b2.jar

So, I'm a bit confused... Anyway, I'm sure it is simple.



-------------------------------------------------------
This SF.net email is sponsored by: Etnus, makers of TotalView, The
debugger 
for complex code. Debugging C/C++ programs can leave you feeling lost
and 
disoriented. TotalView can help you find your way. Available on major
UNIX 
and Linux platforms. Try it free. www.etnus.com
_______________________________________________
xdoclet-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/xdoclet-user


-------------------------------------------------------
This SF.net email is sponsored by: Etnus, makers of TotalView, The debugger
for complex code. Debugging C/C++ programs can leave you feeling lost and
disoriented. TotalView can help you find your way. Available on major UNIX
and Linux platforms. Try it free. www.etnus.com
_______________________________________________
xdoclet-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/xdoclet-user

Reply via email to