--- Ralf Metzger <[EMAIL PROTECTED]> wrote:
> Hi all,
> 
> I'm new to Xdoclet and I'm not able to generate some
> interfaces for my 
> test bean. I dowloaded the XDoclet version 1.2b3
> from sourceforge and 
> started playing around with it. I created an EJB
> class for my tests wich 
> is maily copied from some examples I found in the
> Xdoclet distribution.
> In my eyes everything looks ok, but when I execute
> ant in the directory 
> containing my build.xml no interfaces are created.
> The only thing that 
> is generate is an ejb-jar.xml which contains no
> information (it's just a 
> skeleton of an ejb-jar.xml). I'm using Windows XP as
> OS.

>     <ejbdoclet destdir="${basedir}"
>            excludedtags="@version,@author"
>            ejbspec="2.0">
>       <fileset dir="${basedir}">
>         <include name="**/BaseEntityBean.java"/>
>       </fileset>

I would also ensure that fileset also includes your
TestBean...
Maybe like this:
     <fileset dir="${basedir}">
         <include name="**/*.java"/>
       </fileset>


regards,

=====
----[ Konstantin Pribluda ( ko5tik ) ]----------------
Zu Verst�rkung meines Teams suche ich ab Sofort einen
Softwareentwickler[In] f�r die Festanstellung. 
Arbeitsort: Mainz 
Skills:  Programieren, Kentnisse in OpenSource-Bereich
----[ http://www.pribluda.de ]------------------------

__________________________________
Do you Yahoo!?
SBC Yahoo! DSL - Now only $29.95 per month!
http://sbc.yahoo.com


-------------------------------------------------------
This SF.Net email is sponsored by: INetU
Attention Web Developers & Consultants: Become An INetU Hosting Partner.
Refer Dedicated Servers. We Manage Them. You Get 10% Monthly Commission!
INetU Dedicated Managed Hosting http://www.inetu.net/partner/index.php
_______________________________________________
xdoclet-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/xdoclet-user

Reply via email to