> > I am submitting the following two patches to the Ant documentation. > > > > 1. Changes to external.xml to add Surround SCM to the list of external > > tasks. It is listed under a new anchor heading called "Source Control" > > IŽll do that - but your attachement didnŽt come through. > Can you send the patch to external.xml inline?
Here are my changes to both files, in-line. Index: tasksoverview.html =================================================================== RCS file: /home/cvspublic/ant/docs/manual/tasksoverview.html,v retrieving revision 1.27 diff -u -r1.27 tasksoverview.html --- tasksoverview.html 9 Feb 2004 21:50:05 -0000 1.27 +++ tasksoverview.html 9 Jun 2004 16:32:17 -0000 @@ -1198,6 +1198,13 @@ <a href="OptionalTasks/starteam.html#stcheckout">STCheckout</a> instead.</p></td> </tr> + + <tr valign="top"> + <td nowrap><a href="http://www.seapine.com/scmresources.php#integration">Surround SCM</a></td> + <td><p>Tasks to perform the Surround SCM <i>sscmbatch</i>, <i>sscmbranch</i>, + <i>sscmcheckin</i>, <i>sscmcheckout</i>, <i>sscmfreeze</i>, <i>sscmget</i>, + <i>sscmlabel</i>, <i>sscmunfreeze</i> commands.</p></td> + </tr> </table> <p></p> Index: external.xml =================================================================== RCS file: /home/cvspublic/ant/xdocs/external.xml,v retrieving revision 1.129 diff -u -r1.129 external.xml --- external.xml 7 Jun 2004 11:05:19 -0000 1.129 +++ external.xml 11 Jun 2004 13:18:21 -0000 @@ -27,8 +27,9 @@ <p>This page lists external resources for Apache Ant: <a href="#Tasks">Tasks</a>, <a - href="#Compiler%20Implementations">Compiler Implementations</a>, - <a href="#IDE%20and%20Editor%20Integration">IDE integration + href="#Compiler Implementations">Compiler Implementations</a>, <a + href="#Source Control">Source Control</a>, + <a href="#IDE and Editor Integration">IDE integration tools</a>, loggers, you name it. If you've written something that should be included, please post all relevant information to one of the mailing lists. For details, see the @@ -2574,6 +2575,34 @@ </subsection> </section> + <section name="Source Control"> + + <subsection name="Surround SCM"> + + <p>These are tasks that allow users to access Surround SCM functionality from within Ant build scripts.</p> + + <table class="externals"> + <tr> + <th>Compatibility:</th> + <td>Ant 1.5 and later</td> + </tr> + <tr> + <th>URL:</th> + <td><a href="http://www.seapine.com/scmresources.php#integration">Surround SCM Resource Center</a></td> + </tr> + <tr> + <th>Contact:</th> + <td><a href="mailto:[EMAIL PROTECTED]">Seapine Support</a></td> + </tr> + <tr> + <th>License:</th> + <td>GNU Lesser General Public License</td> + </tr> + </table> + </subsection> + + </section> + <section name="IDE and Editor Integration"> <subsection name="AntFarm"> @@ -2899,4 +2928,4 @@ </section> </body> -</document> \ No newline at end of file +</document> > > 2. Changes to tasksoverview.html to add Surround SCM to the > > list of Source Control tasks. > > Only tasks which are part of the Ant distro are listed there and I think > we shouldnŽt change that. In another message, you say that you are going to allow the SourceControl section to contain external tasks so I assume my tasksoverview.html changes will be submitted? > > I've read a bunch of pages on submission guidlines, but I'm > > not really clear on where it goes from here. Do people vote on > this? They > are > > very minor changes and no source code is being submitted so I hope all > > goes smoothly. > > If I need to do anything further, please let me know. > > You keep control of the source, binaries and docs. You provide the website > for > download. > We only add the link on external-page. > > > Also, will I be notified directly when the patch is officialy > > part of Ant? > > It wonŽt be. All I'm asking is when my changes to the docs will be submitted. I realize our actualy Java code won't be submitted. Thanks, Matt --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]