Yeah, I didn't have the Commons logging in the classpath. Got that fixed,
but now I get this action:

ejbdoclet:
     [echo] +---------------------------------------------------+
     [echo] |                                                   |
     [echo] | R U N N I N G   E J B D O C L E T                 |
     [echo] |                                                   |
     [echo] +---------------------------------------------------+

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

Doesn't the ejbdoclet task handle the local interface subtask?

I have the xdoclet-ejb-module-1.2b3-dev.jar file in the classpath I
specified for the EJBDoclet task... Any ideas?

Thanks,
Hunter

> From: Andrew Stevens <[EMAIL PROTECTED]>
> Reply-To: [EMAIL PROTECTED]
> Date: 07 Mar 2003 07:49:51 +0000
> To: [EMAIL PROTECTED]
> Subject: RE: [Xdoclet-user] Can't Run EJBDoclet
> 
> On Fri, 2003-03-07 at 00:26, Carl Schmidt wrote:
>> What does your ant taskdef look like?  You need to include all of the
>> XDoclet jars in the classpath.  Something like this...
>> 
>> 
>>     <taskdef classname="xdoclet.modules.ejb.EjbDocletTask" name="ejbdoclet">
>>       <classpath>
>>         <fileset dir="thirdparty/xdoclet-1_2_b3_dev">
>>           <include name="*.jar"/>
>>         </fileset>
>>       </classpath>
>>     </taskdef>
>> 
>> I *think* you also need to include the J2EE jars and such...
> 
> Also, given the error message was
> 
>>> java.lang.NoClassDefFoundError: org/apache/commons/logging/LogFactory
> 
> don't forget the commons logging jar...
> 
> 
> Andrew.
> 
> 
> -------------------------------------------------------
> 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