here's the output when i run xdoclet:

if some of the output appears slightly different (e.g. reading the source 
files of package hellomdb.server ...) than normally what appears, pls 
accept my apologies.  i'm using the japanese version of windows2000 
professional (with cygwin) and had to translate some of the messages into 
english.  by any chance, do you know what env variable i have to set to 
make the java messages appear in english?  :)

thanks...  :)

------------------------------------

$ ant
Buildfile: build.xml

init:

prepare:
     [mkdir] Created dir: C:\dev\samples\ejb\mdb-xdoclet\helloMdbTopicWriteToEnti
tyBean\server\src-gen
     [mkdir] Created dir: C:\dev\samples\ejb\mdb-xdoclet\helloMdbTopicWriteToEnti
tyBean\server\build
     [mkdir] Created dir: C:\dev\samples\ejb\mdb-xdoclet\helloMdbTopicWriteToEnti
tyBean\server\build\ejb
     [mkdir] Created dir: C:\dev\samples\ejb\mdb-xdoclet\helloMdbTopicWriteToEnti
tyBean\server\build\ejb\META-INF
     [mkdir] Created dir: C:\dev\samples\ejb\mdb-xdoclet\helloMdbTopicWriteToEnti
tyBean\server\dist

ejbdoclet:
[ejbdoclet] Generating Javadoc
[ejbdoclet] Javadoc execution
[ejbdoclet] reading the source files of package hellomdb.server ...
[ejbdoclet] reading the source files of package hellomdb.server.msg ...

[ejbdoclet] Javadoc building information...
[ejbdoclet] javadoc: warning - can't find class hellomdb.server.MsgHome

[ejbdoclet] javadoc: warning - can't find import hellomdb.server.msg.Msg. 
ignored.
[ejbdoclet] Create Home Interface for:     hellomdb.server.msg.MsgBean
[ejbdoclet] Create Remote Interface for:   hellomdb.server.msg.MsgBean
[ejbdoclet] Create Data Object for:        hellomdb.server.msg.MsgBean
[ejbdoclet] Create Entity CMP Class for:   hellomdb.server.msg.MsgBean
[ejbdoclet] Create ejb-jar.xml
[ejbdoclet] Create jboss.xml
[ejbdoclet] Create jaws.xml
[ejbdoclet] Warnings: 2

compile:
     [javac] Compiling 6 source files to C:\dev\samples\ejb\mdb-xdoclet\helloMdbT
opicWriteToEntityBean\server\build\ejb

main:

BUILD SUCCESSFUL

Total time: 7 seconds


At 13:40 01/10/09 +1000, you wrote:
>The presence/absense of those tags shouldn't affect the contents of the
>generated classes, except for the class (interface) name.  When you run
>xdoclet, what is the output?
>
>cheers
>dim
>
>On Mon, 8 Oct 2001, tek1 wrote:
>
> > i'm double-checking some things, but i have a feeling that my generated
> > files are not extending javax.ejb.EJBLocalObject and javax.ejb.EJBLocalHome
> > because i have the below xdoclet class-level tag declared in my .java file:
> >
> > @ejb:interface remote-class="hellomdb.server.msg.Msg"
> >
> > i will try removing this tag and/or replacing it with:
> >
> > @ejb:interface local-class="hellomdb.server.msg.MsgLocal"
> >
> > and see what happens.
> >
> >
> >
> >
> > At 08:18 01/10/09 +1000, Dmitri Colebatch wrote:
> > >The template has the javax.ejb.EJBLocalObject in it.  so it seems very odd
> > >behaviour.  Could you post the rest of your build file and bean comments?
> > >
> > >cheers
> > >dim
> > >
> > >On Mon, 8 Oct 2001, tek1 wrote:
> > >
> > > > according to the documentation, the default for the class-level tag for
> > > > "@ejb:home" and "@ejb:interface"'s "local-extends" tag is
> > > > "javax.ejb.EJBLocalObject".
> > > >
> > > > however, when i check the generated ejb files, the interface extends
> > > > javax.ejb.EJBObject and the home class extends javax.ejb.EJBHome.
> > > >
> > > > according to the default, shouldn't the interface and home extend
> > > > javax.ejb.EJBLocalObject and javax.ejb.EJBLocalHome?
> > > >
> > > > in my ant build.xml file, i'm specifying the 2.0 for the ejb spec...
> > > >
> > > >        <ejbdoclet ejbspec="2.0">
> > > >
> > > >
> > > > thx...  :)
> > > >
> > > >
> > > > _______________________________________________
> > > > Xdoclet-user mailing list
> > > > [EMAIL PROTECTED]
> > > > https://lists.sourceforge.net/lists/listinfo/xdoclet-user
> > > >
> >
> >
> > _______________________________________________
> > Xdoclet-user mailing list
> > [EMAIL PROTECTED]
> > https://lists.sourceforge.net/lists/listinfo/xdoclet-user
> >


_______________________________________________
Xdoclet-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/xdoclet-user

Reply via email to