[closure-cvs] CVS update: cxml/README.html
David Lichteblau
dlichteblau at common-lisp.net
Wed Apr 6 21:27:04 UTC 2005
Update of /project/cxml/cvsroot/cxml
In directory common-lisp.net:/tmp/cvs-serv16006
Modified Files:
README.html
Log Message:
for the DOM tests, Java and `ant' are required...
Date: Wed Apr 6 23:27:04 2005
Author: dlichteblau
Index: cxml/README.html
diff -u cxml/README.html:1.2 cxml/README.html:1.3
--- cxml/README.html:1.2 Wed Apr 6 23:14:41 2005
+++ cxml/README.html Wed Apr 6 23:27:04 2005
@@ -245,9 +245,13 @@
<pre>$ export CVSROOT=:pserver:anonymous at dev.w3.org:/sources/public
$ cvs login # password is "anonymous"
$ cvs co 2001/XML-Test-Suite/xmlconf
-$ cvs co -D '2005-05-06 23:00' 2001/DOM-Test-Suite</pre>
- <p>(Omit <tt>-D</tt> to get the latest version, which may not work
- with cxml yet.)</p>
+$ cvs co -D '2005-05-06 23:00' 2001/DOM-Test-Suite
+$ cd 2001/DOM-Test-Suite && ant dom1-dtd</pre>
+ <p>
+ Omit <tt>-D</tt> to get the latest version, which may not work
+ with cxml yet. The <tt>ant</tt> step is necessary to run the DOM
+ tests.
+ </p>
<p>Usage and expected output:</p>
<pre>* (xmlconf:run-all-tests "/path/to/2001/XML-Test-Suite/xmlconf/")
0/556 tests failed; 1606 tests were skipped
More information about the Closure-cvs
mailing list