>From: Konstantin Priblouda <[EMAIL PROTECTED]>
>Date: Mon, 22 Apr 2002 04:54:20 -0700 (PDT)
>
>Well, I think this problem is fixed & commited
>( at least it was on friday )
>
>I had to add "tokenizeAndTrim" to xdoc parsing,
>and it worked for me ( now It fails only XDocTest,
>but this is another problem )

Not for me.  The latest template has

assertEquals( tokenizeAndTrim("<XDtMethod:methodTagValue 
tagName="param"/>"), paramTags[t].value() );

in the parameter checking at the end; I had to change that to

assertEquals( tokenizeAndTrim("<XDtMethod:methodTagValue 
tagName="param"/>"), tokenizeAndTrim(paramTags[t].value()) );

to avoid any failures.  This was with a copy updated this morning; I did a 
build clean/total-clean on all three modules, then tried a build in 
xjavadoc.  30 failures, including the two ant classes Aslak changed over the 
weekend... (which is why I suspected pretty)


Andrew.


_________________________________________________________________
MSN Photos is the easiest way to share and print your photos: 
http://photos.msn.com/support/worldwide.aspx


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

Reply via email to