did you specify the appropriate ejbdoclet subtasks? Mine looks like this:

<ejbdoclet ...>
        <remoteinterface/>
        <homeinterface/>
        <localhomeinterface/>
        <localinterface/>
        <entitypk/>
        <entitybmp/>
        <entitycmp/>
        <session/>
        <dataobject/>
        <valueobject/>
        <utilobject/>
        <deploymentdescriptor/>
        <jboss .../>
</ejbdoclet>

Of course, you may not need all these. ;-)

-nash

> ----------
> From:         Konstantin Priblouda
> Reply To:     [EMAIL PROTECTED]
> Sent:         Wednesday, June 18, 2003 10:58 AM
> To:   [EMAIL PROTECTED]
> Subject:      Re: [Xdoclet-user] No generation of interfaces at all ...
> 
> 
> --- 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
> 
> 

***********************************************************************
This message is intended only for the use of the intended recipient and
may contain information that is PRIVILEGED and/or CONFIDENTIAL.  If you
are not the intended recipient, you are hereby notified that any use,
dissemination, disclosure or copying of this communication is strictly
prohibited.  If you have received this communication in error, please
destroy all copies of this message and its attachments and notify us
immediately.
***********************************************************************



-------------------------------------------------------
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