bodewig     01/12/07 02:55:25

  Modified:    docs/manual/CoreTypes mapper.html
  Log:
  improve documentation of the regexp mapper.
  
  Revision  Changes    Path
  1.8       +8 -0      jakarta-ant/docs/manual/CoreTypes/mapper.html
  
  Index: mapper.html
  ===================================================================
  RCS file: /home/cvs/jakarta-ant/docs/manual/CoreTypes/mapper.html,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- mapper.html       2001/11/13 12:50:59     1.7
  +++ mapper.html       2001/12/07 10:55:25     1.8
  @@ -243,6 +243,14 @@
   href="http://www.crocodile.org/~sts/Rex/"; target="_top">gnu.rex</a> with 
Ant, see <a
   href="http://marc.theaimsgroup.com/?l=ant-dev&m=97550753813481&w=2"; 
target="_top">this</a>
   article.</p>
  +<p>This means, you need <code>optional.jar</code> from the Ant release
  +you are using <strong>and</strong> one of the supported regular
  +expression libraries.  Make sure, both will be loaded from the same
  +classpath, that is either put them into your <code>CLASSPATH</code>,
  +<code>ANT_HOME/lib</code> directory or a nested
  +<code>&lt;classpath&gt;</code> element of the mapper - you cannot have
  +<code>optional.jar</code> in <code>ANT_HOME/lib</code> and the library
  +in a nested <code>&lt;classpath&gt;</code>.</p>
   <p>Ant will choose the regular-expression library based on the
   following algorithm:</p>
   <ul>
  
  
  

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

Reply via email to