Every tests runs fine. In fact if you run them yourselves you will find some problems already solved on MAIN branch or to be solved (independently of xjavadoc). There is one issue : the ordering in xml comparison : today <a>1</a><a>2</a> is different of <a>2</a><a>1</a>. It should not. But it is quite tricky to solve (If the second <a> is a <b> there is really a difference ...) so I am not sure I fix that. The tests are still quite simple and will not show all problems but at least basic compilation and basic ejb-jar xml is working ok. Is it time to merge back ?
Vincent > -----Original Message----- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]] On Behalf > Of Ara Abrahamian > Sent: mardi 19 mars 2002 6:39 > To: [EMAIL PROTECTED] > Subject: [Xdoclet-devel] refactoring branch > > > So, now we should make sure the results are exactly the same. > Run Vincent's tests on it and do some other > comparisons/blabla. Next comes some optimizations. The > performance is not that great actually. There should be a > problem somewhere because webdoclet is lightening fast, also > utilobject/etc but some other subtasks such as entitybmp or > deploymentdescriptor are not that fast. Also when there's no > need for regenerating something the performance is not what I > expected. > > Ara. > > > > Log: > > > well, ejbdoclet/webdoclet builds and compiles now > > > > _______________________________________________ > Xdoclet-devel mailing list > [EMAIL PROTECTED] > https://lists.sourceforge.net/lists/listinfo/xdoclet-devel > _______________________________________________ Xdoclet-devel mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/xdoclet-devel
