The merge directory is where you tell ejbdoclet to be it :-)
 
Create a new directory in the project and build the same directories in it as in the source path
where the corresponding java file can be found
 
E.g.:
 
 
src/
    de/
      foo/
        MyEJB.java  <-- needs merge file
      bar/
        OtherBean.java
 
merge/
    de/
       foo/
          merge-file.xml
 
Then tell ejbdoclet
 
<ejbdoclet .....
     mergedir="merge"
   ...
 
 
HTH
  Heiko
 
 


From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Miriam Senovilla
Sent: Monday, February 07, 2005 9:50 AM
To: Xdoclet
Subject: [Xdoclet-devel] First reference to merge directory

Hi!
 
I need to create an "entity-beans" xml on merge directory, "to add entity beans that I have deployment descriptor info for". Maybe it's obvious, but, where is merge directory or where i've to create it?? Have i configure Eclipse to do it??
 
Thanks
[EMAIL PROTECTED]
Miriam Senovilla Martín
Oficina 101 - Edificio Galileo, módulo Rojo
Parque Tecnológico de Boecillo (Valladolid)

Reply via email to