summaryrefslogtreecommitdiffstats
path: root/docs/dist/doc/ant-tasks.html
diff options
context:
space:
mode:
Diffstat (limited to 'docs/dist/doc/ant-tasks.html')
-rw-r--r--docs/dist/doc/ant-tasks.html21
1 files changed, 13 insertions, 8 deletions
diff --git a/docs/dist/doc/ant-tasks.html b/docs/dist/doc/ant-tasks.html
index f09bbc7e5..de3e5929a 100644
--- a/docs/dist/doc/ant-tasks.html
+++ b/docs/dist/doc/ant-tasks.html
@@ -29,7 +29,7 @@ three ways of running the compiler:
This describes how to install and use the tasks and the adapter.
For an example Ant script,
-see <a href="../examples/build.xml">../examples/build.xml</a>.
+see <a href="examples/build.xml">examples/build.xml</a>.
<h3>Installation</h3>
<p>Install Jakarta Ant 1.5.1:&nbsp;
@@ -42,7 +42,7 @@ This release is source-compatible with Ant 1.3 and Ant 1.4, but
the task sources must be
compiled with those versions of the Ant libraries to be used under those
versions of Ant. Sources are available under the Common Public License v. 1.0
-at <a href="@aspectj.home.url@">@aspectj.home.url@</a>.
+at <a href="http://eclipse.org/aspectj">http://eclipse.org/aspectj</a>.
<p>In Ant, third-party tasks can be declared using a <tt>taskdef</tt> entry
in the build script, to identify the name and classes.
@@ -205,10 +205,12 @@ from Ant, then please send a report (including your build file, if possible).</l
<p><b>Known Problems</b>
<br>For the most up-to-date information on known problems, see the
- <a href="@aspectj.home.url@/bugs">bug database</a> for
- <a href="@aspectj.home.url@/bugs/compiler">compiler bugs</a>
- or <a href="@aspectj.home.url@/ant-support">task bugs</a>.
-
+ <a href="http://dev.eclipse.org">bug database</a>.
+ <!--
+ for
+ <a href="http://dev.eclipse.org/compiler">compiler bugs</a>
+ or <a href="http://dev.eclipse.org/ant-support">task bugs</a>.
+ -->
<li><u>Memory and forking</u>:
Users email most often about the ajc task running out of memory. This is
not a problem with the task; some compiles take a lot of memory,
@@ -222,9 +224,12 @@ messages from the compiler are printed but not segregated.
</li>
<p>
-You can send email to <a href="mailto:users@aspectj.org">users@aspectj.org</a>.
+You can send email to <a href="mailto:aspectj-users@dev.eclipse.org">
+mailto:aspectj-users@dev.eclipse.org</a>.
(Do join the list to participate!) We also welcome any bug reports; you can
-submit them to <a href="@aspectj.home.url@/bugs">@aspectj.home.url@/bugs</a>.
+submit them to the bug database at
+<a href="http://dev.eclipse.org">http://dev.eclipse.org</a>
+using the <code>AspectJ</code> product and <code>Ant</code> component.
</body>
</html>