Hi,
I set setFork(true) because of a LinkageError at XML validation time.
When xml validation set to false no problems.
Just try it you will see ;)
I tried to solve this by using different class loading instead of
Class.loadClass use Thread.currentThread().get... (a la JBoss)
But it did not help here.  

I suspect something in Ant class loading or in Xml jars

Oh yes, setting it to true did also improve a lot performance wich may
also says xjavadoc class loading have some "steel in the wings"

Look back in mail archive for for more infos about what I found on
LinkageError...very strange indeed...

Anyway I agree : fork or not fork should be possible and not change
anything at run time.

Vincent


--- Ara Abrahamian <[EMAIL PROTECTED]> wrote:
> Vincent, can we just setFork(false) and profile it in JProbe?
> 
> Ara.
> 
> > -----Original Message-----
> > From: [EMAIL PROTECTED]
> [mailto:xdoclet-devel-
> > [EMAIL PROTECTED]] On Behalf Of Vincent Harcq
> > Sent: Thursday, April 04, 2002 1:29 PM
> > To: Devel Xdoclet
> > Subject: [Xdoclet-devel] XJavadoc Performance
> > 
> > As you may have seen, I did a lot of changes to improve performance
> of
> > xjavadoc.  Basically following a yahoo messenger with Aslak and
> Ara.
> > Plus some more "java perf beginner" improvements.
> > My goal was to improve the perf for a "forced" build.  Incremental
> > build are fast enough now.
> > It runs now faster but (as I really want to push this to the
> extreme)
> > it could faster.
> > It still "hangs" on CustomerBean cmp, CustomerBean value objects
> and
> > ejb-jar.xml.
> > I think something more is needed but maybe not on XDoc or
> > DefaultXTag...Somewhere else.
> > If there are any perf gurus around here, please have a look.
> > 
> > One thing that could improve is a fast implementation of
> Map/Hashtable
> > for XDoc.  If somebody could point me some references here.
> > 
> > Regards
> > 
> > Vincent
> > 
> > __________________________________________________
> > Do You Yahoo!?
> > Yahoo! Tax Center - online filing with TurboTax
> > http://taxes.yahoo.com/
> > 
> > _______________________________________________
> > Xdoclet-devel mailing list
> > [EMAIL PROTECTED]
> > https://lists.sourceforge.net/lists/listinfo/xdoclet-devel
> 
> 
> _________________________________________________________
> Do You Yahoo!?
> Get your free @yahoo.com address at http://mail.yahoo.com
> 
> 
> 
> 


__________________________________________________
Do You Yahoo!?
Yahoo! Tax Center - online filing with TurboTax
http://taxes.yahoo.com/

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

Reply via email to