bodewig 2003/02/10 06:44:23
Modified: docs ant_in_anger.html ant_task_guidelines.html
mail.html problems.html
xdocs mail.xml problems.xml
Log:
Mailinglists have moved
Revision Changes Path
1.15 +1 -1 ant/docs/ant_in_anger.html
Index: ant_in_anger.html
===================================================================
RCS file: /home/cvs/ant/docs/ant_in_anger.html,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- ant_in_anger.html 10 Feb 2003 12:35:09 -0000 1.14
+++ ant_in_anger.html 10 Feb 2003 14:44:21 -0000 1.15
@@ -626,7 +626,7 @@
<p>
You should also get on the <a href =
-"mailto:[EMAIL PROTECTED]" > ant-dev mailing list
+"mailto:[EMAIL PROTECTED]" > dev mailing list
</a>, as it is where the other developers post their work, problems and
experience. The volume can be quite high: 40+ messages a day, so
consider routing it to an email address you don't use for much else. And
1.10 +4 -4 ant/docs/ant_task_guidelines.html
Index: ant_task_guidelines.html
===================================================================
RCS file: /home/cvs/ant/docs/ant_task_guidelines.html,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- ant_task_guidelines.html 10 Feb 2003 13:49:24 -0000 1.9
+++ ant_task_guidelines.html 10 Feb 2003 14:44:21 -0000 1.10
@@ -335,7 +335,7 @@
was already implemented in a small corner of another task, or it has
been submitted by someone else and not committed. You can avoid this
by being aware of what is in the latest CVS tree -keep getting the daily
-source updates, look at manual changes and subscribe to the ant-dev
+source updates, look at manual changes and subscribe to the dev
mailing list.
<p>
@@ -351,7 +351,7 @@
The process for submitting an Ant task is documented on the
<a href="http://jakarta.apache.org/site/guidelines.html">
jakarta web site</a>.
-The basic mechanism is to mail it to the ant-dev mailing list.
+The basic mechanism is to mail it to the dev mailing list.
It helps to be on this list, as you will see other submissions, and
any debate about your own submission.
<p>
@@ -413,7 +413,7 @@
<li>Documentation page extended as appropriate.
<li>Example task declarations in the documentation tested.
<li>Diff files generated using cvs diff -u
-<li>Message to ant-dev contains [PATCH], task name and patch reason in
+<li>Message to dev contains [PATCH], task name and patch reason in
subject.
<li>Message body contains a rationale for the patch.
<li>Message attachment contains the patch file(s).
@@ -436,7 +436,7 @@
tasks
<li>patch files include a patch to coretasklist.html or
optionaltasklist.html to link to the new task page
-<li>Message to ant-dev contains [SUBMIT] and task name in subject
+<li>Message to dev contains [SUBMIT] and task name in subject
<li>Message body contains a rationale for the task
<li>Message attachments contain the required files -source, documentation,
test and patches zipped up to escape the HTML filter.
1.5 +0 -10 ant/docs/mail.html
Index: mail.html
===================================================================
RCS file: /home/cvs/ant/docs/mail.html,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- mail.html 10 Feb 2003 12:35:10 -0000 1.4
+++ mail.html 10 Feb 2003 14:44:21 -0000 1.5
@@ -221,14 +221,9 @@
</table>
<p>
<b>Medium Traffic</b>
-<!--
<a href="mailto:[EMAIL PROTECTED]">Subscribe</a>
<a href="mailto:[EMAIL PROTECTED]">Unsubscribe</a>
<a href="http://archives.apache.org/eyebrowse/[EMAIL
PROTECTED]">Archive</a>
--->
- <a href="mailto:[EMAIL PROTECTED]">Subscribe</a>
- <a href="mailto:[EMAIL PROTECTED]">Unsubscribe</a>
- <a href="http://archives.apache.org/eyebrowse/[EMAIL
PROTECTED]">Archive</a>
</p>
<p>This list is for developers that are
using Ant in their own
projects to ask questions, share knowledge, and discuss issues
@@ -244,13 +239,8 @@
</table>
<p>
<b>High Traffic</b>
-<!--
<a href="mailto:[EMAIL PROTECTED]">Subscribe</a>
<a href="mailto:[EMAIL PROTECTED]">Unsubscribe</a>
- <a href="http://archives.apache.org/eyebrowse/[EMAIL
PROTECTED]">Archive</a>
--->
- <a href="mailto:[EMAIL PROTECTED]">Subscribe</a>
- <a href="mailto:[EMAIL PROTECTED]">Unsubscribe</a>
<a href="http://archives.apache.org/eyebrowse/[EMAIL
PROTECTED]">Archive</a>
</p>
<p>This is the list where participating
developers of the Ant
1.34 +4 -8 ant/docs/problems.html
Index: problems.html
===================================================================
RCS file: /home/cvs/ant/docs/problems.html,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -r1.33 -r1.34
--- problems.html 10 Feb 2003 12:35:10 -0000 1.33
+++ problems.html 10 Feb 2003 14:44:21 -0000 1.34
@@ -408,8 +408,7 @@
<p>
By this time, you may have decided that there is an unreported
bug in Ant. You have a few choices at this point. You can send
-<!-- an email to the <code>user</code> mailing list-->
- an email to the <code>ant-user</code> mailing list
+ an email to the <code>user</code> mailing list
to see if
others have encountered your issue and find out how they may
have worked around it. If after some discussion, you feel it
@@ -482,20 +481,17 @@
<a href="http://ant.apache.org/srcdownload.cgi">
source distributions</a>. If you
are going to tackle the problem at this level, you may want to
-<!-- discuss some details first on the <code>dev</code>-->
- discuss some details first on the <code>ant-dev</code>
+ discuss some details first on the <code>dev</code>
mailing list. Once you have a fix for the problem, you may submit
the fix as a <i>patch</i> to either the
-<!-- <code>dev</code> mailing-->
- <code>ant-dev</code> mailing
+ <code>dev</code> mailing
list, or enter the bug database as described above and attach the
patch to the bug report. Using the bug database has the advantage
of being able to track the progress of your patch.
</p>
<p>
If you have a patch to submit and are sending it to the
-<!-- <code>dev</code> mailing list,-->
- <code>ant-dev</code> mailing list,
+ <code>dev</code> mailing list,
prefix "[PATCH]"
to your message subject. Please include any relevant bug numbers.
Patch files should be created with the <code>-u</code>
1.3 +0 -10 ant/xdocs/mail.xml
Index: mail.xml
===================================================================
RCS file: /home/cvs/ant/xdocs/mail.xml,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- mail.xml 10 Feb 2003 11:00:36 -0000 1.2
+++ mail.xml 10 Feb 2003 14:44:22 -0000 1.3
@@ -26,14 +26,9 @@
<subsection name="User List">
<p>
<b>Medium Traffic</b>
-<!--
<a href="mailto:[EMAIL PROTECTED]">Subscribe</a>
<a href="mailto:[EMAIL PROTECTED]">Unsubscribe</a>
<a href="http://archives.apache.org/eyebrowse/[EMAIL
PROTECTED]">Archive</a>
--->
- <a href="mailto:[EMAIL PROTECTED]">Subscribe</a>
- <a href="mailto:[EMAIL PROTECTED]">Unsubscribe</a>
- <a href="http://archives.apache.org/eyebrowse/[EMAIL
PROTECTED]">Archive</a>
</p>
<p>This list is for developers that are using Ant in their own
@@ -44,13 +39,8 @@
<subsection name="Developer List">
<p>
<b>High Traffic</b>
-<!--
<a href="mailto:[EMAIL PROTECTED]">Subscribe</a>
<a href="mailto:[EMAIL PROTECTED]">Unsubscribe</a>
- <a href="http://archives.apache.org/eyebrowse/[EMAIL
PROTECTED]">Archive</a>
--->
- <a href="mailto:[EMAIL PROTECTED]">Subscribe</a>
- <a href="mailto:[EMAIL PROTECTED]">Unsubscribe</a>
<a href="http://archives.apache.org/eyebrowse/[EMAIL
PROTECTED]">Archive</a>
</p>
1.13 +4 -8 ant/xdocs/problems.xml
Index: problems.xml
===================================================================
RCS file: /home/cvs/ant/xdocs/problems.xml,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- problems.xml 10 Feb 2003 12:35:11 -0000 1.12
+++ problems.xml 10 Feb 2003 14:44:22 -0000 1.13
@@ -177,8 +177,7 @@
<p>
By this time, you may have decided that there is an unreported
bug in Ant. You have a few choices at this point. You can send
-<!-- an email to the <code>user</code> mailing list-->
- an email to the <code>ant-user</code> mailing list
+ an email to the <code>user</code> mailing list
to see if
others have encountered your issue and find out how they may
have worked around it. If after some discussion, you feel it
@@ -239,20 +238,17 @@
<a href="http://ant.apache.org/srcdownload.cgi">
source distributions</a>. If you
are going to tackle the problem at this level, you may want to
-<!-- discuss some details first on the <code>dev</code>-->
- discuss some details first on the <code>ant-dev</code>
+ discuss some details first on the <code>dev</code>
mailing list. Once you have a fix for the problem, you may submit
the fix as a <i>patch</i> to either the
-<!-- <code>dev</code> mailing-->
- <code>ant-dev</code> mailing
+ <code>dev</code> mailing
list, or enter the bug database as described above and attach the
patch to the bug report. Using the bug database has the advantage
of being able to track the progress of your patch.
</p>
<p>
If you have a patch to submit and are sending it to the
-<!-- <code>dev</code> mailing list,-->
- <code>ant-dev</code> mailing list,
+ <code>dev</code> mailing list,
prefix "[PATCH]"
to your message subject. Please include any relevant bug numbers.
Patch files should be created with the <code>-u</code>