You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by Martin van den Bemt <ml...@mvdb.net> on 2002/06/05 00:05:23 UTC

[PATCH] betwixt documentation

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

Mvgr,
Martin



Re: [PATCH] betwixt documentation

Posted by Jason van Zyl <jv...@zenplex.com>.
On Tue, 2002-06-04 at 18:05, Martin van den Bemt wrote:
> There is a mistake in the docs on how to build the demos.
> Fixed that..

Applied, thanks.
 
> 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:   <ma...@jakarta.apache.org>
> For additional commands, e-mail: <ma...@jakarta.apache.org>
-- 
jvz.

Jason van Zyl
jvanzyl@apache.org

http://tambora.zenplex.org


--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>