|
|
@@ -243,6 +243,14 @@ href="http://www.cacas.org/~wes/java/" target="_top">gnu.regexp</a> or <a |
|
|
|
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><classpath></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><classpath></code>.</p> |
|
|
|
<p>Ant will choose the regular-expression library based on the |
|
|
|
following algorithm:</p> |
|
|
|
<ul> |
|
|
|