There is a mistake in the docs on how to build the demos.
Fixed that..

Mvgr,
Martin


Index: xdocs/overview.xml
===================================================================
RCS file: /home/cvspublic/jakarta-commons-sandbox/betwixt/xdocs/overview.xml,v
retrieving revision 1.1
diff -u -r1.1 overview.xml
--- xdocs/overview.xml	22 May 2002 18:13:41 -0000	1.1
+++ xdocs/overview.xml	4 Jun 2002 22:03:28 -0000
@@ -17,7 +17,7 @@
 build system working, by installing Ant and creating your own build.properties 
 to point to the required JARs type the following at a command line</p>
 
-<pre>ant demo-rss</pre>
+<pre>ant demo.rss</pre>
 
 <p>This uses the Commons Digester RSSDigester example to parse an RSS document, 
 create a Channel bean and then write it out again as XML using the default 
@@ -26,7 +26,7 @@
 
 <p>The next example to look at is</p>
 
-<pre>ant demo-rss2</pre>
+<pre>ant demo.rss2</pre>
 
 <p>This is similar to the above but uses a BeanReader to parse the RSS file. So 
 this is Betwixt defaulting the Digester rules required to parse the XML document. 

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to