Skip to content

Commit

Permalink
regexp and ORO have been mothballed
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@1147760 13f79535-47bb-0310-9956-ffa450edef68
  • Loading branch information
bodewig committed Jul 18, 2011
1 parent f441d35 commit 4e13d8f
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 7 deletions.
2 changes: 1 addition & 1 deletion manual/Tasks/perforce.html
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ <h2><a name="intro">Introduction</a></h2>
Although it is possible to use these commands on the desktop,
they were primarily intended to be used by automated build systems.</p>

<p><b>Note:</b> These tasks require the <a href="http://jakarta.apache.org/oro" target="_top">oro</a> regular
<p><b>Note:</b> These tasks require the <a href="http://attic.apache.org/projects/jakarta-oro.html" target="_top">oro</a> regular
expression package. See <a href="../install.html#librarydependencies">library dependencies</a> for the precise
version required.
You will also need the Perforce client executable (p4 or p4.exe but not p4win.exe) in your path.
Expand Down
2 changes: 1 addition & 1 deletion manual/Types/mapper.html
Original file line number Diff line number Diff line change
Expand Up @@ -374,7 +374,7 @@ <h4><a name="regexp-mapper">regexp</a></h4>
hides the specifics of the library. <em>Since Ant 1.8.0</em> Ant
requires Java 1.4 to run, so the implementation based on
the <code>java.util.regex</code> package will always be available.
You can still use Jakarta ORO or Jakarta Regex instead if your
You can still use the now retired Jakarta ORO or Jakarta Regex instead if your
provide the corresponding jar in your CLASSPATH.</p>

<p>For information about using <a
Expand Down
8 changes: 5 additions & 3 deletions manual/Types/regexp.html
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,8 @@ <h3><a name="implementation">Choice of regular expression implementation</a></h3
Apache Ant comes with
wrappers for
<a href="http://download.oracle.com/javase/6/docs/api/java/util/regex/package-summary.html" target="_top">the java.util.regex package</a>,
<a href="http://jakarta.apache.org/regexp/" target="_top">jakarta-regexp</a>
and <a href="http://jakarta.apache.org/oro/" target="_top">jakarta-ORO</a>,
<a href="http://attic.apache.org/projects/jakarta-regexp.html" target="_top">jakarta-regexp</a>
and <a href="http://attic.apache.org/projects/jakarta-oro.html" target="_top">jakarta-ORO</a>,
See <a href="../install.html#librarydependencies">installation dependencies</a>
concerning the supporting libraries.</p>
<p>
Expand Down Expand Up @@ -91,7 +91,9 @@ <h3><a name="implementation">Choice of regular expression implementation</a></h3
<li>JDK 1.4 uses '\n', '\r\n', '\u0085', '\u2028', '\u2029' as a default
but is configured in the wrapper to use only '\n' (UNIX_LINE)</li>
</ul>
<em>We <b>strongly</b> recommend that you use Jakarta Oro.</em>
<em>We used to recommend that you use Jakarta ORO but since its
development has been retired Java's built-in regex package is likely
the best choice going forward.</em>
</p>
<h3>Usage</h3>
The following tasks and types use the Regexp type :
Expand Down
4 changes: 2 additions & 2 deletions manual/install.html
Original file line number Diff line number Diff line change
Expand Up @@ -842,14 +842,14 @@ <h2><a name="librarydependencies">Library Dependencies</a></h2>
<tr>
<td>jakarta-regexp-1.3.jar</td>
<td>regexp type with mappers (if you do not wish to use java.util.regex)</td>
<td><a href="http://jakarta.apache.org/regexp/" target="_top">http://jakarta.apache.org/regexp/</a></td>
<td><a href="http://attic.apache.org/projects/jakarta-regexp.html" target="_top">http://attic.apache.org/projects/jakarta-regexp.html</a></td>
</tr>
<tr>
<td>jakarta-oro-2.0.8.jar</td>
<td>regexp type with mappers (if you do not wish to use java.util.regex) and the Perforce tasks<br>
To use the FTP task,
you need jakarta-oro 2.0.8 or later, and <a href="#commons-net">commons-net</a></td>
<td><a href="http://jakarta.apache.org/oro/" target="_top">http://jakarta.apache.org/oro/</a></td>
<td><a href="http://attic.apache.org/projects/jakarta-oro.html" target="_top">http://attic.apache.org/projects/jakarta-oro.html</a></td>
</tr>
<tr>
<td>junit.jar</td>
Expand Down

0 comments on commit 4e13d8f

Please sign in to comment.