Vincent Massol wrote:
>
> Good finding ! However, I'm using IE 6.0.2600.0000 (the released version)
> and it should understand PRE tags, shouldn't it ?
>
> There is some magic involve that I don't understand ...
Compare the description of the <PRE> and <XMP> tags here:
http://developer.netscape.com/docs/manuals/htmlguid/tags4.htm
Also, look at the results of today's build. Finally, as I mentioned
previously, you should be able to get daily builds of cactus 23 even though
the test fails if you make the following change:
Index: build.xml
===================================================================
RCS file: /home/cvs/jakarta-cactus/build/build.xml,v
retrieving revision 1.27
diff -u -r1.27 build.xml
--- build.xml 2001/09/15 12:40:41 1.27
+++ build.xml 2001/09/22 13:37:17
@@ -652,7 +652,7 @@
Ant).
========================================================================
-->
- <target name="gump" depends="jar,sample,doc,site,tests,dist.gump">
+ <target name="gump" depends="jar,sample,doc,site,dist.gump,tests">
</target>
</project>
- Sam Ruby
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]