I can run some timing tests, but it seems to run quite faster, especially when there's 
no descriptors that really need generated. It seems that if i have 20 subtasks, one 
for each ejb, then the check to see if the dd needs updated takes quite some time.  
Having it as one task seems to run quite zippy, but i'm not able to figure out how to 
get the transaction section to give the information for the correct bean.

> -----Original Message-----
> From: Konstantin Priblouda [mailto:[EMAIL PROTECTED]
> Sent: Wednesday, December 24, 2003 8:44 AM
> To: [EMAIL PROTECTED]
> Subject: RE: [Xdoclet-user] FW: [Xdoclet-devel] trying to generate one
> ejb-jar.xml file per bean...
> 
> 
> 
> --- Mark Lybarger <[EMAIL PROTECTED]>
> wrote:
> > Thanks for the response!! The method you mention
> > does work, but I'm trying to do this to be more
> > efficient.  I am currently doing what you mention in
> > your post, but my build.xml looks horrible. I also
> > have to add a new section to build.xml for each bean
> > that gets added to my project.  It seems that one
> > call like this:
> >         <ejbdoclet verbose="on" ejbspec="2.0"
> > destDir="${basedir.webapp.web-inf.src.gen}">
> >             <fileset
> > dir="${basedir.webapp.web-inf.src}">
> >                 <include name="**/*Bean.java"/>
> >             </fileset>
> >                     <deploymentdescriptor
> > destinationFile="{0}-ejb-jar.xml"/>
> >         </ejbdoclet>
> > 
> > is more efficient than 20+ calls that each specify
> > the bean to include.
> 
> Does this work?  ( I newer used this approach ) If
> subtask did not hardwired execution mode and inherited
> from template subtask 
> it would be faster, because you will not have 20+
> invocations of xjavadoc to parse files...
> 
> 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!?
> New Yahoo! Photos - easier uploading and sharing.
> http://photos.yahoo.com/
> 
> 
> -------------------------------------------------------
> This SF.net email is sponsored by: IBM Linux Tutorials.
> Become an expert in LINUX or just sharpen your skills.  Sign 
> up for IBM's
> Free Linux Tutorials.  Learn everything from the bash shell 
> to sys admin.
> Click now! http://ads.osdn.com/?ad_id=1278&alloc_id=3371&op=click
> _______________________________________________
> xdoclet-user mailing list
> [EMAIL PROTECTED]
> https://lists.sourceforge.net/lists/listinfo/xdoclet-user
> 
> 
> ---
> Incoming mail is certified Virus Free.
> Checked by AVG anti-virus system (http://www.grisoft.com).
> Version: 6.0.553 / Virus Database: 345 - Release Date: 12/18/2003
>  
> 

---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.553 / Virus Database: 345 - Release Date: 12/18/2003
 



-------------------------------------------------------
This SF.net email is sponsored by: IBM Linux Tutorials.
Become an expert in LINUX or just sharpen your skills.  Sign up for IBM's
Free Linux Tutorials.  Learn everything from the bash shell to sys admin.
Click now! http://ads.osdn.com/?ad_id78&alloc_id371&op=click
_______________________________________________
xdoclet-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/xdoclet-user

Reply via email to