Browse Source

Promote new site layout from proposal, change lots of links

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@273866 13f79535-47bb-0310-9956-ffa450edef68
master
Stefan Bodewig 22 years ago
parent
commit
8483e826c3
65 changed files with 8721 additions and 6873 deletions
  1. +1
    -10
      docs.xml
  2. +49
    -0
      docs/LICENSE
  3. +392
    -433
      docs/ant15_todo.html
  4. +4
    -4
      docs/ant_in_anger.html
  5. +265
    -251
      docs/antnews.html
  6. +234
    -161
      docs/bindownload.html
  7. +257
    -0
      docs/breadcrumbs.js
  8. +491
    -0
      docs/contributors.html
  9. +251
    -0
      docs/cvs.html
  10. +1562
    -2406
      docs/external.html
  11. +928
    -1400
      docs/faq.html
  12. +237
    -0
      docs/guidelines.html
  13. BIN
      docs/images/current.gif
  14. BIN
      docs/images/group-logo.gif
  15. BIN
      docs/images/jakarta-logo.gif
  16. BIN
      docs/images/label.gif
  17. BIN
      docs/images/menu-left.gif
  18. BIN
      docs/images/menu-right.gif
  19. BIN
      docs/images/page.gif
  20. BIN
      docs/images/printer.gif
  21. BIN
      docs/images/project-logo.gif
  22. BIN
      docs/images/search-left.gif
  23. BIN
      docs/images/search-right.gif
  24. BIN
      docs/images/spacer.gif
  25. BIN
      docs/images/tab-left.gif
  26. BIN
      docs/images/tab-right.gif
  27. BIN
      docs/images/tabSel-left.gif
  28. BIN
      docs/images/tabSel-right.gif
  29. +236
    -162
      docs/index.html
  30. +245
    -0
      docs/legal.html
  31. +283
    -0
      docs/license.html
  32. +279
    -0
      docs/mail.html
  33. +2
    -2
      docs/manual/CoreTasks/cvspass.html
  34. +3
    -3
      docs/manual/CoreTasks/get.html
  35. +2
    -2
      docs/manual/CoreTasks/javac.html
  36. +2
    -2
      docs/manual/CoreTasks/tempfile.html
  37. +5
    -5
      docs/manual/Integration/Antidote.html
  38. +2
    -2
      docs/manual/OptionalTasks/setproxy.html
  39. +2
    -2
      docs/manual/cover.html
  40. +2
    -2
      docs/manual/develop.html
  41. +5
    -5
      docs/manual/feedback.html
  42. +2
    -4
      docs/manual/install.html
  43. +297
    -0
      docs/mission.html
  44. +52
    -0
      docs/page.css
  45. +289
    -198
      docs/problems.html
  46. +426
    -461
      docs/projects.html
  47. +707
    -900
      docs/resources.html
  48. +232
    -159
      docs/srcdownload.html
  49. +7
    -11
      xdocs/antnews.xml
  50. +2
    -2
      xdocs/bindownload.xml
  51. +278
    -0
      xdocs/contributors.xml
  52. +41
    -0
      xdocs/cvs.xml
  53. +1
    -1
      xdocs/faq.xml
  54. +23
    -0
      xdocs/guidelines.xml
  55. +4
    -4
      xdocs/index.xml
  56. +30
    -0
      xdocs/legal.xml
  57. +65
    -0
      xdocs/license.xml
  58. +55
    -0
      xdocs/mail.xml
  59. +83
    -0
      xdocs/mission.xml
  60. +2
    -2
      xdocs/problems.xml
  61. +8
    -8
      xdocs/resources.xml
  62. +0
    -117
      xdocs/stylesheets/faq.vsl
  63. +22
    -22
      xdocs/stylesheets/project.xml
  64. +165
    -37
      xdocs/stylesheets/site.vsl
  65. +191
    -95
      xdocs/stylesheets/templates.vm

+ 1
- 10
docs.xml View File

@@ -37,21 +37,12 @@
<anakia basedir="${docs.src}" destdir="${docs.dest}/" <anakia basedir="${docs.src}" destdir="${docs.dest}/"
extension=".html" style="./site.vsl" extension=".html" style="./site.vsl"
projectFile="${project.file}" projectFile="${project.file}"
excludes="**/stylesheets/** faq.xml"
excludes="**/stylesheets/**"
includes="**/*.xml" includes="**/*.xml"
lastModifiedCheck="true" lastModifiedCheck="true"
templatePath="${templ.path}" templatePath="${templ.path}"
velocityPropertiesFile="${velocity.props}"> velocityPropertiesFile="${velocity.props}">
</anakia> </anakia>

<anakia basedir="${docs.src}" destdir="${docs.dest}/"
extension=".html" style="./faq.vsl"
projectFile="${project.file}"
includes="faq.xml"
lastModifiedCheck="true"
templatePath="${templ.path}"
velocityPropertiesFile="${velocity.props}">
</anakia>
</target> </target>
<target name="javadocs"> <target name="javadocs">


+ 49
- 0
docs/LICENSE View File

@@ -0,0 +1,49 @@
/*
* ============================================================================
* The Apache Software License, Version 1.1
* ============================================================================
*
* Copyright (C) 2000-2003 The Apache Software Foundation. All
* rights reserved.
*
* Redistribution and use in source and binary forms, with or without modifica-
* tion, are permitted provided that the following conditions are met:
*
* 1. Redistributions of source code must retain the above copyright notice,
* this list of conditions and the following disclaimer.
*
* 2. Redistributions in binary form must reproduce the above copyright notice,
* this list of conditions and the following disclaimer in the documentation
* and/or other materials provided with the distribution.
*
* 3. The end-user documentation included with the redistribution, if any, must
* include the following acknowledgment: "This product includes software
* developed by the Apache Software Foundation (http://www.apache.org/)."
* Alternately, this acknowledgment may appear in the software itself, if
* and wherever such third-party acknowledgments normally appear.
*
* 4. The names "Ant" and "Apache Software Foundation" must not be used to
* endorse or promote products derived from this software without prior
* written permission. For written permission, please contact
* apache@apache.org.
*
* 5. Products derived from this software may not be called "Apache", nor may
* "Apache" appear in their name, without prior written permission of the
* Apache Software Foundation.
*
* THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED WARRANTIES,
* INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
* FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
* APACHE SOFTWARE FOUNDATION OR ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT,
* INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLU-
* DING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS
* OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
* ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
* (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*
* This software consists of voluntary contributions made by many individuals
* on behalf of the Apache Software Foundation. For more information on the
* Apache Software Foundation, please see <http://www.apache.org/>.
*
*/

+ 392
- 433
docs/ant15_todo.html
File diff suppressed because it is too large
View File


+ 4
- 4
docs/ant_in_anger.html View File

@@ -21,7 +21,7 @@ Last updated 2002-11-09
<h2>Introduction</h2> <h2>Introduction</h2>
</a> </a>


<a href="http://jakarta.apache.org/ant/">Apache Ant</a>
<a href="http://ant.apache.org/">Apache Ant</a>
can be an invaluable tool in a team development process -or it can can be an invaluable tool in a team development process -or it can
be yet another source of problems in that ongoing crises we call be yet another source of problems in that ongoing crises we call
development . This development . This
@@ -212,7 +212,7 @@ you for shipping software that works.
<h3>Learn to Use and love the add-ons to Ant</h3> <h3>Learn to Use and love the add-ons to Ant</h3>
The Ant distribution is not the limit of the Ant universe, it is only The Ant distribution is not the limit of the Ant universe, it is only
the beginning. Look at the the beginning. Look at the
<A href="http://jakarta.apache.org/ant/external.html">
<A href="http://ant.apache.org/external.html">
External Tools and Tasks page External Tools and Tasks page
</A> for an up to date list. Here are some of them that . </A> for an up to date list. Here are some of them that .


@@ -891,7 +891,7 @@ that suddenly becomes feasible.
Use the mailing lists Use the mailing lists
</b><dd> </b><dd>
There are two There are two
<a href="http://jakarta.apache.org/site/mail.html">mailing lists</a>
<a href="http://ant.apache.org/mail.html">mailing lists</a>
related to Ant, ant-user and ant-developer. Ant user is where <i>all</i> related to Ant, ant-user and ant-developer. Ant user is where <i>all</i>
questions related to using Ant should go. Installation, syntax, code questions related to using Ant should go. Installation, syntax, code
samples, etc -post your questions there or search the archives for samples, etc -post your questions there or search the archives for
@@ -1155,6 +1155,6 @@ so useful or as much fun).
For questions related to this document, use the Ant mailing list. For questions related to this document, use the Ant mailing list.


<hr> <hr>
<p align="center">Copyright &copy; 2000-2002 Apache Software Foundation. All rights
<p align="center">Copyright &copy; 2000-2003 Apache Software Foundation. All rights
Reserved.</p> Reserved.</p>
</body> </body>

+ 265
- 251
docs/antnews.html View File

@@ -1,143 +1,230 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">


<!-- Content Stylesheet for Site -->


<!-- start the processing -->
<html>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<!-- GENERATED FILE, DO NOT EDIT, EDIT THE XML FILE IN xdocs INSTEAD! --> <!-- GENERATED FILE, DO NOT EDIT, EDIT THE XML FILE IN xdocs INSTEAD! -->
<head> <head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<meta name="author" content="Conor MacNeill">
<META http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<title>Apache Ant - News</title>
<link type="text/css" href="page.css" rel="stylesheet">
<meta name="author" content="Conor MacNeill">
<meta name="email" content=""> <meta name="email" content="">
<meta name="author" content="Stefan Bodewig">
<meta name="author" content="Stefan Bodewig">
<meta name="email" content="stefan.bodewig@epost.de"> <meta name="email" content="stefan.bodewig@epost.de">
<meta name="author" content="Magesh Umasankar">
<meta name="author" content="Magesh Umasankar">
<meta name="email" content=""> <meta name="email" content="">
<title>Apache Ant - Ant News</title>
</head>
<body bgcolor="#ffffff" text="#000000" link="#525D76">
<table border="0" width="100%" cellspacing="0">
<!-- TOP IMAGE -->
</head>

<body text="#000000" bgcolor="#ffffff">
<table summary="navigation path" width="100%" border="0" cellpadding="0" cellspacing="0">
<tr>
<td nowrap="nowrap" valign="middle" bgcolor="#CFDCED" height="20"><img height="1" width="5" alt="" border="0" src="images/spacer.gif"><font size="2" face="Arial, Helvetica, Sans-serif"><script src="breadcrumbs.js" language="JavaScript" type="text/javascript"></script></font></td>
</tr>
<tr>
<td bgcolor="#4C6C8F" height="2"><img height="2" width="2" alt="" border="0" src="images/spacer.gif"></td>
</tr>
</table>

<table summary="header with logos" width="100%" border="0" cellpadding="0" cellspacing="0">
<tr>
<td bgcolor="#294563"><a href="http://ant.apache.org/"><img border="0" alt="Apache Ant site" src="images/group-logo.gif"></a></td><td width="100%" align="center" bgcolor="#294563"><a href="http://ant.apache.org/"><img alt="Apache Ant logo" border="0" src="images/project-logo.gif"></a></td><td valign="top" rowspan="2" bgcolor="#294563">
<form target="_blank" onsubmit="q.value = query.value + ' site:ant.apache.org'" action="http://www.google.com/search" method="get">
<table summary="search" border="0" cellspacing="0" cellpadding="0" bgcolor="#4C6C8F">
<tr>
<td colspan="3"><img height="10" width="1" alt="" src="images/spacer.gif"></td>
</tr>
<tr>
<td><img height="1" width="1" alt="" src="images/spacer.gif"></td><td nowrap="nowrap"><input name="q" type="hidden"><input size="15" id="query" type="text"><img height="1" width="5" alt="" src="images/spacer.gif"><input name="Search" value="Search" type="submit">
<br>
<font face="Arial, Helvetica, Sans-serif" size="2" color="white">
the Apache Ant site


</font></td><td><img height="1" width="1" alt="" src="images/spacer.gif"></td>
</tr>
<tr>
<td><img alt="" border="0" height="10" width="9" src="images/search-left.gif"></td><td><img height="1" width="1" alt="" src="images/spacer.gif"></td><td><img alt="" border="0" height="10" width="9" src="images/search-right.gif"></td>
</tr>
</table>
</form>
</td><td bgcolor="#294563"><img height="10" width="10" alt="" src="images/spacer.gif"></td>
</tr>
<tr>
<td valign="bottom" bgcolor="#294563" colspan="2">
<div class="tab">
<table summary="tab bar" border="0" cellpadding="0" cellspacing="0">
<tr>

<td width="8"><img alt="" height="8" width="8" src="images/spacer.gif"></td><td valign="bottom">
<table summary="selected tab" border="0" cellpadding="0" cellspacing="0">
<tr>
<td height="30" valign="top" width="5" bgcolor="#4C6C8F"><img height="5" width="5" alt="" src="images/tabSel-left.gif"></td><td valign="middle" bgcolor="#4C6C8F"><font color="#ffffff" size="2" face="Arial, Helvetica, Sans-serif"><b>Home</b></font></td><td valign="top" width="5" bgcolor="#4C6C8F"><img height="5" width="5" alt="" src="images/tabSel-right.gif"></td>
</tr>
</table>
</td>
</tr>
</table>
</div>
</td><td bgcolor="#294563"><img alt="" width="1" height="1" src="images/spacer.gif"></td>
</tr>
<tr> <tr>
<td align="left">
<a href="http://jakarta.apache.org"><img src="images/jakarta-logo.gif" alt="The Apache Jakarta Project" border="0"></a>
</td>
<td align="right">
<a href="http://jakarta.apache.org/ant/"><img src="./images/ant_logo_large.gif" alt="Apache Ant" border="0"/></a>
</td>
</tr>
<td bgcolor="#4C6C8F" colspan="4"><img width="1" height="10" alt="" src="images/spacer.gif"></td>
</tr>
</table> </table>
<table border="0" width="100%" cellspacing="4">
<tr><td colspan="2">
<hr noshade size="1"/>
</td></tr>
<table summary="page content" bgcolor="#ffffff" width="100%" border="0" cellpadding="0" cellspacing="0">
<tr>
<td valign="top">
<table summary="menu" border="0" cellspacing="0" cellpadding="0">
<tr>
<td rowspan="3" valign="top">
<table summary="blue line" border="0" cellpadding="0" cellspacing="0">
<tr>
<td bgcolor="#294563"><img width="10" height="1" alt="" src="images/spacer.gif"></td>
</tr>
<tr>
<td bgcolor="#CFDCED"><font color="#4C6C8F" size="4" face="Arial, Helvetica, Sans-serif">&nbsp;</font></td>
</tr>
<tr>
<td bgcolor="#294563"><img width="10" height="1" alt="" src="images/spacer.gif"></td>
</tr>
</table>
</td><td bgcolor="#294563"><img width="1" height="1" alt="" src="images/spacer.gif"></td><td valign="bottom" bgcolor="#4C6C8F"><img width="10" height="10" alt="" src="images/spacer.gif"></td><td nowrap="nowrap" valign="top" bgcolor="#4C6C8F">
<div class="menu"><ul>
<li><font color="#CFDCED">Apache Ant</font>
<ul>
<li>
<a href="./index.html">Welcome</a>
</li>
<li>
<a href="./license.html">License</a>
</li>
<li>
<span class="sel"><font color="#ffcc00">News</font></span>
</li>
</ul>
</li>
<li><font color="#CFDCED">Documentation</font>
<ul>
<li>
<a href="./manual/index.html">Manual</a>
</li>
<li>
<a href="./projects.html">Related Projects</a>
</li>
<li>
<a href="./external.html">External Tools and Tasks</a>
</li>
<li>
<a href="./resources.html">Resources</a>
</li>
<li>
<a href="./faq.html">Frequently Asked Questions</a>
</li>
<li>
<a href="./problems.html">Having Problems?</a>
</li>
</ul>
</li>
<li><font color="#CFDCED">Download</font>
<ul>
<li>
<a href="http://ant.apache.org/bindownload.cgi">Binary Distributions</a>
</li>
<li>
<a href="http://ant.apache.org/srcdownload.cgi">Source Distributions</a>
</li>
</ul>
</li>
<li><font color="#CFDCED">Get Involved</font>
<ul>
<li>
<a href="./mail.html">Mailing Lists</a>
</li>
<li>
<a href="./cvs.html">CVS Repositories</a>
</li>
<li>
<a href="http://nagoya.apache.org/bugzilla/enter_bug.cgi?product=Ant">Bug Database</a>
</li>
<li>
<a href="http://nagoya.apache.org/bugzilla/enter_bug.cgi?product=Ant&amp;bug_severity=Enhancement">Enhancement Requests</a>
</li>
</ul>
</li>
<li><font color="#CFDCED">Project Management</font>
<ul>
<li>
<a href="./contributors.html">Contributors</a>
</li>
<li>
<a href="./mission.html">Apache Ant Mission</a>
</li>
<li>
<a href="./guidelines.html">Project Guidelines</a>
</li>
<li>
<a href="./legal.html">Legal</a>
</li>
</ul>
</li>
</ul></div>
</td><td valign="bottom" bgcolor="#4C6C8F"><img width="10" height="10" alt="" src="images/spacer.gif"></td><td bgcolor="#294563"><img width="1" height="1" alt="" src="images/spacer.gif"></td>
</tr>
<tr>
<td valign="bottom" align="left" colspan="2" rowspan="2" bgcolor="#4C6C8F"><img height="10" width="10" border="0" alt="" src="images/menu-left.gif"></td><td bgcolor="#4C6C8F"><img height="10" width="10" border="0" alt="" src="images/spacer.gif"></td><td valign="bottom" align="right" colspan="2" rowspan="2" bgcolor="#4C6C8F"><img height="10" width="10" border="0" alt="" src="images/menu-right.gif"></td>
</tr>
<tr>
<td height="1" bgcolor="#294563"><img width="1" height="1" alt="" src="images/spacer.gif"></td>
</tr>
</table>
</td><td valign="top" width="100%">
<table summary="content" width="100%" border="0" cellpadding="0" cellspacing="0">
<tr>
<td colspan="4" bgcolor="#294563"><img width="10" height="1" alt="" src="images/spacer.gif"></td>
</tr>
<tr>
<td align="left" width="10" bgcolor="#CFDCED"><img width="10" height="1" alt="" src="images/spacer.gif"></td><td align="left" width="50%" bgcolor="#CFDCED"><font color="#4C6C8F" size="3" face="Arial, Helvetica, Sans-serif">
&nbsp;
</font><img width="10" height="8" alt="" src="images/spacer.gif"></td><td align="right" width="50%" bgcolor="#CFDCED"><font color="#4C6C8F" size="3" face="Arial, Helvetica, Sans-serif">
&nbsp;
</font><img width="10" height="8" alt="" src="images/spacer.gif"></td><td width="10" bgcolor="#CFDCED"><img width="10" height="1" alt="" src="images/spacer.gif"></td>
</tr>
<tr>
<td colspan="4" bgcolor="#294563"><img width="10" height="1" alt="" src="images/spacer.gif"></td>
</tr>
<tr>
<td align="left" width="10"><img width="10" height="1" alt="" src="images/spacer.gif"></td><td align="left" width="100%">
<div class="content">
<table class="title">
<tr> <tr>
<!-- LEFT SIDE NAVIGATION -->
<td valign="top" nowrap>
<p><strong>Apache Ant</strong></p>
<ul>
<li> <a href="./index.html">Front Page</a>
</li>
<li> <a href="./antnews.html">News</a>
</li>
<li> <a href="./manual/index.html">Documentation</a>
</li>
<li> <a href="./projects.html">Related Projects</a>
</li>
<li> <a href="./external.html">External Tools and Tasks</a>
</li>
<li> <a href="./resources.html">Resources</a>
</li>
<li> <a href="./faq.html">Ant FAQ</a>
</li>
<li> <a href="./problems.html">Having Problems?</a>
</li>
</ul>
<p><strong>Download</strong></p>
<ul>
<li> <a href="./bindownload.cgi">Binary Distributions</a>
</li>
<li> <a href="./srcdownload.cgi">Source Distributions</a>
</li>
</ul>
<p><strong>Jakarta</strong></p>
<ul>
<li> <a href="http://jakarta.apache.org/site/news.html">News &amp; Status</a>
</li>
<li> <a href="http://jakarta.apache.org/site/mission.html">Mission</a>
</li>
<li> <a href="http://jakarta.apache.org/site/guidelines.html">Guidelines Notes</a>
</li>
<li> <a href="http://jakarta.apache.org/site/faqs.html">FAQs</a>
</li>
</ul>
<p><strong>Get Involved</strong></p>
<ul>
<li> <a href="http://jakarta.apache.org/site/getinvolved.html">Overview</a>
</li>
<li> <a href="http://jakarta.apache.org/site/cvsindex.html">CVS Repositories</a>
</li>
<li> <a href="http://jakarta.apache.org/site/mail.html">Mailing Lists</a>
</li>
<li> <a href="http://jakarta.apache.org/site/library.html">Reference Library</a>
</li>
<li> <a href="http://nagoya.apache.org/bugzilla/enter_bug.cgi?product=Ant">Bug Database</a>
</li>
<li> <a href="http://nagoya.apache.org/bugzilla/enter_bug.cgi?product=Ant&amp;bug_severity=Enhancement">Enhancement Requests</a>
</li>
<li> <a href="http://nagoya.apache.org/bugzilla/buglist.cgi?bug_status=NEW&amp;bug_status=ASSIGNED&amp;bug_status=REOPENED&amp;email1=&amp;emailtype1=substring&amp;emailassigned_to1=1&amp;email2=&amp;emailtype2=substring&amp;emailreporter2=1&amp;bugidtype=include&amp;bug_id=&amp;changedin=&amp;votes=&amp;chfieldfrom=&amp;chfieldto=Now&amp;chfieldvalue=&amp;product=Ant&amp;short_desc=%5BPATCH%5D&amp;short_desc_type=allwordssubstr&amp;long_desc=&amp;long_desc_type=allwordssubstr&amp;bug_file_loc=&amp;bug_file_loc_type=allwordssubstr&amp;keywords=&amp;keywords_type=anywords&amp;field0-0-0=noop&amp;type0-0-0=noop&amp;value0-0-0=&amp;cmdtype=doit&amp;order=Reuse+same+sort+as+last+time">Patch Queue</a>
</li>
</ul>
</td>
<td align="left" valign="top">
<table border="0" cellspacing="0" cellpadding="2" width="100%">
<tr><td bgcolor="#525D76">
<font color="#ffffff" face="arial,helvetica,sanserif">
<a name="Ant 1.5.1"><strong>Ant 1.5.1</strong></a>
</font>
</td></tr>
<tr><td>
<blockquote>
<td valign="middle">
<h1>News</h1>
</td>
</tr>
</table>
<br/>
<table class="nowrap" border="0" cellspacing="0" cellpadding="2" width="100%">
<tr><td bgcolor="#294563"><font color="#ffffff"><a name="Ant 1.5.1"><strong>Ant 1.5.1</strong></a></font></td></tr>
</table>
<h3>October 3, 2002 - Ant 1.5.1 Available !</h3> <h3>October 3, 2002 - Ant 1.5.1 Available !</h3>
<p>The final version of Ant 1.5.1 is now available for <p>The final version of Ant 1.5.1 is now available for
<a href="http://www.apache.org/dist/ant/">
<a href="http://ant.apache.org/bindownload.cgi">
download</a>. If you have any feedback on this release, feel free to join the download</a>. If you have any feedback on this release, feel free to join the
discussion on the ant-dev and ant-user mailing lists. discussion on the ant-dev and ant-user mailing lists.
</p> </p>
</blockquote>
</td></tr>
<br/>
<table class="nowrap" border="0" cellspacing="0" cellpadding="2" width="100%">
<tr><td bgcolor="#294563"><font color="#ffffff"><a name="Ant 1.5.1Beta1"><strong>Ant 1.5.1Beta1</strong></a></font></td></tr>
</table> </table>
<table border="0" cellspacing="0" cellpadding="2" width="100%">
<tr><td bgcolor="#525D76">
<font color="#ffffff" face="arial,helvetica,sanserif">
<a name="Ant 1.5.1Beta1"><strong>Ant 1.5.1Beta1</strong></a>
</font>
</td></tr>
<tr><td>
<blockquote>
<h3>August 19, 2002 - Ant 1.5.1 Beta1 Available !</h3> <h3>August 19, 2002 - Ant 1.5.1 Beta1 Available !</h3>
<p>The first beta version of Ant 1.5.1 is now available for <p>The first beta version of Ant 1.5.1 is now available for
<a href="http://jakarta.apache.org/builds/jakarta-ant/release/v1.5.1beta1/">
download</a>. If you have any feedback on the beta feel free to join the
download. If you have any feedback on the beta feel free to join the
discussion on the ant-dev and ant-user mailing lists. discussion on the ant-dev and ant-user mailing lists.
</p> </p>
</blockquote>
</td></tr>
<br/>
<table class="nowrap" border="0" cellspacing="0" cellpadding="2" width="100%">
<tr><td bgcolor="#294563"><font color="#ffffff"><a name="Ant 1.5"><strong>Ant 1.5</strong></a></font></td></tr>
</table> </table>
<table border="0" cellspacing="0" cellpadding="2" width="100%">
<tr><td bgcolor="#525D76">
<font color="#ffffff" face="arial,helvetica,sanserif">
<a name="Ant 1.5"><strong>Ant 1.5</strong></a>
</font>
</td></tr>
<tr><td>
<blockquote>
<h3>July 15, 2002 - Fix for Cygwin problem in wrapper script available</h3> <h3>July 15, 2002 - Fix for Cygwin problem in wrapper script available</h3>
<p>The wrapper script of Ant 1.5 needs to be replaced with a new <p>The wrapper script of Ant 1.5 needs to be replaced with a new
version for Cygwin users. See the <a href="faq.html#1.5-cygwin-sh">FAQ</a> for details.</p> version for Cygwin users. See the <a href="faq.html#1.5-cygwin-sh">FAQ</a> for details.</p>
@@ -147,68 +234,37 @@
download</a>. If you have any feedback on this release, feel free to join the download</a>. If you have any feedback on this release, feel free to join the
discussion on the ant-dev and ant-user mailing lists. discussion on the ant-dev and ant-user mailing lists.
</p> </p>
</blockquote>
</td></tr>
<br/>
<table class="nowrap" border="0" cellspacing="0" cellpadding="2" width="100%">
<tr><td bgcolor="#294563"><font color="#ffffff"><a name="Ant 1.5Beta3"><strong>Ant 1.5Beta3</strong></a></font></td></tr>
</table> </table>
<table border="0" cellspacing="0" cellpadding="2" width="100%">
<tr><td bgcolor="#525D76">
<font color="#ffffff" face="arial,helvetica,sanserif">
<a name="Ant 1.5Beta3"><strong>Ant 1.5Beta3</strong></a>
</font>
</td></tr>
<tr><td>
<blockquote>
<h3>June 24, 2002 - Ant 1.5 Beta3 Available!</h3> <h3>June 24, 2002 - Ant 1.5 Beta3 Available!</h3>
<p>The third beta version of Ant 1.5 is now available for <p>The third beta version of Ant 1.5 is now available for
<a href="http://jakarta.apache.org/builds/jakarta-ant/release/v1.5Beta3/">
download</a>. If you have any feedback on the beta feel free to join the
download. If you have any feedback on the beta feel free to join the
discussion on the ant-dev and ant-user mailing lists. discussion on the ant-dev and ant-user mailing lists.
</p> </p>
</blockquote>
</td></tr>
<br/>
<table class="nowrap" border="0" cellspacing="0" cellpadding="2" width="100%">
<tr><td bgcolor="#294563"><font color="#ffffff"><a name="Ant 1.5Beta2"><strong>Ant 1.5Beta2</strong></a></font></td></tr>
</table> </table>
<table border="0" cellspacing="0" cellpadding="2" width="100%">
<tr><td bgcolor="#525D76">
<font color="#ffffff" face="arial,helvetica,sanserif">
<a name="Ant 1.5Beta2"><strong>Ant 1.5Beta2</strong></a>
</font>
</td></tr>
<tr><td>
<blockquote>
<h3>June 1, 2002 - Ant 1.5 Beta2 Available!</h3> <h3>June 1, 2002 - Ant 1.5 Beta2 Available!</h3>
<p>The second beta version of Ant 1.5 is now available for <p>The second beta version of Ant 1.5 is now available for
<a href="http://jakarta.apache.org/builds/jakarta-ant/release/v1.5Beta2/">
download</a>. If you have any feedback on the beta feel free to join the
download. If you have any feedback on the beta feel free to join the
discussion on the ant-dev and ant-user mailing lists. discussion on the ant-dev and ant-user mailing lists.
</p> </p>
</blockquote>
</td></tr>
<br/>
<table class="nowrap" border="0" cellspacing="0" cellpadding="2" width="100%">
<tr><td bgcolor="#294563"><font color="#ffffff"><a name="Ant 1.5Beta1"><strong>Ant 1.5Beta1</strong></a></font></td></tr>
</table> </table>
<table border="0" cellspacing="0" cellpadding="2" width="100%">
<tr><td bgcolor="#525D76">
<font color="#ffffff" face="arial,helvetica,sanserif">
<a name="Ant 1.5Beta1"><strong>Ant 1.5Beta1</strong></a>
</font>
</td></tr>
<tr><td>
<blockquote>
<h3>Ant 1.5 Beta1 Available !</h3> <h3>Ant 1.5 Beta1 Available !</h3>
<p>The first beta version of Ant 1.5 is now available for <p>The first beta version of Ant 1.5 is now available for
<a href="http://jakarta.apache.org/builds/jakarta-ant/release/v1.5Beta1/">
download</a>. If you have any feedback on the beta feel free to join the
download. If you have any feedback on the beta feel free to join the
discussion on the ant-dev and ant-user mailing lists. discussion on the ant-dev and ant-user mailing lists.
</p> </p>
</blockquote>
</td></tr>
<br/>
<table class="nowrap" border="0" cellspacing="0" cellpadding="2" width="100%">
<tr><td bgcolor="#294563"><font color="#ffffff"><a name="Ant wins again!"><strong>Ant wins again!</strong></a></font></td></tr>
</table> </table>
<table border="0" cellspacing="0" cellpadding="2" width="100%">
<tr><td bgcolor="#525D76">
<font color="#ffffff" face="arial,helvetica,sanserif">
<a name="Ant wins again!"><strong>Ant wins again!</strong></a>
</font>
</td></tr>
<tr><td>
<blockquote>
<h3>Apr 29, 2002: Ant wins <em>Software Development</em> magazine's <h3>Apr 29, 2002: Ant wins <em>Software Development</em> magazine's
2002 Productivity Award.</h3> 2002 Productivity Award.</h3>
<p> <p>
@@ -219,17 +275,10 @@
<a href="http://www.sdmagazine.com/jolts/press_release_4-26-02.htm"> <a href="http://www.sdmagazine.com/jolts/press_release_4-26-02.htm">
press release</a> for more information and the full list of winners. press release</a> for more information and the full list of winners.
</p> </p>
</blockquote>
</td></tr>
<br/>
<table class="nowrap" border="0" cellspacing="0" cellpadding="2" width="100%">
<tr><td bgcolor="#294563"><font color="#ffffff"><a name="Ant has won!"><strong>Ant has won!</strong></a></font></td></tr>
</table> </table>
<table border="0" cellspacing="0" cellpadding="2" width="100%">
<tr><td bgcolor="#525D76">
<font color="#ffffff" face="arial,helvetica,sanserif">
<a name="Ant has won!"><strong>Ant has won!</strong></a>
</font>
</td></tr>
<tr><td>
<blockquote>
<h3>Mar 26, 2002: Ant wins the JavaWorld Editors' Choice <h3>Mar 26, 2002: Ant wins the JavaWorld Editors' Choice
Award</h3> Award</h3>
<p> <p>
@@ -239,17 +288,10 @@
Read the Read the
<a href="http://www.javaworld.com/javaworld/jw-03-2002/jw-0326-awards.html "> full article</a> -- or jump directly to the bit about <a href="http://www.javaworld.com/javaworld/jw-03-2002/jw-0326-awards.html "> full article</a> -- or jump directly to the bit about
<a href="http://www.javaworld.com/javaworld/jw-03-2002/jw-0326-awards-p3.html"> our award</a> <code>:)</code></p> <a href="http://www.javaworld.com/javaworld/jw-03-2002/jw-0326-awards-p3.html"> our award</a> <code>:)</code></p>
</blockquote>
</td></tr>
<br/>
<table class="nowrap" border="0" cellspacing="0" cellpadding="2" width="100%">
<tr><td bgcolor="#294563"><font color="#ffffff"><a name="Java 1.4 Support"><strong>Java 1.4 Support</strong></a></font></td></tr>
</table> </table>
<table border="0" cellspacing="0" cellpadding="2" width="100%">
<tr><td bgcolor="#525D76">
<font color="#ffffff" face="arial,helvetica,sanserif">
<a name="Java 1.4 Support"><strong>Java 1.4 Support</strong></a>
</font>
</td></tr>
<tr><td>
<blockquote>
<h3>Feb 15, 2002: Java 1.4 Support</h3> <h3>Feb 15, 2002: Java 1.4 Support</h3>
<p> <p>
Java 1.4 has now been released by Sun. The latest Ant source supports Java 1.4 has now been released by Sun. The latest Ant source supports
@@ -258,45 +300,24 @@
on Java 1.4 over Windows XP. If you have problems running Ant 1.4.1 on WinXP/Java 1.4, on Java 1.4 over Windows XP. If you have problems running Ant 1.4.1 on WinXP/Java 1.4,
please use a recent build or compile your own version from the source tree. please use a recent build or compile your own version from the source tree.
</p> </p>
</blockquote>
</td></tr>
<br/>
<table class="nowrap" border="0" cellspacing="0" cellpadding="2" width="100%">
<tr><td bgcolor="#294563"><font color="#ffffff"><a name="See our new logo!"><strong>See our new logo!</strong></a></font></td></tr>
</table> </table>
<table border="0" cellspacing="0" cellpadding="2" width="100%">
<tr><td bgcolor="#525D76">
<font color="#ffffff" face="arial,helvetica,sanserif">
<a name="See our new logo!"><strong>See our new logo!</strong></a>
</font>
</td></tr>
<tr><td>
<blockquote>
<h3>Have a look at our new cool logo!</h3> <h3>Have a look at our new cool logo!</h3>
</blockquote>
</td></tr>
<br/>
<table class="nowrap" border="0" cellspacing="0" cellpadding="2" width="100%">
<tr><td bgcolor="#294563"><font color="#ffffff"><a name="Ant 1.4.1"><strong>Ant 1.4.1</strong></a></font></td></tr>
</table> </table>
<table border="0" cellspacing="0" cellpadding="2" width="100%">
<tr><td bgcolor="#525D76">
<font color="#ffffff" face="arial,helvetica,sanserif">
<a name="Ant 1.4.1"><strong>Ant 1.4.1</strong></a>
</font>
</td></tr>
<tr><td>
<blockquote>
<h3>11 October 2001 Ant 1.4.1 released !</h3> <h3>11 October 2001 Ant 1.4.1 released !</h3>
<p>Please visit the <p>Please visit the
<a href="http://jakarta.apache.org/builds/jakarta-ant/release/v1.4.1/"> <a href="http://jakarta.apache.org/builds/jakarta-ant/release/v1.4.1/">
download area</a>. download area</a>.
</p> </p>
</blockquote>
</td></tr>
<br/>
<table class="nowrap" border="0" cellspacing="0" cellpadding="2" width="100%">
<tr><td bgcolor="#294563"><font color="#ffffff"><a name="Ant 2.0 Requirements Collected - Next is Design"><strong>Ant 2.0 Requirements Collected - Next is Design</strong></a></font></td></tr>
</table> </table>
<table border="0" cellspacing="0" cellpadding="2" width="100%">
<tr><td bgcolor="#525D76">
<font color="#ffffff" face="arial,helvetica,sanserif">
<a name="Ant 2.0 Requirements Collected - Next is Design"><strong>Ant 2.0 Requirements Collected - Next is Design</strong></a>
</font>
</td></tr>
<tr><td>
<blockquote>
<p>A commented version of the collected user requirements is now <p>A commented version of the collected user requirements is now
available <a href="ant2/features.html">here</a> - it is not available <a href="ant2/features.html">here</a> - it is not
complete as some details still have to be defined, but it should complete as some details still have to be defined, but it should
@@ -305,30 +326,16 @@
and prototypes. Several people are working on prototypes (that and prototypes. Several people are working on prototypes (that
can be found in Ant's CVS module in the proposals directory) and can be found in Ant's CVS module in the proposals directory) and
discussion is going on on the Ant-Dev mailing list.</p> discussion is going on on the Ant-Dev mailing list.</p>
</blockquote>
</td></tr>
<br/>
<table class="nowrap" border="0" cellspacing="0" cellpadding="2" width="100%">
<tr><td bgcolor="#294563"><font color="#ffffff"><a name="Best-Practices Profile of Ant at Sun's Dot-Com Builder"><strong>Best-Practices Profile of Ant at Sun's Dot-Com Builder</strong></a></font></td></tr>
</table> </table>
<table border="0" cellspacing="0" cellpadding="2" width="100%">
<tr><td bgcolor="#525D76">
<font color="#ffffff" face="arial,helvetica,sanserif">
<a name="Best-Practices Profile of Ant at Sun's Dot-Com Builder"><strong>Best-Practices Profile of Ant at Sun's Dot-Com Builder</strong></a>
</font>
</td></tr>
<tr><td>
<blockquote>
<p>Sun has released an introductory article on Ant on their <p>Sun has released an introductory article on Ant on their
Dot-Com Builder site on May 30 2001. See <a href="http://dcb.sun.com/practices/profiles/ant.jsp">http://dcb.sun.com/practices/profiles/ant.jsp</a></p> Dot-Com Builder site on May 30 2001. See <a href="http://dcb.sun.com/practices/profiles/ant.jsp">http://dcb.sun.com/practices/profiles/ant.jsp</a></p>
</blockquote>
</td></tr>
<br/>
<table class="nowrap" border="0" cellspacing="0" cellpadding="2" width="100%">
<tr><td bgcolor="#294563"><font color="#ffffff"><a name="Ant 2.0 Requirements"><strong>Ant 2.0 Requirements</strong></a></font></td></tr>
</table> </table>
<table border="0" cellspacing="0" cellpadding="2" width="100%">
<tr><td bgcolor="#525D76">
<font color="#ffffff" face="arial,helvetica,sanserif">
<a name="Ant 2.0 Requirements"><strong>Ant 2.0 Requirements</strong></a>
</font>
</td></tr>
<tr><td>
<blockquote>
<p>Ant has been in use for quite some time and has been used in ways never conceived when it <p>Ant has been in use for quite some time and has been used in ways never conceived when it
was originally written. While Ant 1.x has continued to sucessfully evolve and grow, there was originally written. While Ant 1.x has continued to sucessfully evolve and grow, there
are a number of limitations and inconsistencies that are now apparent and which need to are a number of limitations and inconsistencies that are now apparent and which need to
@@ -364,28 +371,35 @@
</p> </p>
<p> <p>
If you want to shape the future of Ant, join the If you want to shape the future of Ant, join the
<a href="http://jakarta.apache.org/site/mail.html">Ant-Dev mailing list</a> and contribute
<a href="mail.html">Ant-Dev mailing list</a> and contribute
your ideas. your ideas.
</p> </p>
</blockquote>
</td></tr>
</table>
</td>
</div>
</td><td width="10"><img width="10" height="4" alt="" src="images/spacer.gif"></td>
</tr>
</table>
</td>
</tr>
</table>
<table summary="footer" cellspacing="0" cellpadding="0" width="100%" border="0">
<tr>
<td colspan="2" height="1" bgcolor="#4C6C8F"><img height="1" width="1" alt="" src="images/spacer.gif"><a href="images/label.gif"></a><a href="images/page.gif"></a><a href="images/chapter.gif"></a><a href="images/chapter_open.gif"></a><a href="images/current.gif"></a><a href="/favicon.ico"></a></td>
</tr>
<tr>
<td colspan="2" bgcolor="#CFDCED" class="copyright" align="center"><font size="2" face="Arial, Helvetica, Sans-Serif">Copyright &copy; 2000-2003&nbsp;The Apache Software Foundation. All rights reserved.<script type="text/javascript" language="JavaScript"><!--
document.write(" - "+"Last Published: " + document.lastModified);
// --></script></font></td>
</tr> </tr>

<!-- FOOTER -->
<tr><td colspan="2">
<hr noshade size="1"/>
</td></tr>
<tr><td colspan="2">
<div align="center"><font color="#525D76" size="-1"><em>
Copyright &#169; 2000-2003, Apache Software Foundation
</em></font></div>
</td></tr>
</table> </table>
</body> </body>
</html> </html>
<!-- end the processing -->













+ 234
- 161
docs/bindownload.html View File

@@ -1,108 +1,209 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">


<!-- Content Stylesheet for Site -->


<!-- start the processing -->
<html>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<!-- GENERATED FILE, DO NOT EDIT, EDIT THE XML FILE IN xdocs INSTEAD! --> <!-- GENERATED FILE, DO NOT EDIT, EDIT THE XML FILE IN xdocs INSTEAD! -->
<head> <head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<base href="http://jakarta.apache.org/ant/.">
<title>Apache Ant - Downloading Ant - Binary Distribution</title>
</head>
<body bgcolor="#ffffff" text="#000000" link="#525D76">
<table border="0" width="100%" cellspacing="0">
<!-- TOP IMAGE -->
<META http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<title>Apache Ant - Downloading Ant - Binary Distribution</title>
<link type="text/css" href="page.css" rel="stylesheet">
</head>

<body text="#000000" bgcolor="#ffffff">
<table summary="navigation path" width="100%" border="0" cellpadding="0" cellspacing="0">
<tr>
<td nowrap="nowrap" valign="middle" bgcolor="#CFDCED" height="20"><img height="1" width="5" alt="" border="0" src="images/spacer.gif"><font size="2" face="Arial, Helvetica, Sans-serif"><script src="breadcrumbs.js" language="JavaScript" type="text/javascript"></script></font></td>
</tr>
<tr>
<td bgcolor="#4C6C8F" height="2"><img height="2" width="2" alt="" border="0" src="images/spacer.gif"></td>
</tr>
</table>

<table summary="header with logos" width="100%" border="0" cellpadding="0" cellspacing="0">
<tr>
<td bgcolor="#294563"><a href="http://ant.apache.org/"><img border="0" alt="Apache Ant site" src="images/group-logo.gif"></a></td><td width="100%" align="center" bgcolor="#294563"><a href="http://ant.apache.org/"><img alt="Apache Ant logo" border="0" src="images/project-logo.gif"></a></td><td valign="top" rowspan="2" bgcolor="#294563">
<form target="_blank" onsubmit="q.value = query.value + ' site:ant.apache.org'" action="http://www.google.com/search" method="get">
<table summary="search" border="0" cellspacing="0" cellpadding="0" bgcolor="#4C6C8F">
<tr>
<td colspan="3"><img height="10" width="1" alt="" src="images/spacer.gif"></td>
</tr>
<tr>
<td><img height="1" width="1" alt="" src="images/spacer.gif"></td><td nowrap="nowrap"><input name="q" type="hidden"><input size="15" id="query" type="text"><img height="1" width="5" alt="" src="images/spacer.gif"><input name="Search" value="Search" type="submit">
<br>
<font face="Arial, Helvetica, Sans-serif" size="2" color="white">
the Apache Ant site


</font></td><td><img height="1" width="1" alt="" src="images/spacer.gif"></td>
</tr>
<tr>
<td><img alt="" border="0" height="10" width="9" src="images/search-left.gif"></td><td><img height="1" width="1" alt="" src="images/spacer.gif"></td><td><img alt="" border="0" height="10" width="9" src="images/search-right.gif"></td>
</tr>
</table>
</form>
</td><td bgcolor="#294563"><img height="10" width="10" alt="" src="images/spacer.gif"></td>
</tr>
<tr>
<td valign="bottom" bgcolor="#294563" colspan="2">
<div class="tab">
<table summary="tab bar" border="0" cellpadding="0" cellspacing="0">
<tr>

<td width="8"><img alt="" height="8" width="8" src="images/spacer.gif"></td><td valign="bottom">
<table summary="selected tab" border="0" cellpadding="0" cellspacing="0">
<tr>
<td height="30" valign="top" width="5" bgcolor="#4C6C8F"><img height="5" width="5" alt="" src="images/tabSel-left.gif"></td><td valign="middle" bgcolor="#4C6C8F"><font color="#ffffff" size="2" face="Arial, Helvetica, Sans-serif"><b>Home</b></font></td><td valign="top" width="5" bgcolor="#4C6C8F"><img height="5" width="5" alt="" src="images/tabSel-right.gif"></td>
</tr>
</table>
</td>
</tr>
</table>
</div>
</td><td bgcolor="#294563"><img alt="" width="1" height="1" src="images/spacer.gif"></td>
</tr>
<tr> <tr>
<td align="left">
<a href="http://jakarta.apache.org"><img src="images/jakarta-logo.gif" alt="The Apache Jakarta Project" border="0"></a>
</td>
<td align="right">
<a href="http://jakarta.apache.org/ant/"><img src="./images/ant_logo_large.gif" alt="Apache Ant" border="0"/></a>
</td>
</tr>
<td bgcolor="#4C6C8F" colspan="4"><img width="1" height="10" alt="" src="images/spacer.gif"></td>
</tr>
</table> </table>
<table border="0" width="100%" cellspacing="4">
<tr><td colspan="2">
<hr noshade size="1"/>
</td></tr>
<table summary="page content" bgcolor="#ffffff" width="100%" border="0" cellpadding="0" cellspacing="0">
<tr>
<td valign="top">
<table summary="menu" border="0" cellspacing="0" cellpadding="0">
<tr>
<td rowspan="3" valign="top">
<table summary="blue line" border="0" cellpadding="0" cellspacing="0">
<tr>
<td bgcolor="#294563"><img width="10" height="1" alt="" src="images/spacer.gif"></td>
</tr>
<tr>
<td bgcolor="#CFDCED"><font color="#4C6C8F" size="4" face="Arial, Helvetica, Sans-serif">&nbsp;</font></td>
</tr>
<tr>
<td bgcolor="#294563"><img width="10" height="1" alt="" src="images/spacer.gif"></td>
</tr>
</table>
</td><td bgcolor="#294563"><img width="1" height="1" alt="" src="images/spacer.gif"></td><td valign="bottom" bgcolor="#4C6C8F"><img width="10" height="10" alt="" src="images/spacer.gif"></td><td nowrap="nowrap" valign="top" bgcolor="#4C6C8F">
<div class="menu"><ul>
<li><font color="#CFDCED">Apache Ant</font>
<ul>
<li>
<a href="./index.html">Welcome</a>
</li>
<li>
<a href="./license.html">License</a>
</li>
<li>
<a href="./antnews.html">News</a>
</li>
</ul>
</li>
<li><font color="#CFDCED">Documentation</font>
<ul>
<li>
<a href="./manual/index.html">Manual</a>
</li>
<li>
<a href="./projects.html">Related Projects</a>
</li>
<li>
<a href="./external.html">External Tools and Tasks</a>
</li>
<li>
<a href="./resources.html">Resources</a>
</li>
<li>
<a href="./faq.html">Frequently Asked Questions</a>
</li>
<li>
<a href="./problems.html">Having Problems?</a>
</li>
</ul>
</li>
<li><font color="#CFDCED">Download</font>
<ul>
<li>
<a href="http://ant.apache.org/bindownload.cgi">Binary Distributions</a>
</li>
<li>
<a href="http://ant.apache.org/srcdownload.cgi">Source Distributions</a>
</li>
</ul>
</li>
<li><font color="#CFDCED">Get Involved</font>
<ul>
<li>
<a href="./mail.html">Mailing Lists</a>
</li>
<li>
<a href="./cvs.html">CVS Repositories</a>
</li>
<li>
<a href="http://nagoya.apache.org/bugzilla/enter_bug.cgi?product=Ant">Bug Database</a>
</li>
<li>
<a href="http://nagoya.apache.org/bugzilla/enter_bug.cgi?product=Ant&amp;bug_severity=Enhancement">Enhancement Requests</a>
</li>
</ul>
</li>
<li><font color="#CFDCED">Project Management</font>
<ul>
<li>
<a href="./contributors.html">Contributors</a>
</li>
<li>
<a href="./mission.html">Apache Ant Mission</a>
</li>
<li>
<a href="./guidelines.html">Project Guidelines</a>
</li>
<li>
<a href="./legal.html">Legal</a>
</li>
</ul>
</li>
</ul></div>
</td><td valign="bottom" bgcolor="#4C6C8F"><img width="10" height="10" alt="" src="images/spacer.gif"></td><td bgcolor="#294563"><img width="1" height="1" alt="" src="images/spacer.gif"></td>
</tr>
<tr>
<td valign="bottom" align="left" colspan="2" rowspan="2" bgcolor="#4C6C8F"><img height="10" width="10" border="0" alt="" src="images/menu-left.gif"></td><td bgcolor="#4C6C8F"><img height="10" width="10" border="0" alt="" src="images/spacer.gif"></td><td valign="bottom" align="right" colspan="2" rowspan="2" bgcolor="#4C6C8F"><img height="10" width="10" border="0" alt="" src="images/menu-right.gif"></td>
</tr>
<tr>
<td height="1" bgcolor="#294563"><img width="1" height="1" alt="" src="images/spacer.gif"></td>
</tr>
</table>
</td><td valign="top" width="100%">
<table summary="content" width="100%" border="0" cellpadding="0" cellspacing="0">
<tr>
<td colspan="4" bgcolor="#294563"><img width="10" height="1" alt="" src="images/spacer.gif"></td>
</tr>
<tr>
<td align="left" width="10" bgcolor="#CFDCED"><img width="10" height="1" alt="" src="images/spacer.gif"></td><td align="left" width="50%" bgcolor="#CFDCED"><font color="#4C6C8F" size="3" face="Arial, Helvetica, Sans-serif">
&nbsp;
</font><img width="10" height="8" alt="" src="images/spacer.gif"></td><td align="right" width="50%" bgcolor="#CFDCED"><font color="#4C6C8F" size="3" face="Arial, Helvetica, Sans-serif">
&nbsp;
</font><img width="10" height="8" alt="" src="images/spacer.gif"></td><td width="10" bgcolor="#CFDCED"><img width="10" height="1" alt="" src="images/spacer.gif"></td>
</tr>
<tr>
<td colspan="4" bgcolor="#294563"><img width="10" height="1" alt="" src="images/spacer.gif"></td>
</tr>
<tr>
<td align="left" width="10"><img width="10" height="1" alt="" src="images/spacer.gif"></td><td align="left" width="100%">
<div class="content">
<table class="title">
<tr> <tr>
<!-- LEFT SIDE NAVIGATION -->
<td valign="top" nowrap>
<p><strong>Apache Ant</strong></p>
<ul>
<li> <a href="./index.html">Front Page</a>
</li>
<li> <a href="./antnews.html">News</a>
</li>
<li> <a href="./manual/index.html">Documentation</a>
</li>
<li> <a href="./projects.html">Related Projects</a>
</li>
<li> <a href="./external.html">External Tools and Tasks</a>
</li>
<li> <a href="./resources.html">Resources</a>
</li>
<li> <a href="./faq.html">Ant FAQ</a>
</li>
<li> <a href="./problems.html">Having Problems?</a>
</li>
</ul>
<p><strong>Download</strong></p>
<ul>
<li> <a href="./bindownload.cgi">Binary Distributions</a>
</li>
<li> <a href="./srcdownload.cgi">Source Distributions</a>
</li>
</ul>
<p><strong>Jakarta</strong></p>
<ul>
<li> <a href="http://jakarta.apache.org/site/news.html">News &amp; Status</a>
</li>
<li> <a href="http://jakarta.apache.org/site/mission.html">Mission</a>
</li>
<li> <a href="http://jakarta.apache.org/site/guidelines.html">Guidelines Notes</a>
</li>
<li> <a href="http://jakarta.apache.org/site/faqs.html">FAQs</a>
</li>
</ul>
<p><strong>Get Involved</strong></p>
<ul>
<li> <a href="http://jakarta.apache.org/site/getinvolved.html">Overview</a>
</li>
<li> <a href="http://jakarta.apache.org/site/cvsindex.html">CVS Repositories</a>
</li>
<li> <a href="http://jakarta.apache.org/site/mail.html">Mailing Lists</a>
</li>
<li> <a href="http://jakarta.apache.org/site/library.html">Reference Library</a>
</li>
<li> <a href="http://nagoya.apache.org/bugzilla/enter_bug.cgi?product=Ant">Bug Database</a>
</li>
<li> <a href="http://nagoya.apache.org/bugzilla/enter_bug.cgi?product=Ant&amp;bug_severity=Enhancement">Enhancement Requests</a>
</li>
<li> <a href="http://nagoya.apache.org/bugzilla/buglist.cgi?bug_status=NEW&amp;bug_status=ASSIGNED&amp;bug_status=REOPENED&amp;email1=&amp;emailtype1=substring&amp;emailassigned_to1=1&amp;email2=&amp;emailtype2=substring&amp;emailreporter2=1&amp;bugidtype=include&amp;bug_id=&amp;changedin=&amp;votes=&amp;chfieldfrom=&amp;chfieldto=Now&amp;chfieldvalue=&amp;product=Ant&amp;short_desc=%5BPATCH%5D&amp;short_desc_type=allwordssubstr&amp;long_desc=&amp;long_desc_type=allwordssubstr&amp;bug_file_loc=&amp;bug_file_loc_type=allwordssubstr&amp;keywords=&amp;keywords_type=anywords&amp;field0-0-0=noop&amp;type0-0-0=noop&amp;value0-0-0=&amp;cmdtype=doit&amp;order=Reuse+same+sort+as+last+time">Patch Queue</a>
</li>
</ul>
</td>
<td align="left" valign="top">
<table border="0" cellspacing="0" cellpadding="2" width="100%">
<tr><td bgcolor="#525D76">
<font color="#ffffff" face="arial,helvetica,sanserif">
<a name="Downloading Ant"><strong>Downloading Ant</strong></a>
</font>
</td></tr>
<tr><td>
<blockquote>
<td valign="middle">
<h1>Downloading Ant - Binary Distribution</h1>
</td>
</tr>
</table>
<br/>
<table class="nowrap" border="0" cellspacing="0" cellpadding="2" width="100%">
<tr><td bgcolor="#294563"><font color="#ffffff"><a name="Downloading Ant"><strong>Downloading Ant</strong></a></font></td></tr>
</table>
<p>Use the links below to download a binary distribution of Ant from <p>Use the links below to download a binary distribution of Ant from
one of our mirrors. You <strong>must</strong> one of our mirrors. You <strong>must</strong>
<a href="[location]#Verify Releases">verify the integrity</a> of
the downloaded files using signatures downloaded from our main
<a href="[location]#Verify Releases">verify the integrity</a> of the
downloaded files using signatures downloaded from our main
distribution directory.</p> distribution directory.</p>
<p>Ant is distributed as <code>zip</code>, <code>tar.gz</code> and <p>Ant is distributed as <code>zip</code>, <code>tar.gz</code> and
<code>tar.bz2</code> archives - the contents are the same. Please <code>tar.bz2</code> archives - the contents are the same. Please
@@ -114,17 +215,10 @@ Thus they must be untarred with a GNU compatible version of
<p>If you do not see the file you need in the links below, please see <p>If you do not see the file you need in the links below, please see
the <a href="http://www.apache.org/dist/ant/">master distribution the <a href="http://www.apache.org/dist/ant/">master distribution
directory</a> or, preferably, its <a href="[preferred]/ant/">mirror</a>.</p> directory</a> or, preferably, its <a href="[preferred]/ant/">mirror</a>.</p>
</blockquote>
</td></tr>
<br/>
<table class="nowrap" border="0" cellspacing="0" cellpadding="2" width="100%">
<tr><td bgcolor="#294563"><font color="#ffffff"><a name="Mirror"><strong>Mirror</strong></a></font></td></tr>
</table> </table>
<table border="0" cellspacing="0" cellpadding="2" width="100%">
<tr><td bgcolor="#525D76">
<font color="#ffffff" face="arial,helvetica,sanserif">
<a name="Mirror"><strong>Mirror</strong></a>
</font>
</td></tr>
<tr><td>
<blockquote>
<p>You are currently using <b>[preferred]</b>. If you encounter a <p>You are currently using <b>[preferred]</b>. If you encounter a
problem with this mirror, please select another mirror. If all problem with this mirror, please select another mirror. If all
mirrors are failing, there are <i>backup</i> mirrors (at the end of mirrors are failing, there are <i>backup</i> mirrors (at the end of
@@ -143,17 +237,10 @@ Other mirrors: <select name="Preferred">
</select> </select>
<input type="submit" value="Change" /> <input type="submit" value="Change" />
</form> </form>
</blockquote>
</td></tr>
<br/>
<table class="nowrap" border="0" cellspacing="0" cellpadding="2" width="100%">
<tr><td bgcolor="#294563"><font color="#ffffff"><a name="Current Release of Ant"><strong>Current Release of Ant</strong></a></font></td></tr>
</table> </table>
<table border="0" cellspacing="0" cellpadding="2" width="100%">
<tr><td bgcolor="#525D76">
<font color="#ffffff" face="arial,helvetica,sanserif">
<a name="Current Release of Ant"><strong>Current Release of Ant</strong></a>
</font>
</td></tr>
<tr><td>
<blockquote>
<p>Currently, Apache Ant 1.5.1 is the best available version, see the <p>Currently, Apache Ant 1.5.1 is the best available version, see the
<a href="[preferred]/ant/README.html">release notes</a>.</p> <a href="[preferred]/ant/README.html">release notes</a>.</p>
<ul> <ul>
@@ -172,46 +259,25 @@ Other mirrors: <select name="Preferred">
[<a href="http://www.apache.org/dist/ant/binaries/jakarta-ant-1.5.1-bin.tar.bz2.asc">PGP</a>] [<a href="http://www.apache.org/dist/ant/binaries/jakarta-ant-1.5.1-bin.tar.bz2.asc">PGP</a>]
[<a href="http://www.apache.org/dist/ant/binaries/jakarta-ant-1.5.1-bin.tar.bz2.md5">MD5</a>]</li> [<a href="http://www.apache.org/dist/ant/binaries/jakarta-ant-1.5.1-bin.tar.bz2.md5">MD5</a>]</li>
</ul> </ul>
</blockquote>
</td></tr>
<br/>
<table class="nowrap" border="0" cellspacing="0" cellpadding="2" width="100%">
<tr><td bgcolor="#294563"><font color="#ffffff"><a name="Nightly Builds"><strong>Nightly Builds</strong></a></font></td></tr>
</table> </table>
<table border="0" cellspacing="0" cellpadding="2" width="100%">
<tr><td bgcolor="#525D76">
<font color="#ffffff" face="arial,helvetica,sanserif">
<a name="Nightly Builds"><strong>Nightly Builds</strong></a>
</font>
</td></tr>
<tr><td>
<blockquote>
<p>If you wish to use the latest Ant features, you can try downloading a <p>If you wish to use the latest Ant features, you can try downloading a
<a href="http://cvs.apache.org/builds/jakarta-ant/nightly/">nightly build</a>. <a href="http://cvs.apache.org/builds/jakarta-ant/nightly/">nightly build</a>.
</p> </p>
</blockquote>
</td></tr>
<br/>
<table class="nowrap" border="0" cellspacing="0" cellpadding="2" width="100%">
<tr><td bgcolor="#294563"><font color="#ffffff"><a name="Old Ant Releases"><strong>Old Ant Releases</strong></a></font></td></tr>
</table> </table>
<table border="0" cellspacing="0" cellpadding="2" width="100%">
<tr><td bgcolor="#525D76">
<font color="#ffffff" face="arial,helvetica,sanserif">
<a name="Old Ant Releases"><strong>Old Ant Releases</strong></a>
</font>
</td></tr>
<tr><td>
<blockquote>
<p>Older releases of Ant can be found <a href="http://jakarta.apache.org/builds/ant/release/">here</a>. Those <p>Older releases of Ant can be found <a href="http://jakarta.apache.org/builds/ant/release/">here</a>. Those
releases are only provided as <code>zip</code> archives that can be releases are only provided as <code>zip</code> archives that can be
extracted by <code>jar xf </code><em>archive.zip</em> - we highly extracted by <code>jar xf </code><em>archive.zip</em> - we highly
recommend to not use those releases but upgrade to Ant's <a href="[location]#Current Release of Ant">latest</a> release.</p> recommend to not use those releases but upgrade to Ant's <a href="[location]#Current Release of Ant">latest</a> release.</p>
</blockquote>
</td></tr>
<br/>
<table class="nowrap" border="0" cellspacing="0" cellpadding="2" width="100%">
<tr><td bgcolor="#294563"><font color="#ffffff"><a name="Verify Releases"><strong>Verify Releases</strong></a></font></td></tr>
</table> </table>
<table border="0" cellspacing="0" cellpadding="2" width="100%">
<tr><td bgcolor="#525D76">
<font color="#ffffff" face="arial,helvetica,sanserif">
<a name="Verify Releases"><strong>Verify Releases</strong></a>
</font>
</td></tr>
<tr><td>
<blockquote>
<p>It is essential that you verify the integrity of the downloaded <p>It is essential that you verify the integrity of the downloaded
files using the PGP or MD5 signatures.</p> files using the PGP or MD5 signatures.</p>
<p>The PGP signatures can be verified using PGP or GPG. First <p>The PGP signatures can be verified using PGP or GPG. First
@@ -241,25 +307,32 @@ included in many unix distributions. It is also available as part of
Textutils</a>. Windows users can get binary md5 programs from <a href="http://www.fourmilab.ch/md5/">here</a>, <a href="http://www.pc-tools.net/win32/freeware/console/">here</a>, or Textutils</a>. Windows users can get binary md5 programs from <a href="http://www.fourmilab.ch/md5/">here</a>, <a href="http://www.pc-tools.net/win32/freeware/console/">here</a>, or
<a href="http://www.slavasoft.com/fsum/">here</a>.</p> <a href="http://www.slavasoft.com/fsum/">here</a>.</p>
<p>We highly recommend to verify the PGP signature, though.</p> <p>We highly recommend to verify the PGP signature, though.</p>
</blockquote>
</td></tr>
</table>
</td>
</div>
</td><td width="10"><img width="10" height="4" alt="" src="images/spacer.gif"></td>
</tr>
</table>
</td>
</tr>
</table>
<table summary="footer" cellspacing="0" cellpadding="0" width="100%" border="0">
<tr>
<td colspan="2" height="1" bgcolor="#4C6C8F"><img height="1" width="1" alt="" src="images/spacer.gif"><a href="images/label.gif"></a><a href="images/page.gif"></a><a href="images/chapter.gif"></a><a href="images/chapter_open.gif"></a><a href="images/current.gif"></a><a href="/favicon.ico"></a></td>
</tr>
<tr>
<td colspan="2" bgcolor="#CFDCED" class="copyright" align="center"><font size="2" face="Arial, Helvetica, Sans-Serif">Copyright &copy; 2000-2003&nbsp;The Apache Software Foundation. All rights reserved.<script type="text/javascript" language="JavaScript"><!--
document.write(" - "+"Last Published: " + document.lastModified);
// --></script></font></td>
</tr> </tr>

<!-- FOOTER -->
<tr><td colspan="2">
<hr noshade size="1"/>
</td></tr>
<tr><td colspan="2">
<div align="center"><font color="#525D76" size="-1"><em>
Copyright &#169; 2000-2003, Apache Software Foundation
</em></font></div>
</td></tr>
</table> </table>
</body> </body>
</html> </html>
<!-- end the processing -->













+ 257
- 0
docs/breadcrumbs.js View File

@@ -0,0 +1,257 @@
/*

============================================================================
The Apache Software License, Version 1.1
============================================================================

Copyright (C) 2002-2003 The Apache Software Foundation. All rights reserved.

Redistribution and use in source and binary forms, with or without modifica-
tion, are permitted provided that the following conditions are met:

1. Redistributions of source code must retain the above copyright notice,
this list of conditions and the following disclaimer.

2. Redistributions in binary form must reproduce the above copyright notice,
this list of conditions and the following disclaimer in the documentation
and/or other materials provided with the distribution.

3. The end-user documentation included with the redistribution, if any, must
include the following acknowledgment: "This product includes software
developed by the Apache Software Foundation (http://www.apache.org/)."
Alternately, this acknowledgment may appear in the software itself, if
and wherever such third-party acknowledgments normally appear.

4. The names "Apache" and "Apache Software Foundation"
must not be used to endorse or promote products derived from this software
without prior written permission. For written permission, please contact
apache@apache.org.

5. Products derived from this software may not be called "Apache", nor may
"Apache" appear in their name, without prior written permission of the
Apache Software Foundation.

THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED WARRANTIES,
INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
APACHE SOFTWARE FOUNDATION OR ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT,
INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLU-
DING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS
OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

This software consists of voluntary contributions made by many individuals
on behalf of the Apache Software Foundation. For more information on the
Apache Software Foundation, please see <http://www.apache.org/>.

*/

/**
* This script, when included in a html file, builds a neat breadcrumb trail
* based on its url. That is, if it doesn't contains bugs (I'm relatively
* sure it does).
*
* Typical usage:
* <script type="text/javascript" language="JavaScript" src="breadcrumbs.js"></script>
*
*@author <a href="mailto:leosimons@apache.org">Leo Simons</a> (main author)
*@author <a href="mailto:nicolaken@apache.org">Nicola Ken Barozzi</a> (integration in skin)
*@created July 12, 2002
*@version 1.0
*/

/* ========================================================================
CONSTANTS
======================================================================== */

/**
* Two-dimensional array containing extra crumbs to place at the front of
* the trail. Specify first the name of the crumb, then the URI that belongs
* to it. You'll need to modify this for every domain or subdomain where
* you use this script (you can leave it as an empty array if you wish)
*/
var PREPREND_CRUMBS = new Array();
if(!("apache"=="")){
PREPREND_CRUMBS.push( new Array( "apache", "http://www.apache.org/" ) );
}
if(!("xml.apache"=="")){
PREPREND_CRUMBS.push( new Array( "ant.apache", "http://ant.apache.org/" ) );
}
if(!(""=="")){
PREPREND_CRUMBS.push( new Array( "", "" ) );
}

/**
* String to include between crumbs:
*/
var DISPLAY_SEPARATOR = " &gt; ";
/**
* String to include at the beginning of the trail
*/
var DISPLAY_PREPREND = "";
/**
* String to include at the end of the trail
*/
var DISPLAY_POSTPREND = "";

/**
* CSS Class to use for a single crumb:
*/
var CSS_CLASS_CRUMB = "breadcrumb";

/**
* CSS Class to use for the complete trail:
*/
var CSS_CLASS_TRAIL = "breadcrumbTrail";

/**
* CSS Class to use for crumb separator:
*/
var CSS_CLASS_SEPARATOR = "crumbSeparator";

/**
* Array of strings containing common file extensions. We use this to
* determine what part of the url to ignore (if it contains one of the
* string specified here, we ignore it).
*/
var FILE_EXTENSIONS = new Array( ".html", ".htm", ".jsp", ".php", ".php3", ".php4" );

/**
* String that separates parts of the breadcrumb trail from each other.
* When this is no longer a slash, I'm sure I'll be old and grey.
*/
var PATH_SEPARATOR = "/";

/* ========================================================================
UTILITY FUNCTIONS
======================================================================== */
/**
* Capitalize first letter of the provided string and return the modified
* string.
*/
function sentenceCase( string )
{
var lower = string.toLowerCase();
return lower.substr(0,1).toUpperCase() + lower.substr(1);
}

/**
* Returns an array containing the names of all the directories in the
* current document URL
*/
function getDirectoriesInURL()
{
var trail = document.location.pathname.split( PATH_SEPARATOR );

// check whether last section is a file or a directory
var lastcrumb = trail[trail.length-1];
for( var i = 0; i < FILE_EXTENSIONS.length; i++ )
{
if( lastcrumb.indexOf( FILE_EXTENSIONS[i] ) )
{
// it is, remove it and send results
return trail.slice( 1, trail.length-1 );
}
}

// it's not; send the trail unmodified
return trail.slice( 1, trail.length );
}

/* ========================================================================
BREADCRUMB FUNCTIONALITY
======================================================================== */
/**
* Return a two-dimensional array describing the breadcrumbs based on the
* array of directories passed in.
*/
function getBreadcrumbs( dirs )
{
var prefix = "/";
var postfix = "/";

// the array we will return
var crumbs = new Array();

if( dirs != null )
{
for( var i = 0; i < dirs.length; i++ )
{
prefix += dirs[i] + postfix;
crumbs.push( new Array( dirs[i], prefix ) );
}
}

// preprend the PREPREND_CRUMBS
if(PREPREND_CRUMBS.length > 0 )
{
return PREPREND_CRUMBS.concat( crumbs );
}

return crumbs;
}

/**
* Return a string containing a simple text breadcrumb trail based on the
* two-dimensional array passed in.
*/
function getCrumbTrail( crumbs )
{
var xhtml = DISPLAY_PREPREND;

for( var i = 0; i < crumbs.length; i++ )
{
xhtml += '<a href="' + crumbs[i][1] + '" >';
xhtml += sentenceCase( crumbs[i][0] ) + '</a>';
if( i != (crumbs.length-1) )
{
xhtml += DISPLAY_SEPARATOR;
}
}

xhtml += DISPLAY_POSTPREND;

return xhtml;
}

/**
* Return a string containing an XHTML breadcrumb trail based on the
* two-dimensional array passed in.
*/
function getCrumbTrailXHTML( crumbs )
{
var xhtml = '<span class="' + CSS_CLASS_TRAIL + '">';
xhtml += DISPLAY_PREPREND;

for( var i = 0; i < crumbs.length; i++ )
{
xhtml += '<a href="' + crumbs[i][1] + '" class="' + CSS_CLASS_CRUMB + '">';
xhtml += sentenceCase( crumbs[i][0] ) + '</a>';
if( i != (crumbs.length-1) )
{
xhtml += '<span class="' + CSS_CLASS_SEPARATOR + '">' + DISPLAY_SEPARATOR + '</span>';
}
}

xhtml += DISPLAY_POSTPREND;
xhtml += '</span>';

return xhtml;
}

/* ========================================================================
PRINT BREADCRUMB TRAIL
======================================================================== */

// check if we're local; if so, only print the PREPREND_CRUMBS
if( document.location.href.toLowerCase().indexOf( "http://" ) == -1 )
{
document.write( getCrumbTrail( getBreadcrumbs() ) );
}
else
{
document.write( getCrumbTrail( getBreadcrumbs( getDirectoriesInURL() ) ) );
}


+ 491
- 0
docs/contributors.html View File

@@ -0,0 +1,491 @@


<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<!-- GENERATED FILE, DO NOT EDIT, EDIT THE XML FILE IN xdocs INSTEAD! -->
<head>
<META http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<title>Apache Ant - Contributors</title>
<link type="text/css" href="page.css" rel="stylesheet">
</head>

<body text="#000000" bgcolor="#ffffff">
<table summary="navigation path" width="100%" border="0" cellpadding="0" cellspacing="0">
<tr>
<td nowrap="nowrap" valign="middle" bgcolor="#CFDCED" height="20"><img height="1" width="5" alt="" border="0" src="images/spacer.gif"><font size="2" face="Arial, Helvetica, Sans-serif"><script src="breadcrumbs.js" language="JavaScript" type="text/javascript"></script></font></td>
</tr>
<tr>
<td bgcolor="#4C6C8F" height="2"><img height="2" width="2" alt="" border="0" src="images/spacer.gif"></td>
</tr>
</table>

<table summary="header with logos" width="100%" border="0" cellpadding="0" cellspacing="0">
<tr>
<td bgcolor="#294563"><a href="http://ant.apache.org/"><img border="0" alt="Apache Ant site" src="images/group-logo.gif"></a></td><td width="100%" align="center" bgcolor="#294563"><a href="http://ant.apache.org/"><img alt="Apache Ant logo" border="0" src="images/project-logo.gif"></a></td><td valign="top" rowspan="2" bgcolor="#294563">
<form target="_blank" onsubmit="q.value = query.value + ' site:ant.apache.org'" action="http://www.google.com/search" method="get">
<table summary="search" border="0" cellspacing="0" cellpadding="0" bgcolor="#4C6C8F">
<tr>
<td colspan="3"><img height="10" width="1" alt="" src="images/spacer.gif"></td>
</tr>
<tr>
<td><img height="1" width="1" alt="" src="images/spacer.gif"></td><td nowrap="nowrap"><input name="q" type="hidden"><input size="15" id="query" type="text"><img height="1" width="5" alt="" src="images/spacer.gif"><input name="Search" value="Search" type="submit">
<br>
<font face="Arial, Helvetica, Sans-serif" size="2" color="white">
the Apache Ant site


</font></td><td><img height="1" width="1" alt="" src="images/spacer.gif"></td>
</tr>
<tr>
<td><img alt="" border="0" height="10" width="9" src="images/search-left.gif"></td><td><img height="1" width="1" alt="" src="images/spacer.gif"></td><td><img alt="" border="0" height="10" width="9" src="images/search-right.gif"></td>
</tr>
</table>
</form>
</td><td bgcolor="#294563"><img height="10" width="10" alt="" src="images/spacer.gif"></td>
</tr>
<tr>
<td valign="bottom" bgcolor="#294563" colspan="2">
<div class="tab">
<table summary="tab bar" border="0" cellpadding="0" cellspacing="0">
<tr>

<td width="8"><img alt="" height="8" width="8" src="images/spacer.gif"></td><td valign="bottom">
<table summary="selected tab" border="0" cellpadding="0" cellspacing="0">
<tr>
<td height="30" valign="top" width="5" bgcolor="#4C6C8F"><img height="5" width="5" alt="" src="images/tabSel-left.gif"></td><td valign="middle" bgcolor="#4C6C8F"><font color="#ffffff" size="2" face="Arial, Helvetica, Sans-serif"><b>Home</b></font></td><td valign="top" width="5" bgcolor="#4C6C8F"><img height="5" width="5" alt="" src="images/tabSel-right.gif"></td>
</tr>
</table>
</td>
</tr>
</table>
</div>
</td><td bgcolor="#294563"><img alt="" width="1" height="1" src="images/spacer.gif"></td>
</tr>
<tr>
<td bgcolor="#4C6C8F" colspan="4"><img width="1" height="10" alt="" src="images/spacer.gif"></td>
</tr>
</table>
<table summary="page content" bgcolor="#ffffff" width="100%" border="0" cellpadding="0" cellspacing="0">
<tr>
<td valign="top">
<table summary="menu" border="0" cellspacing="0" cellpadding="0">
<tr>
<td rowspan="3" valign="top">
<table summary="blue line" border="0" cellpadding="0" cellspacing="0">
<tr>
<td bgcolor="#294563"><img width="10" height="1" alt="" src="images/spacer.gif"></td>
</tr>
<tr>
<td bgcolor="#CFDCED"><font color="#4C6C8F" size="4" face="Arial, Helvetica, Sans-serif">&nbsp;</font></td>
</tr>
<tr>
<td bgcolor="#294563"><img width="10" height="1" alt="" src="images/spacer.gif"></td>
</tr>
</table>
</td><td bgcolor="#294563"><img width="1" height="1" alt="" src="images/spacer.gif"></td><td valign="bottom" bgcolor="#4C6C8F"><img width="10" height="10" alt="" src="images/spacer.gif"></td><td nowrap="nowrap" valign="top" bgcolor="#4C6C8F">
<div class="menu"><ul>
<li><font color="#CFDCED">Apache Ant</font>
<ul>
<li>
<a href="./index.html">Welcome</a>
</li>
<li>
<a href="./license.html">License</a>
</li>
<li>
<a href="./antnews.html">News</a>
</li>
</ul>
</li>
<li><font color="#CFDCED">Documentation</font>
<ul>
<li>
<a href="./manual/index.html">Manual</a>
</li>
<li>
<a href="./projects.html">Related Projects</a>
</li>
<li>
<a href="./external.html">External Tools and Tasks</a>
</li>
<li>
<a href="./resources.html">Resources</a>
</li>
<li>
<a href="./faq.html">Frequently Asked Questions</a>
</li>
<li>
<a href="./problems.html">Having Problems?</a>
</li>
</ul>
</li>
<li><font color="#CFDCED">Download</font>
<ul>
<li>
<a href="http://ant.apache.org/bindownload.cgi">Binary Distributions</a>
</li>
<li>
<a href="http://ant.apache.org/srcdownload.cgi">Source Distributions</a>
</li>
</ul>
</li>
<li><font color="#CFDCED">Get Involved</font>
<ul>
<li>
<a href="./mail.html">Mailing Lists</a>
</li>
<li>
<a href="./cvs.html">CVS Repositories</a>
</li>
<li>
<a href="http://nagoya.apache.org/bugzilla/enter_bug.cgi?product=Ant">Bug Database</a>
</li>
<li>
<a href="http://nagoya.apache.org/bugzilla/enter_bug.cgi?product=Ant&amp;bug_severity=Enhancement">Enhancement Requests</a>
</li>
</ul>
</li>
<li><font color="#CFDCED">Project Management</font>
<ul>
<li>
<span class="sel"><font color="#ffcc00">Contributors</font></span>
</li>
<li>
<a href="./mission.html">Apache Ant Mission</a>
</li>
<li>
<a href="./guidelines.html">Project Guidelines</a>
</li>
<li>
<a href="./legal.html">Legal</a>
</li>
</ul>
</li>
</ul></div>
</td><td valign="bottom" bgcolor="#4C6C8F"><img width="10" height="10" alt="" src="images/spacer.gif"></td><td bgcolor="#294563"><img width="1" height="1" alt="" src="images/spacer.gif"></td>
</tr>
<tr>
<td valign="bottom" align="left" colspan="2" rowspan="2" bgcolor="#4C6C8F"><img height="10" width="10" border="0" alt="" src="images/menu-left.gif"></td><td bgcolor="#4C6C8F"><img height="10" width="10" border="0" alt="" src="images/spacer.gif"></td><td valign="bottom" align="right" colspan="2" rowspan="2" bgcolor="#4C6C8F"><img height="10" width="10" border="0" alt="" src="images/menu-right.gif"></td>
</tr>
<tr>
<td height="1" bgcolor="#294563"><img width="1" height="1" alt="" src="images/spacer.gif"></td>
</tr>
</table>
</td><td valign="top" width="100%">
<table summary="content" width="100%" border="0" cellpadding="0" cellspacing="0">
<tr>
<td colspan="4" bgcolor="#294563"><img width="10" height="1" alt="" src="images/spacer.gif"></td>
</tr>
<tr>
<td align="left" width="10" bgcolor="#CFDCED"><img width="10" height="1" alt="" src="images/spacer.gif"></td><td align="left" width="50%" bgcolor="#CFDCED"><font color="#4C6C8F" size="3" face="Arial, Helvetica, Sans-serif">
&nbsp;
</font><img width="10" height="8" alt="" src="images/spacer.gif"></td><td align="right" width="50%" bgcolor="#CFDCED"><font color="#4C6C8F" size="3" face="Arial, Helvetica, Sans-serif">
&nbsp;
</font><img width="10" height="8" alt="" src="images/spacer.gif"></td><td width="10" bgcolor="#CFDCED"><img width="10" height="1" alt="" src="images/spacer.gif"></td>
</tr>
<tr>
<td colspan="4" bgcolor="#294563"><img width="10" height="1" alt="" src="images/spacer.gif"></td>
</tr>
<tr>
<td align="left" width="10"><img width="10" height="1" alt="" src="images/spacer.gif"></td><td align="left" width="100%">
<div class="content">
<table class="title">
<tr>
<td valign="middle">
<h1>Contributors</h1>
</td>
</tr>
</table>
<br/>
<table class="nowrap" border="0" cellspacing="0" cellpadding="2" width="100%">
<tr><td bgcolor="#294563"><font color="#ffffff"><a name="Project Management Committee"><strong>Project Management Committee</strong></a></font></td></tr>
</table>
<br/>
<a name="Active Members"></a>
<table border="0" cellspacing="0" cellpadding="2" width="100%">
<tr><td bgcolor="#4C6C8F">
<font color="#ffffff" face="arial,helvetica,sanserif">
<strong>Active Members</strong>
</font>
</td></tr>
</table>
<p>
<b>Bruce Atherton</b> (bruce at callenish.com - <a href="http://www.callenish.com/~bruce">http://www.callenish.com/~bruce</a>)
<br />
Currently a Systems Architect with Avue Technologies, Bruce has been
working with Java since version 1.0a2. He also claims to be one of the first
people to mark up a FAQ with HTML, for a web browser of the distant past
called Cello.
</p>
<p>
<b>Stephane Bailliez</b><br />
</p>
<p>
<b>Stefan Bodewig</b> (stefan.bodewig at epost.de)
<br />
Stefan is a senior developer at BoST interactive, where he is mainly
responsible for a rule based configurator system. He spends some
time working on Open Source projects with Ant currently taking the
biggest share of it.
</p>
<p>
<b>Erik Hatcher</b> (ehatcher at apache.org - <a href="http://erik.hatcher.net">http://erik.hatcher.net</a>)
<br />
Erik is the co-author of <a href="http://www.manning.com/antbook">
Java Development with Ant</a> and speaks on Ant and other topics at
<a href="http://www.completeprogrammer.net">No Fluff, Just Stuff
symposiums</a> as well as other venues. Erik is the President of
<a href="http://www.ehatchersolutions.com">eHatcher Solutions, Inc</a>.
</p>
<p>
<b>Diane Holt</b><br />
</p>
<p>
<b>Donald Leslie</b><br />
</p>
<p>
<b>Steve Loughran</b><br />
</p>
<p>
<b>Conor MacNeill</b> (conor at cortexebusiness.com.au)
<br />
Conor is a senior developer at Cortex eBusiness, where he develops
J2EE based systems. In his spare time he helps with the development of
the Ant build tool. He is also serving as the Chairman of this PMC.
</p>
<p>
<b>Costin Monolache</b><br />
</p>
<p>
<b>
<a href="http://www.intertwingly.net/">Sam Ruby</a>
</b>
(rubys at us.ibm.com)
<br />
Sam takes a perverse pleasure in integrating disparate things. He is
a member of the <a href="http://www.php.net/credits.php">PHP group</a>, Apache
<a href="http://xml.apache.org/whoweare.html">XML PMC</a>, Apache
sponsor for the <a href="http://xml.apache.org/soap">xml-soap</a> subproject
and convener of <a href="http://www.ecma.ch">ECMA</a> TC39 TG3. He is
also serving as the Chairman of the Jakarta PMC.
</p>
<p>
<b>Jon Skeet</b><br />
</p>
<p>
<b>Magesh Umasankar</b> (umagesh at apache.org)
<br />
Magesh is a lead software developer at
<a href="http://www.manugistics.com">Manugistics</a>, where
he is responsible for some of the Revenue Optimization
solutions.
</p>
<p>
<b>Christoph Wilhelms</b> (christoph.wilhelms at t-online.de)
<br />
Christoph is teamleader and a lead software engineer at
<a href="http://www.impress.com/english/index.html">IMPRESS SOFTWARE</a>. He is resposible for
the development of administration tools and development environment for
the IMPRESS Engine, a Java-based intergration software. At the Ant-Project
he takes care of Antidote - the Ant GUI.
</p>
<br/>
<a name="Emeritus Members"></a>
<table border="0" cellspacing="0" cellpadding="2" width="100%">
<tr><td bgcolor="#4C6C8F">
<font color="#ffffff" face="arial,helvetica,sanserif">
<strong>Emeritus Members</strong>
</font>
</td></tr>
</table>
<p>
<b>James Duncan Davidson</b> (duncan at x180.net - <a href="http://x180.net/">http://x180.net/</a>)
<br />

By day, Duncan works in the Open Source Program Office at Sun
Microsystems where he helps various Open Source efforts within Sun
"do the right thing". Previously at Sun he was responsible
for the Servlet API Specifications 2.1 and 2.2 as well as the Java API
for XML Parsing 1.0 and was the original author of Tomcat and Ant. He
was one of the rabble-rousers within Sun that helped make the Jakarta
Project a reality and served as the first Chairman of the Jakarta PMC.
</p>
<br/>
<table class="nowrap" border="0" cellspacing="0" cellpadding="2" width="100%">
<tr><td bgcolor="#294563"><font color="#ffffff"><a name="Committers"><strong>Committers</strong></a></font></td></tr>
</table>
<br/>
<a name="Active Committers"></a>
<table border="0" cellspacing="0" cellpadding="2" width="100%">
<tr><td bgcolor="#4C6C8F">
<font color="#ffffff" face="arial,helvetica,sanserif">
<strong>Active Committers</strong>
</font>
</td></tr>
</table>
<p>
<b>Preston Bannister</b><br />
</p>
<p>
<b>Nick Davis</b><br />
</p>
<p>
<b>Darrell DeBoer</b><br />
</p>
<p>
<b>Peter Donald</b> (peter at apache.org)
<br />

Peter is an avid java developer who is active in the
<a href="http://jakarta.apache.org/avalon/">Avalon</a> and
<a href="http://ant.apache.org/">Ant</a> projects.
In his spare time he develops a distributed virtual environment
(ie military simulator or 3D game) using java technologies.
</p>
<p>
<b>Danno Ferrin</b> (shemnon at yahoo.com)
<br />
Danno has been programming in Java since Summer 96. Danno wrote a JSP
engine on his own and released it the very same day Jakarta was
announced at JavaOne. Since then, he decided to join the Jakarta
project in a spirit of co-operation over competition.
</p>
<p>

<b>Jason Hunter</b> (jh at servlets.com)
<br />
Jason is author of "Java Servlet Programming" (O'Reilly) and publisher
of <a href="http://www.servlets.com/">http://www.servlets.com/</a>.
He works at <a href="http://www.collab.net">CollabNet</a>.
</p>
<p>
<b>Arun Jamwal</b>
<br />
</p>
<p>
<b>Arnout J. Kuiper</b> (ajkuiper at planet.nl)
<br />

Arnout J. Kuiper is a Java Architect with the Sun Java Center at Sun
Microsystems. His main focus is web-related technologies on the Java
platform (J2EE, XML, ...).
</p>
<p>
<b>Adam Murdoch</b>
<br />
</p>
<p>
<b>Harish Prabhandham</b> (harishp at onebox.com)
<br />
Harish is an engineer with the J2EE team at Sun, primarily responsible
for implementing security in the J2EE Reference Implementation
(RI). He integrated various technologies including servlet/JSP
implementations from Tomcat into the J2EE RI. These days, he hacks PHP
code during the day.
</p>
<p>
<b>Nico Seessle</b><br />
</p>
<p>
<b>Gal Shachor</b> (shachor at il.ibm.com)
<br />
Gal Shachor is a research staff member at IBM. He wrote his first
Servlet container (ServletExpress) at the beginning of 1997. Later on
ServletExpress (and Gal) merged into WebSphere, and Gal participated
in the development of WebSphere 1, 2 and 3.
</p>
<p>
<b>Jon S. Stevens</b> (jon at collab.net)
<br />

Jon is a Co-Founder of <a href="http://www.clearink.com/">Clear Ink
Corp</a> and recently left to work on <a href="http://scarab.tigris.org/">Scarab</a> a next generation Open
Source Java Servlet based Issue/Bug tracking system for <a href="http://www.collab.net/">CollabNet</a>. He is an active developer
of the <a href="http://java.apache.org/jserv/">Apache JServ Servlet
Engine</a> for the Apache Web Server and Co-Author of the <a href="http://java.apache.org/ecs/">Element Construction Set</a> as
well as the web application framework, <a href="http://java.apache.org/turbine/">Turbine</a>.
</p>
<p>
<b>James Todd</b> (jwtodd at pacbell.net)
<br />
James has developed real time customer oriented apps for roughly 10
years the last 5 of which have predominately been fully integrated,
front and back, extraNet implementations which have been based on
Apache, Java and Tcl.
</p>
<p>
<b>Anil Vijendran</b> (akv at eng.sun.com)
<br />
Anil Vijendran is the principal developer of the JSP engine in
Tomcat. He's done some pretty scary things in his past life --
implementing the CORBA IDL to C++ 2.0 mapping, skydiving, IDL to Java
compilers, Object Databases (SIGSEV, you da man!) for C++, Java ORB
and EJB runtime environments -- in that order.
</p>
<br/>
<a name="Emeritus Committers"></a>
<table border="0" cellspacing="0" cellpadding="2" width="100%">
<tr><td bgcolor="#4C6C8F">
<font color="#ffffff" face="arial,helvetica,sanserif">
<strong>Emeritus Committers</strong>
</font>
</td></tr>
</table>
<p>
<b>Simeon H.K. Fitch</b> (simeon.fitch at mseedsoft.com)
<br />
Simeon is owner of Mustard Seed Software, which specializes in developing
distributed applications and user interfaces for the science, engineering,
and research oriented clients. He is the lead architect and developer for
Antidote, the GUI for Ant.
</p>
<p>
<b>Thomas Haas</b>
<br />
</p>
<p>
<b>Stefano Mazzocchi</b> (stefano at apache.org)
<br />
Stefano is addicted to software design, Java programming and
open development. In the last 4 years, he has contributed way too much
time to Apache, expecially on JServ, JMeter, Avalon, JAMES, Ant, Cocoon
and helping to bring more projects into Apache-land, such as FOP, Batik,
POI and Xindice. The problem is that he's too picky to be satisfied :-)
</p>
<p>
<b>Glenn McAllister</b> (glenn at somanetworks.com)
<br />
Glenn McAllister is a software developer at SOMA Networks, was formerly
the same at IBM (plus tech writer plus build guy), and does some writing
on the side for the VADD Technical Journal.
</p>
</div>
</td><td width="10"><img width="10" height="4" alt="" src="images/spacer.gif"></td>
</tr>
</table>
</td>
</tr>
</table>
<table summary="footer" cellspacing="0" cellpadding="0" width="100%" border="0">
<tr>
<td colspan="2" height="1" bgcolor="#4C6C8F"><img height="1" width="1" alt="" src="images/spacer.gif"><a href="images/label.gif"></a><a href="images/page.gif"></a><a href="images/chapter.gif"></a><a href="images/chapter_open.gif"></a><a href="images/current.gif"></a><a href="/favicon.ico"></a></td>
</tr>
<tr>
<td colspan="2" bgcolor="#CFDCED" class="copyright" align="center"><font size="2" face="Arial, Helvetica, Sans-Serif">Copyright &copy; 2000-2003&nbsp;The Apache Software Foundation. All rights reserved.<script type="text/javascript" language="JavaScript"><!--
document.write(" - "+"Last Published: " + document.lastModified);
// --></script></font></td>
</tr>
</table>
</body>
</html>










+ 251
- 0
docs/cvs.html View File

@@ -0,0 +1,251 @@


<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<!-- GENERATED FILE, DO NOT EDIT, EDIT THE XML FILE IN xdocs INSTEAD! -->
<head>
<META http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<title>Apache Ant - CVS Repositories</title>
<link type="text/css" href="page.css" rel="stylesheet">
</head>

<body text="#000000" bgcolor="#ffffff">
<table summary="navigation path" width="100%" border="0" cellpadding="0" cellspacing="0">
<tr>
<td nowrap="nowrap" valign="middle" bgcolor="#CFDCED" height="20"><img height="1" width="5" alt="" border="0" src="images/spacer.gif"><font size="2" face="Arial, Helvetica, Sans-serif"><script src="breadcrumbs.js" language="JavaScript" type="text/javascript"></script></font></td>
</tr>
<tr>
<td bgcolor="#4C6C8F" height="2"><img height="2" width="2" alt="" border="0" src="images/spacer.gif"></td>
</tr>
</table>

<table summary="header with logos" width="100%" border="0" cellpadding="0" cellspacing="0">
<tr>
<td bgcolor="#294563"><a href="http://ant.apache.org/"><img border="0" alt="Apache Ant site" src="images/group-logo.gif"></a></td><td width="100%" align="center" bgcolor="#294563"><a href="http://ant.apache.org/"><img alt="Apache Ant logo" border="0" src="images/project-logo.gif"></a></td><td valign="top" rowspan="2" bgcolor="#294563">
<form target="_blank" onsubmit="q.value = query.value + ' site:ant.apache.org'" action="http://www.google.com/search" method="get">
<table summary="search" border="0" cellspacing="0" cellpadding="0" bgcolor="#4C6C8F">
<tr>
<td colspan="3"><img height="10" width="1" alt="" src="images/spacer.gif"></td>
</tr>
<tr>
<td><img height="1" width="1" alt="" src="images/spacer.gif"></td><td nowrap="nowrap"><input name="q" type="hidden"><input size="15" id="query" type="text"><img height="1" width="5" alt="" src="images/spacer.gif"><input name="Search" value="Search" type="submit">
<br>
<font face="Arial, Helvetica, Sans-serif" size="2" color="white">
the Apache Ant site


</font></td><td><img height="1" width="1" alt="" src="images/spacer.gif"></td>
</tr>
<tr>
<td><img alt="" border="0" height="10" width="9" src="images/search-left.gif"></td><td><img height="1" width="1" alt="" src="images/spacer.gif"></td><td><img alt="" border="0" height="10" width="9" src="images/search-right.gif"></td>
</tr>
</table>
</form>
</td><td bgcolor="#294563"><img height="10" width="10" alt="" src="images/spacer.gif"></td>
</tr>
<tr>
<td valign="bottom" bgcolor="#294563" colspan="2">
<div class="tab">
<table summary="tab bar" border="0" cellpadding="0" cellspacing="0">
<tr>

<td width="8"><img alt="" height="8" width="8" src="images/spacer.gif"></td><td valign="bottom">
<table summary="selected tab" border="0" cellpadding="0" cellspacing="0">
<tr>
<td height="30" valign="top" width="5" bgcolor="#4C6C8F"><img height="5" width="5" alt="" src="images/tabSel-left.gif"></td><td valign="middle" bgcolor="#4C6C8F"><font color="#ffffff" size="2" face="Arial, Helvetica, Sans-serif"><b>Home</b></font></td><td valign="top" width="5" bgcolor="#4C6C8F"><img height="5" width="5" alt="" src="images/tabSel-right.gif"></td>
</tr>
</table>
</td>
</tr>
</table>
</div>
</td><td bgcolor="#294563"><img alt="" width="1" height="1" src="images/spacer.gif"></td>
</tr>
<tr>
<td bgcolor="#4C6C8F" colspan="4"><img width="1" height="10" alt="" src="images/spacer.gif"></td>
</tr>
</table>
<table summary="page content" bgcolor="#ffffff" width="100%" border="0" cellpadding="0" cellspacing="0">
<tr>
<td valign="top">
<table summary="menu" border="0" cellspacing="0" cellpadding="0">
<tr>
<td rowspan="3" valign="top">
<table summary="blue line" border="0" cellpadding="0" cellspacing="0">
<tr>
<td bgcolor="#294563"><img width="10" height="1" alt="" src="images/spacer.gif"></td>
</tr>
<tr>
<td bgcolor="#CFDCED"><font color="#4C6C8F" size="4" face="Arial, Helvetica, Sans-serif">&nbsp;</font></td>
</tr>
<tr>
<td bgcolor="#294563"><img width="10" height="1" alt="" src="images/spacer.gif"></td>
</tr>
</table>
</td><td bgcolor="#294563"><img width="1" height="1" alt="" src="images/spacer.gif"></td><td valign="bottom" bgcolor="#4C6C8F"><img width="10" height="10" alt="" src="images/spacer.gif"></td><td nowrap="nowrap" valign="top" bgcolor="#4C6C8F">
<div class="menu"><ul>
<li><font color="#CFDCED">Apache Ant</font>
<ul>
<li>
<a href="./index.html">Welcome</a>
</li>
<li>
<a href="./license.html">License</a>
</li>
<li>
<a href="./antnews.html">News</a>
</li>
</ul>
</li>
<li><font color="#CFDCED">Documentation</font>
<ul>
<li>
<a href="./manual/index.html">Manual</a>
</li>
<li>
<a href="./projects.html">Related Projects</a>
</li>
<li>
<a href="./external.html">External Tools and Tasks</a>
</li>
<li>
<a href="./resources.html">Resources</a>
</li>
<li>
<a href="./faq.html">Frequently Asked Questions</a>
</li>
<li>
<a href="./problems.html">Having Problems?</a>
</li>
</ul>
</li>
<li><font color="#CFDCED">Download</font>
<ul>
<li>
<a href="http://ant.apache.org/bindownload.cgi">Binary Distributions</a>
</li>
<li>
<a href="http://ant.apache.org/srcdownload.cgi">Source Distributions</a>
</li>
</ul>
</li>
<li><font color="#CFDCED">Get Involved</font>
<ul>
<li>
<a href="./mail.html">Mailing Lists</a>
</li>
<li>
<span class="sel"><font color="#ffcc00">CVS Repositories</font></span>
</li>
<li>
<a href="http://nagoya.apache.org/bugzilla/enter_bug.cgi?product=Ant">Bug Database</a>
</li>
<li>
<a href="http://nagoya.apache.org/bugzilla/enter_bug.cgi?product=Ant&amp;bug_severity=Enhancement">Enhancement Requests</a>
</li>
</ul>
</li>
<li><font color="#CFDCED">Project Management</font>
<ul>
<li>
<a href="./contributors.html">Contributors</a>
</li>
<li>
<a href="./mission.html">Apache Ant Mission</a>
</li>
<li>
<a href="./guidelines.html">Project Guidelines</a>
</li>
<li>
<a href="./legal.html">Legal</a>
</li>
</ul>
</li>
</ul></div>
</td><td valign="bottom" bgcolor="#4C6C8F"><img width="10" height="10" alt="" src="images/spacer.gif"></td><td bgcolor="#294563"><img width="1" height="1" alt="" src="images/spacer.gif"></td>
</tr>
<tr>
<td valign="bottom" align="left" colspan="2" rowspan="2" bgcolor="#4C6C8F"><img height="10" width="10" border="0" alt="" src="images/menu-left.gif"></td><td bgcolor="#4C6C8F"><img height="10" width="10" border="0" alt="" src="images/spacer.gif"></td><td valign="bottom" align="right" colspan="2" rowspan="2" bgcolor="#4C6C8F"><img height="10" width="10" border="0" alt="" src="images/menu-right.gif"></td>
</tr>
<tr>
<td height="1" bgcolor="#294563"><img width="1" height="1" alt="" src="images/spacer.gif"></td>
</tr>
</table>
</td><td valign="top" width="100%">
<table summary="content" width="100%" border="0" cellpadding="0" cellspacing="0">
<tr>
<td colspan="4" bgcolor="#294563"><img width="10" height="1" alt="" src="images/spacer.gif"></td>
</tr>
<tr>
<td align="left" width="10" bgcolor="#CFDCED"><img width="10" height="1" alt="" src="images/spacer.gif"></td><td align="left" width="50%" bgcolor="#CFDCED"><font color="#4C6C8F" size="3" face="Arial, Helvetica, Sans-serif">
&nbsp;
</font><img width="10" height="8" alt="" src="images/spacer.gif"></td><td align="right" width="50%" bgcolor="#CFDCED"><font color="#4C6C8F" size="3" face="Arial, Helvetica, Sans-serif">
&nbsp;
</font><img width="10" height="8" alt="" src="images/spacer.gif"></td><td width="10" bgcolor="#CFDCED"><img width="10" height="1" alt="" src="images/spacer.gif"></td>
</tr>
<tr>
<td colspan="4" bgcolor="#294563"><img width="10" height="1" alt="" src="images/spacer.gif"></td>
</tr>
<tr>
<td align="left" width="10"><img width="10" height="1" alt="" src="images/spacer.gif"></td><td align="left" width="100%">
<div class="content">
<table class="title">
<tr>
<td valign="middle">
<h1>CVS Repositories</h1>
</td>
</tr>
</table>
<br/>
<table class="nowrap" border="0" cellspacing="0" cellpadding="2" width="100%">
<tr><td bgcolor="#294563"><font color="#ffffff"><a name="Access the Source Tree (AnonCVS)"><strong>Access the Source Tree (AnonCVS)</strong></a></font></td></tr>
</table>
<p>Anyone can checkout source code from our anonymous CVS
server. To do so, simply use the following commands (if you are
using a GUI CVS client, configure it appropriatly):</p>
<pre class="code">
cvs -d :pserver:anoncvs@cvs.apache.org:/home/cvspublic login
password: anoncvs</pre>
<pre class="code">
cvs -d :pserver:anoncvs@cvs.apache.org:/home/cvspublic checkout [module-name]</pre>
<p>Modules available for access are (click the links to view the
CVS tree via ViewCVS):</p>
<ul>
<li><a href="http://cvs.apache.org/viewcvs/jakarta-ant/">jakarta-ant</a> -
The "main" Ant module.</li>

<li><a href="http://cvs.apache.org/viewcvs/jakarta-ant-antidote/">jakarta-ant-antidote</a>
- Antidote, a GUI frontend to Ant.</li>
</ul>
<p>If you are not familiar with CVS, <a href="http://jakarta.apache.org/site/cvsindex.html">Jakarta's
CVS page</a> may hold many helpful hints.</p>
</div>
</td><td width="10"><img width="10" height="4" alt="" src="images/spacer.gif"></td>
</tr>
</table>
</td>
</tr>
</table>
<table summary="footer" cellspacing="0" cellpadding="0" width="100%" border="0">
<tr>
<td colspan="2" height="1" bgcolor="#4C6C8F"><img height="1" width="1" alt="" src="images/spacer.gif"><a href="images/label.gif"></a><a href="images/page.gif"></a><a href="images/chapter.gif"></a><a href="images/chapter_open.gif"></a><a href="images/current.gif"></a><a href="/favicon.ico"></a></td>
</tr>
<tr>
<td colspan="2" bgcolor="#CFDCED" class="copyright" align="center"><font size="2" face="Arial, Helvetica, Sans-Serif">Copyright &copy; 2000-2003&nbsp;The Apache Software Foundation. All rights reserved.<script type="text/javascript" language="JavaScript"><!--
document.write(" - "+"Last Published: " + document.lastModified);
// --></script></font></td>
</tr>
</table>
</body>
</html>










+ 1562
- 2406
docs/external.html
File diff suppressed because it is too large
View File


+ 928
- 1400
docs/faq.html
File diff suppressed because it is too large
View File


+ 237
- 0
docs/guidelines.html View File

@@ -0,0 +1,237 @@


<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<!-- GENERATED FILE, DO NOT EDIT, EDIT THE XML FILE IN xdocs INSTEAD! -->
<head>
<META http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<title>Apache Ant - Project Guidelines</title>
<link type="text/css" href="page.css" rel="stylesheet">
</head>

<body text="#000000" bgcolor="#ffffff">
<table summary="navigation path" width="100%" border="0" cellpadding="0" cellspacing="0">
<tr>
<td nowrap="nowrap" valign="middle" bgcolor="#CFDCED" height="20"><img height="1" width="5" alt="" border="0" src="images/spacer.gif"><font size="2" face="Arial, Helvetica, Sans-serif"><script src="breadcrumbs.js" language="JavaScript" type="text/javascript"></script></font></td>
</tr>
<tr>
<td bgcolor="#4C6C8F" height="2"><img height="2" width="2" alt="" border="0" src="images/spacer.gif"></td>
</tr>
</table>

<table summary="header with logos" width="100%" border="0" cellpadding="0" cellspacing="0">
<tr>
<td bgcolor="#294563"><a href="http://ant.apache.org/"><img border="0" alt="Apache Ant site" src="images/group-logo.gif"></a></td><td width="100%" align="center" bgcolor="#294563"><a href="http://ant.apache.org/"><img alt="Apache Ant logo" border="0" src="images/project-logo.gif"></a></td><td valign="top" rowspan="2" bgcolor="#294563">
<form target="_blank" onsubmit="q.value = query.value + ' site:ant.apache.org'" action="http://www.google.com/search" method="get">
<table summary="search" border="0" cellspacing="0" cellpadding="0" bgcolor="#4C6C8F">
<tr>
<td colspan="3"><img height="10" width="1" alt="" src="images/spacer.gif"></td>
</tr>
<tr>
<td><img height="1" width="1" alt="" src="images/spacer.gif"></td><td nowrap="nowrap"><input name="q" type="hidden"><input size="15" id="query" type="text"><img height="1" width="5" alt="" src="images/spacer.gif"><input name="Search" value="Search" type="submit">
<br>
<font face="Arial, Helvetica, Sans-serif" size="2" color="white">
the Apache Ant site


</font></td><td><img height="1" width="1" alt="" src="images/spacer.gif"></td>
</tr>
<tr>
<td><img alt="" border="0" height="10" width="9" src="images/search-left.gif"></td><td><img height="1" width="1" alt="" src="images/spacer.gif"></td><td><img alt="" border="0" height="10" width="9" src="images/search-right.gif"></td>
</tr>
</table>
</form>
</td><td bgcolor="#294563"><img height="10" width="10" alt="" src="images/spacer.gif"></td>
</tr>
<tr>
<td valign="bottom" bgcolor="#294563" colspan="2">
<div class="tab">
<table summary="tab bar" border="0" cellpadding="0" cellspacing="0">
<tr>

<td width="8"><img alt="" height="8" width="8" src="images/spacer.gif"></td><td valign="bottom">
<table summary="selected tab" border="0" cellpadding="0" cellspacing="0">
<tr>
<td height="30" valign="top" width="5" bgcolor="#4C6C8F"><img height="5" width="5" alt="" src="images/tabSel-left.gif"></td><td valign="middle" bgcolor="#4C6C8F"><font color="#ffffff" size="2" face="Arial, Helvetica, Sans-serif"><b>Home</b></font></td><td valign="top" width="5" bgcolor="#4C6C8F"><img height="5" width="5" alt="" src="images/tabSel-right.gif"></td>
</tr>
</table>
</td>
</tr>
</table>
</div>
</td><td bgcolor="#294563"><img alt="" width="1" height="1" src="images/spacer.gif"></td>
</tr>
<tr>
<td bgcolor="#4C6C8F" colspan="4"><img width="1" height="10" alt="" src="images/spacer.gif"></td>
</tr>
</table>
<table summary="page content" bgcolor="#ffffff" width="100%" border="0" cellpadding="0" cellspacing="0">
<tr>
<td valign="top">
<table summary="menu" border="0" cellspacing="0" cellpadding="0">
<tr>
<td rowspan="3" valign="top">
<table summary="blue line" border="0" cellpadding="0" cellspacing="0">
<tr>
<td bgcolor="#294563"><img width="10" height="1" alt="" src="images/spacer.gif"></td>
</tr>
<tr>
<td bgcolor="#CFDCED"><font color="#4C6C8F" size="4" face="Arial, Helvetica, Sans-serif">&nbsp;</font></td>
</tr>
<tr>
<td bgcolor="#294563"><img width="10" height="1" alt="" src="images/spacer.gif"></td>
</tr>
</table>
</td><td bgcolor="#294563"><img width="1" height="1" alt="" src="images/spacer.gif"></td><td valign="bottom" bgcolor="#4C6C8F"><img width="10" height="10" alt="" src="images/spacer.gif"></td><td nowrap="nowrap" valign="top" bgcolor="#4C6C8F">
<div class="menu"><ul>
<li><font color="#CFDCED">Apache Ant</font>
<ul>
<li>
<a href="./index.html">Welcome</a>
</li>
<li>
<a href="./license.html">License</a>
</li>
<li>
<a href="./antnews.html">News</a>
</li>
</ul>
</li>
<li><font color="#CFDCED">Documentation</font>
<ul>
<li>
<a href="./manual/index.html">Manual</a>
</li>
<li>
<a href="./projects.html">Related Projects</a>
</li>
<li>
<a href="./external.html">External Tools and Tasks</a>
</li>
<li>
<a href="./resources.html">Resources</a>
</li>
<li>
<a href="./faq.html">Frequently Asked Questions</a>
</li>
<li>
<a href="./problems.html">Having Problems?</a>
</li>
</ul>
</li>
<li><font color="#CFDCED">Download</font>
<ul>
<li>
<a href="http://ant.apache.org/bindownload.cgi">Binary Distributions</a>
</li>
<li>
<a href="http://ant.apache.org/srcdownload.cgi">Source Distributions</a>
</li>
</ul>
</li>
<li><font color="#CFDCED">Get Involved</font>
<ul>
<li>
<a href="./mail.html">Mailing Lists</a>
</li>
<li>
<a href="./cvs.html">CVS Repositories</a>
</li>
<li>
<a href="http://nagoya.apache.org/bugzilla/enter_bug.cgi?product=Ant">Bug Database</a>
</li>
<li>
<a href="http://nagoya.apache.org/bugzilla/enter_bug.cgi?product=Ant&amp;bug_severity=Enhancement">Enhancement Requests</a>
</li>
</ul>
</li>
<li><font color="#CFDCED">Project Management</font>
<ul>
<li>
<a href="./contributors.html">Contributors</a>
</li>
<li>
<a href="./mission.html">Apache Ant Mission</a>
</li>
<li>
<span class="sel"><font color="#ffcc00">Project Guidelines</font></span>
</li>
<li>
<a href="./legal.html">Legal</a>
</li>
</ul>
</li>
</ul></div>
</td><td valign="bottom" bgcolor="#4C6C8F"><img width="10" height="10" alt="" src="images/spacer.gif"></td><td bgcolor="#294563"><img width="1" height="1" alt="" src="images/spacer.gif"></td>
</tr>
<tr>
<td valign="bottom" align="left" colspan="2" rowspan="2" bgcolor="#4C6C8F"><img height="10" width="10" border="0" alt="" src="images/menu-left.gif"></td><td bgcolor="#4C6C8F"><img height="10" width="10" border="0" alt="" src="images/spacer.gif"></td><td valign="bottom" align="right" colspan="2" rowspan="2" bgcolor="#4C6C8F"><img height="10" width="10" border="0" alt="" src="images/menu-right.gif"></td>
</tr>
<tr>
<td height="1" bgcolor="#294563"><img width="1" height="1" alt="" src="images/spacer.gif"></td>
</tr>
</table>
</td><td valign="top" width="100%">
<table summary="content" width="100%" border="0" cellpadding="0" cellspacing="0">
<tr>
<td colspan="4" bgcolor="#294563"><img width="10" height="1" alt="" src="images/spacer.gif"></td>
</tr>
<tr>
<td align="left" width="10" bgcolor="#CFDCED"><img width="10" height="1" alt="" src="images/spacer.gif"></td><td align="left" width="50%" bgcolor="#CFDCED"><font color="#4C6C8F" size="3" face="Arial, Helvetica, Sans-serif">
&nbsp;
</font><img width="10" height="8" alt="" src="images/spacer.gif"></td><td align="right" width="50%" bgcolor="#CFDCED"><font color="#4C6C8F" size="3" face="Arial, Helvetica, Sans-serif">
&nbsp;
</font><img width="10" height="8" alt="" src="images/spacer.gif"></td><td width="10" bgcolor="#CFDCED"><img width="10" height="1" alt="" src="images/spacer.gif"></td>
</tr>
<tr>
<td colspan="4" bgcolor="#294563"><img width="10" height="1" alt="" src="images/spacer.gif"></td>
</tr>
<tr>
<td align="left" width="10"><img width="10" height="1" alt="" src="images/spacer.gif"></td><td align="left" width="100%">
<div class="content">
<table class="title">
<tr>
<td valign="middle">
<h1>Project Guidelines</h1>
</td>
</tr>
</table>
<br/>
<table class="nowrap" border="0" cellspacing="0" cellpadding="2" width="100%">
<tr><td bgcolor="#294563"><font color="#ffffff"><a name="Project Guidelines"><strong>Project Guidelines</strong></a></font></td></tr>
</table>
<p>We are still in the process of defining the guidelines for this
project - to get an idea what they may look like, we want to point
you to the guidelines of the <a href="http://jakarta.apache.org/site/guidelines.html">Jakarta</a>
and <a href="http://httpd.apache.org/dev/guidelines.html">httpd</a>
projects as well as the work currently on the way at the <a href="http://incubator.apache.org/">Incubator</a> project.</p>
</div>
</td><td width="10"><img width="10" height="4" alt="" src="images/spacer.gif"></td>
</tr>
</table>
</td>
</tr>
</table>
<table summary="footer" cellspacing="0" cellpadding="0" width="100%" border="0">
<tr>
<td colspan="2" height="1" bgcolor="#4C6C8F"><img height="1" width="1" alt="" src="images/spacer.gif"><a href="images/label.gif"></a><a href="images/page.gif"></a><a href="images/chapter.gif"></a><a href="images/chapter_open.gif"></a><a href="images/current.gif"></a><a href="/favicon.ico"></a></td>
</tr>
<tr>
<td colspan="2" bgcolor="#CFDCED" class="copyright" align="center"><font size="2" face="Arial, Helvetica, Sans-Serif">Copyright &copy; 2000-2003&nbsp;The Apache Software Foundation. All rights reserved.<script type="text/javascript" language="JavaScript"><!--
document.write(" - "+"Last Published: " + document.lastModified);
// --></script></font></td>
</tr>
</table>
</body>
</html>










BIN
docs/images/current.gif View File

Before After
Width: 8  |  Height: 8  |  Size: 60 B

BIN
docs/images/group-logo.gif View File

Before After
Width: 250  |  Height: 65  |  Size: 7.4 KiB

BIN
docs/images/jakarta-logo.gif View File

Before After
Width: 505  |  Height: 48  |  Size: 8.4 KiB

BIN
docs/images/label.gif View File

Before After
Width: 8  |  Height: 8  |  Size: 54 B

BIN
docs/images/menu-left.gif View File

Before After
Width: 10  |  Height: 10  |  Size: 176 B

BIN
docs/images/menu-right.gif View File

Before After
Width: 10  |  Height: 10  |  Size: 176 B

BIN
docs/images/page.gif View File

Before After
Width: 4  |  Height: 4  |  Size: 52 B

BIN
docs/images/printer.gif View File

Before After
Width: 32  |  Height: 29  |  Size: 438 B

BIN
docs/images/project-logo.gif View File

Before After
Width: 105  |  Height: 65  |  Size: 1.8 KiB

BIN
docs/images/search-left.gif View File

Before After
Width: 9  |  Height: 10  |  Size: 112 B

BIN
docs/images/search-right.gif View File

Before After
Width: 9  |  Height: 10  |  Size: 112 B

BIN
docs/images/spacer.gif View File

Before After
Width: 1  |  Height: 1  |  Size: 43 B

BIN
docs/images/tab-left.gif View File

Before After
Width: 5  |  Height: 5  |  Size: 70 B

BIN
docs/images/tab-right.gif View File

Before After
Width: 5  |  Height: 5  |  Size: 70 B

BIN
docs/images/tabSel-left.gif View File

Before After
Width: 5  |  Height: 5  |  Size: 70 B

BIN
docs/images/tabSel-right.gif View File

Before After
Width: 5  |  Height: 5  |  Size: 70 B

+ 236
- 162
docs/index.html View File

@@ -1,121 +1,216 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">


<!-- Content Stylesheet for Site -->


<!-- start the processing -->
<html>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<!-- GENERATED FILE, DO NOT EDIT, EDIT THE XML FILE IN xdocs INSTEAD! --> <!-- GENERATED FILE, DO NOT EDIT, EDIT THE XML FILE IN xdocs INSTEAD! -->
<head> <head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<meta name="author" content="Conor MacNeill">
<META http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<title>Apache Ant - Welcome</title>
<link type="text/css" href="page.css" rel="stylesheet">
<meta name="author" content="Conor MacNeill">
<meta name="email" content=""> <meta name="email" content="">
<meta name="author" content="Stefan Bodewig">
<meta name="author" content="Stefan Bodewig">
<meta name="email" content="stefan.bodewig@epost.de"> <meta name="email" content="stefan.bodewig@epost.de">
<title>Apache Ant - Ant</title>
</head>
<body bgcolor="#ffffff" text="#000000" link="#525D76">
<table border="0" width="100%" cellspacing="0">
<!-- TOP IMAGE -->
</head>

<body text="#000000" bgcolor="#ffffff">
<table summary="navigation path" width="100%" border="0" cellpadding="0" cellspacing="0">
<tr>
<td nowrap="nowrap" valign="middle" bgcolor="#CFDCED" height="20"><img height="1" width="5" alt="" border="0" src="images/spacer.gif"><font size="2" face="Arial, Helvetica, Sans-serif"><script src="breadcrumbs.js" language="JavaScript" type="text/javascript"></script></font></td>
</tr>
<tr>
<td bgcolor="#4C6C8F" height="2"><img height="2" width="2" alt="" border="0" src="images/spacer.gif"></td>
</tr>
</table>

<table summary="header with logos" width="100%" border="0" cellpadding="0" cellspacing="0">
<tr>
<td bgcolor="#294563"><a href="http://ant.apache.org/"><img border="0" alt="Apache Ant site" src="images/group-logo.gif"></a></td><td width="100%" align="center" bgcolor="#294563"><a href="http://ant.apache.org/"><img alt="Apache Ant logo" border="0" src="images/project-logo.gif"></a></td><td valign="top" rowspan="2" bgcolor="#294563">
<form target="_blank" onsubmit="q.value = query.value + ' site:ant.apache.org'" action="http://www.google.com/search" method="get">
<table summary="search" border="0" cellspacing="0" cellpadding="0" bgcolor="#4C6C8F">
<tr>
<td colspan="3"><img height="10" width="1" alt="" src="images/spacer.gif"></td>
</tr>
<tr>
<td><img height="1" width="1" alt="" src="images/spacer.gif"></td><td nowrap="nowrap"><input name="q" type="hidden"><input size="15" id="query" type="text"><img height="1" width="5" alt="" src="images/spacer.gif"><input name="Search" value="Search" type="submit">
<br>
<font face="Arial, Helvetica, Sans-serif" size="2" color="white">
the Apache Ant site


</font></td><td><img height="1" width="1" alt="" src="images/spacer.gif"></td>
</tr>
<tr>
<td><img alt="" border="0" height="10" width="9" src="images/search-left.gif"></td><td><img height="1" width="1" alt="" src="images/spacer.gif"></td><td><img alt="" border="0" height="10" width="9" src="images/search-right.gif"></td>
</tr>
</table>
</form>
</td><td bgcolor="#294563"><img height="10" width="10" alt="" src="images/spacer.gif"></td>
</tr>
<tr>
<td valign="bottom" bgcolor="#294563" colspan="2">
<div class="tab">
<table summary="tab bar" border="0" cellpadding="0" cellspacing="0">
<tr>

<td width="8"><img alt="" height="8" width="8" src="images/spacer.gif"></td><td valign="bottom">
<table summary="selected tab" border="0" cellpadding="0" cellspacing="0">
<tr>
<td height="30" valign="top" width="5" bgcolor="#4C6C8F"><img height="5" width="5" alt="" src="images/tabSel-left.gif"></td><td valign="middle" bgcolor="#4C6C8F"><font color="#ffffff" size="2" face="Arial, Helvetica, Sans-serif"><b>Home</b></font></td><td valign="top" width="5" bgcolor="#4C6C8F"><img height="5" width="5" alt="" src="images/tabSel-right.gif"></td>
</tr>
</table>
</td>
</tr>
</table>
</div>
</td><td bgcolor="#294563"><img alt="" width="1" height="1" src="images/spacer.gif"></td>
</tr>
<tr> <tr>
<td align="left">
<a href="http://jakarta.apache.org"><img src="images/jakarta-logo.gif" alt="The Apache Jakarta Project" border="0"></a>
</td>
<td align="right">
<a href="http://jakarta.apache.org/ant/"><img src="./images/ant_logo_large.gif" alt="Apache Ant" border="0"/></a>
</td>
</tr>
<td bgcolor="#4C6C8F" colspan="4"><img width="1" height="10" alt="" src="images/spacer.gif"></td>
</tr>
</table> </table>
<table border="0" width="100%" cellspacing="4">
<tr><td colspan="2">
<hr noshade size="1"/>
</td></tr>
<table summary="page content" bgcolor="#ffffff" width="100%" border="0" cellpadding="0" cellspacing="0">
<tr>
<td valign="top">
<table summary="menu" border="0" cellspacing="0" cellpadding="0">
<tr>
<td rowspan="3" valign="top">
<table summary="blue line" border="0" cellpadding="0" cellspacing="0">
<tr>
<td bgcolor="#294563"><img width="10" height="1" alt="" src="images/spacer.gif"></td>
</tr>
<tr>
<td bgcolor="#CFDCED"><font color="#4C6C8F" size="4" face="Arial, Helvetica, Sans-serif">&nbsp;</font></td>
</tr>
<tr>
<td bgcolor="#294563"><img width="10" height="1" alt="" src="images/spacer.gif"></td>
</tr>
</table>
</td><td bgcolor="#294563"><img width="1" height="1" alt="" src="images/spacer.gif"></td><td valign="bottom" bgcolor="#4C6C8F"><img width="10" height="10" alt="" src="images/spacer.gif"></td><td nowrap="nowrap" valign="top" bgcolor="#4C6C8F">
<div class="menu"><ul>
<li><font color="#CFDCED">Apache Ant</font>
<ul>
<li>
<span class="sel"><font color="#ffcc00">Welcome</font></span>
</li>
<li>
<a href="./license.html">License</a>
</li>
<li>
<a href="./antnews.html">News</a>
</li>
</ul>
</li>
<li><font color="#CFDCED">Documentation</font>
<ul>
<li>
<a href="./manual/index.html">Manual</a>
</li>
<li>
<a href="./projects.html">Related Projects</a>
</li>
<li>
<a href="./external.html">External Tools and Tasks</a>
</li>
<li>
<a href="./resources.html">Resources</a>
</li>
<li>
<a href="./faq.html">Frequently Asked Questions</a>
</li>
<li>
<a href="./problems.html">Having Problems?</a>
</li>
</ul>
</li>
<li><font color="#CFDCED">Download</font>
<ul>
<li>
<a href="http://ant.apache.org/bindownload.cgi">Binary Distributions</a>
</li>
<li>
<a href="http://ant.apache.org/srcdownload.cgi">Source Distributions</a>
</li>
</ul>
</li>
<li><font color="#CFDCED">Get Involved</font>
<ul>
<li>
<a href="./mail.html">Mailing Lists</a>
</li>
<li>
<a href="./cvs.html">CVS Repositories</a>
</li>
<li>
<a href="http://nagoya.apache.org/bugzilla/enter_bug.cgi?product=Ant">Bug Database</a>
</li>
<li>
<a href="http://nagoya.apache.org/bugzilla/enter_bug.cgi?product=Ant&amp;bug_severity=Enhancement">Enhancement Requests</a>
</li>
</ul>
</li>
<li><font color="#CFDCED">Project Management</font>
<ul>
<li>
<a href="./contributors.html">Contributors</a>
</li>
<li>
<a href="./mission.html">Apache Ant Mission</a>
</li>
<li>
<a href="./guidelines.html">Project Guidelines</a>
</li>
<li>
<a href="./legal.html">Legal</a>
</li>
</ul>
</li>
</ul></div>
</td><td valign="bottom" bgcolor="#4C6C8F"><img width="10" height="10" alt="" src="images/spacer.gif"></td><td bgcolor="#294563"><img width="1" height="1" alt="" src="images/spacer.gif"></td>
</tr>
<tr>
<td valign="bottom" align="left" colspan="2" rowspan="2" bgcolor="#4C6C8F"><img height="10" width="10" border="0" alt="" src="images/menu-left.gif"></td><td bgcolor="#4C6C8F"><img height="10" width="10" border="0" alt="" src="images/spacer.gif"></td><td valign="bottom" align="right" colspan="2" rowspan="2" bgcolor="#4C6C8F"><img height="10" width="10" border="0" alt="" src="images/menu-right.gif"></td>
</tr>
<tr>
<td height="1" bgcolor="#294563"><img width="1" height="1" alt="" src="images/spacer.gif"></td>
</tr>
</table>
</td><td valign="top" width="100%">
<table summary="content" width="100%" border="0" cellpadding="0" cellspacing="0">
<tr>
<td colspan="4" bgcolor="#294563"><img width="10" height="1" alt="" src="images/spacer.gif"></td>
</tr>
<tr>
<td align="left" width="10" bgcolor="#CFDCED"><img width="10" height="1" alt="" src="images/spacer.gif"></td><td align="left" width="50%" bgcolor="#CFDCED"><font color="#4C6C8F" size="3" face="Arial, Helvetica, Sans-serif">
&nbsp;
</font><img width="10" height="8" alt="" src="images/spacer.gif"></td><td align="right" width="50%" bgcolor="#CFDCED"><font color="#4C6C8F" size="3" face="Arial, Helvetica, Sans-serif">
&nbsp;
</font><img width="10" height="8" alt="" src="images/spacer.gif"></td><td width="10" bgcolor="#CFDCED"><img width="10" height="1" alt="" src="images/spacer.gif"></td>
</tr>
<tr>
<td colspan="4" bgcolor="#294563"><img width="10" height="1" alt="" src="images/spacer.gif"></td>
</tr>
<tr>
<td align="left" width="10"><img width="10" height="1" alt="" src="images/spacer.gif"></td><td align="left" width="100%">
<div class="content">
<table class="title">
<tr> <tr>
<!-- LEFT SIDE NAVIGATION -->
<td valign="top" nowrap>
<p><strong>Apache Ant</strong></p>
<ul>
<li> <a href="./index.html">Front Page</a>
</li>
<li> <a href="./antnews.html">News</a>
</li>
<li> <a href="./manual/index.html">Documentation</a>
</li>
<li> <a href="./projects.html">Related Projects</a>
</li>
<li> <a href="./external.html">External Tools and Tasks</a>
</li>
<li> <a href="./resources.html">Resources</a>
</li>
<li> <a href="./faq.html">Ant FAQ</a>
</li>
<li> <a href="./problems.html">Having Problems?</a>
</li>
</ul>
<p><strong>Download</strong></p>
<ul>
<li> <a href="./bindownload.cgi">Binary Distributions</a>
</li>
<li> <a href="./srcdownload.cgi">Source Distributions</a>
</li>
</ul>
<p><strong>Jakarta</strong></p>
<ul>
<li> <a href="http://jakarta.apache.org/site/news.html">News &amp; Status</a>
</li>
<li> <a href="http://jakarta.apache.org/site/mission.html">Mission</a>
</li>
<li> <a href="http://jakarta.apache.org/site/guidelines.html">Guidelines Notes</a>
</li>
<li> <a href="http://jakarta.apache.org/site/faqs.html">FAQs</a>
</li>
</ul>
<p><strong>Get Involved</strong></p>
<ul>
<li> <a href="http://jakarta.apache.org/site/getinvolved.html">Overview</a>
</li>
<li> <a href="http://jakarta.apache.org/site/cvsindex.html">CVS Repositories</a>
</li>
<li> <a href="http://jakarta.apache.org/site/mail.html">Mailing Lists</a>
</li>
<li> <a href="http://jakarta.apache.org/site/library.html">Reference Library</a>
</li>
<li> <a href="http://nagoya.apache.org/bugzilla/enter_bug.cgi?product=Ant">Bug Database</a>
</li>
<li> <a href="http://nagoya.apache.org/bugzilla/enter_bug.cgi?product=Ant&amp;bug_severity=Enhancement">Enhancement Requests</a>
</li>
<li> <a href="http://nagoya.apache.org/bugzilla/buglist.cgi?bug_status=NEW&amp;bug_status=ASSIGNED&amp;bug_status=REOPENED&amp;email1=&amp;emailtype1=substring&amp;emailassigned_to1=1&amp;email2=&amp;emailtype2=substring&amp;emailreporter2=1&amp;bugidtype=include&amp;bug_id=&amp;changedin=&amp;votes=&amp;chfieldfrom=&amp;chfieldto=Now&amp;chfieldvalue=&amp;product=Ant&amp;short_desc=%5BPATCH%5D&amp;short_desc_type=allwordssubstr&amp;long_desc=&amp;long_desc_type=allwordssubstr&amp;bug_file_loc=&amp;bug_file_loc_type=allwordssubstr&amp;keywords=&amp;keywords_type=anywords&amp;field0-0-0=noop&amp;type0-0-0=noop&amp;value0-0-0=&amp;cmdtype=doit&amp;order=Reuse+same+sort+as+last+time">Patch Queue</a>
</li>
</ul>
</td>
<td align="left" valign="top">
<table border="0" cellspacing="0" cellpadding="2" width="100%">
<tr><td bgcolor="#525D76">
<font color="#ffffff" face="arial,helvetica,sanserif">
<a name="Ant 1.5.1"><strong>Ant 1.5.1</strong></a>
</font>
</td></tr>
<tr><td>
<blockquote>
<td valign="middle">
<h1>Welcome</h1>
</td>
</tr>
</table>
<br/>
<table class="nowrap" border="0" cellspacing="0" cellpadding="2" width="100%">
<tr><td bgcolor="#294563"><font color="#ffffff"><a name="Ant 1.5.1"><strong>Ant 1.5.1</strong></a></font></td></tr>
</table>
<h3>Apache Ant 1.5.1 Released!</h3> <h3>Apache Ant 1.5.1 Released!</h3>
<p>Version 1.5.1 of Ant has been released. It is available for <p>Version 1.5.1 of Ant has been released. It is available for
download as <a href="bindownload.cgi">binary</a> or as <a href="srcdownload.cgi">source</a> distribution.</p>
</blockquote>
</td></tr>
download as <a href="http://ant.apache.org/bindownload.cgi">binary</a> or as <a href="http://ant.apache.org/srcdownload.cgi">source</a> distribution.</p>
<br/>
<table class="nowrap" border="0" cellspacing="0" cellpadding="2" width="100%">
<tr><td bgcolor="#294563"><font color="#ffffff"><a name="Apache Ant"><strong>Apache Ant</strong></a></font></td></tr>
</table> </table>
<table border="0" cellspacing="0" cellpadding="2" width="100%">
<tr><td bgcolor="#525D76">
<font color="#ffffff" face="arial,helvetica,sanserif">
<a name="Apache Ant"><strong>Apache Ant</strong></a>
</font>
</td></tr>
<tr><td>
<blockquote>
<p> <p>
Apache Ant is a Java-based build tool. In theory, it is kind of like Apache Ant is a Java-based build tool. In theory, it is kind of like
Make, but without Make's wrinkles. Make, but without Make's wrinkles.
@@ -155,17 +250,10 @@ And hey, if you really need to execute a shell command, Ant has an
allows different commands to be executed based on the OS that it is executing allows different commands to be executed based on the OS that it is executing
on. on.
</p> </p>
</blockquote>
</td></tr>
<br/>
<table class="nowrap" border="0" cellspacing="0" cellpadding="2" width="100%">
<tr><td bgcolor="#294563"><font color="#ffffff"><a name="Documentation"><strong>Documentation</strong></a></font></td></tr>
</table> </table>
<table border="0" cellspacing="0" cellpadding="2" width="100%">
<tr><td bgcolor="#525D76">
<font color="#ffffff" face="arial,helvetica,sanserif">
<a name="Documentation"><strong>Documentation</strong></a>
</font>
</td></tr>
<tr><td>
<blockquote>
<p> <p>
You can view the documentation for the current release (Apache Ant 1.5.1) You can view the documentation for the current release (Apache Ant 1.5.1)
<a href="manual/index.html">online</a> <a href="manual/index.html">online</a>
@@ -173,74 +261,60 @@ You can view the documentation for the current release (Apache Ant 1.5.1)
<p> <p>
Comprehensive documentation is included in the source and binary distributions. Comprehensive documentation is included in the source and binary distributions.
</p> </p>
</blockquote>
</td></tr>
<br/>
<table class="nowrap" border="0" cellspacing="0" cellpadding="2" width="100%">
<tr><td bgcolor="#294563"><font color="#ffffff"><a name="Nightly Builds"><strong>Nightly Builds</strong></a></font></td></tr>
</table> </table>
<table border="0" cellspacing="0" cellpadding="2" width="100%">
<tr><td bgcolor="#525D76">
<font color="#ffffff" face="arial,helvetica,sanserif">
<a name="Nightly Builds"><strong>Nightly Builds</strong></a>
</font>
</td></tr>
<tr><td>
<blockquote>
<p> <p>
If you wish to use the latest Ant features, you can try downloading a nightly If you wish to use the latest Ant features, you can try downloading a nightly
build from <a href="http://cvs.apache.org/builds/jakarta-ant/nightly/">here</a> build from <a href="http://cvs.apache.org/builds/jakarta-ant/nightly/">here</a>
</p> </p>
</blockquote>
</td></tr>
<br/>
<table class="nowrap" border="0" cellspacing="0" cellpadding="2" width="100%">
<tr><td bgcolor="#294563"><font color="#ffffff"><a name="Towards Ant2"><strong>Towards Ant2</strong></a></font></td></tr>
</table> </table>
<table border="0" cellspacing="0" cellpadding="2" width="100%">
<tr><td bgcolor="#525D76">
<font color="#ffffff" face="arial,helvetica,sanserif">
<a name="Towards Ant2"><strong>Towards Ant2</strong></a>
</font>
</td></tr>
<tr><td>
<blockquote>
<p> <p>
We are currently hashing out design details for Ant2. Please We are currently hashing out design details for Ant2. Please
read the latest <a href="antnews.html">Ant news</a> for more details. read the latest <a href="antnews.html">Ant news</a> for more details.
</p> </p>
</blockquote>
</td></tr>
<br/>
<table class="nowrap" border="0" cellspacing="0" cellpadding="2" width="100%">
<tr><td bgcolor="#294563"><font color="#ffffff"><a name="Get Involved"><strong>Get Involved</strong></a></font></td></tr>
</table> </table>
<table border="0" cellspacing="0" cellpadding="2" width="100%">
<tr><td bgcolor="#525D76">
<font color="#ffffff" face="arial,helvetica,sanserif">
<a name="Get Involved"><strong>Get Involved</strong></a>
</font>
</td></tr>
<tr><td>
<blockquote>
<ul> <ul>
<li><a href="http://jakarta.apache.org/getinvolved/getinvolvedindex.html">Get Involved</a></li> <li><a href="http://jakarta.apache.org/getinvolved/getinvolvedindex.html">Get Involved</a></li>
<li><a href="http://jakarta.apache.org/getinvolved/mail.html">Join Mailing Lists</a></li>
<li><a href="mail.html">Join Mailing Lists</a></li>
<li><a href="http://marc.theaimsgroup.com/?l=ant-dev&amp;r=1&amp;w=2">Search the Dev Mailing List</a> <li><a href="http://marc.theaimsgroup.com/?l=ant-dev&amp;r=1&amp;w=2">Search the Dev Mailing List</a>
</li> </li>
<li><a href="http://marc.theaimsgroup.com/?l=ant-user&amp;r=1&amp;w=2">Search the User Mailing List</a> <li><a href="http://marc.theaimsgroup.com/?l=ant-user&amp;r=1&amp;w=2">Search the User Mailing List</a>
</li> </li>
</ul> </ul>
</blockquote>
</td></tr>
</table>
</td>
</div>
</td><td width="10"><img width="10" height="4" alt="" src="images/spacer.gif"></td>
</tr>
</table>
</td>
</tr>
</table>
<table summary="footer" cellspacing="0" cellpadding="0" width="100%" border="0">
<tr>
<td colspan="2" height="1" bgcolor="#4C6C8F"><img height="1" width="1" alt="" src="images/spacer.gif"><a href="images/label.gif"></a><a href="images/page.gif"></a><a href="images/chapter.gif"></a><a href="images/chapter_open.gif"></a><a href="images/current.gif"></a><a href="/favicon.ico"></a></td>
</tr>
<tr>
<td colspan="2" bgcolor="#CFDCED" class="copyright" align="center"><font size="2" face="Arial, Helvetica, Sans-Serif">Copyright &copy; 2000-2003&nbsp;The Apache Software Foundation. All rights reserved.<script type="text/javascript" language="JavaScript"><!--
document.write(" - "+"Last Published: " + document.lastModified);
// --></script></font></td>
</tr> </tr>

<!-- FOOTER -->
<tr><td colspan="2">
<hr noshade size="1"/>
</td></tr>
<tr><td colspan="2">
<div align="center"><font color="#525D76" size="-1"><em>
Copyright &#169; 2000-2003, Apache Software Foundation
</em></font></div>
</td></tr>
</table> </table>
</body> </body>
</html> </html>
<!-- end the processing -->













+ 245
- 0
docs/legal.html View File

@@ -0,0 +1,245 @@


<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<!-- GENERATED FILE, DO NOT EDIT, EDIT THE XML FILE IN xdocs INSTEAD! -->
<head>
<META http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<title>Apache Ant - Legal</title>
<link type="text/css" href="page.css" rel="stylesheet">
<meta name="author" content="Jon S. Stevens">
<meta name="email" content="jon@latchkey.com">
</head>

<body text="#000000" bgcolor="#ffffff">
<table summary="navigation path" width="100%" border="0" cellpadding="0" cellspacing="0">
<tr>
<td nowrap="nowrap" valign="middle" bgcolor="#CFDCED" height="20"><img height="1" width="5" alt="" border="0" src="images/spacer.gif"><font size="2" face="Arial, Helvetica, Sans-serif"><script src="breadcrumbs.js" language="JavaScript" type="text/javascript"></script></font></td>
</tr>
<tr>
<td bgcolor="#4C6C8F" height="2"><img height="2" width="2" alt="" border="0" src="images/spacer.gif"></td>
</tr>
</table>

<table summary="header with logos" width="100%" border="0" cellpadding="0" cellspacing="0">
<tr>
<td bgcolor="#294563"><a href="http://ant.apache.org/"><img border="0" alt="Apache Ant site" src="images/group-logo.gif"></a></td><td width="100%" align="center" bgcolor="#294563"><a href="http://ant.apache.org/"><img alt="Apache Ant logo" border="0" src="images/project-logo.gif"></a></td><td valign="top" rowspan="2" bgcolor="#294563">
<form target="_blank" onsubmit="q.value = query.value + ' site:ant.apache.org'" action="http://www.google.com/search" method="get">
<table summary="search" border="0" cellspacing="0" cellpadding="0" bgcolor="#4C6C8F">
<tr>
<td colspan="3"><img height="10" width="1" alt="" src="images/spacer.gif"></td>
</tr>
<tr>
<td><img height="1" width="1" alt="" src="images/spacer.gif"></td><td nowrap="nowrap"><input name="q" type="hidden"><input size="15" id="query" type="text"><img height="1" width="5" alt="" src="images/spacer.gif"><input name="Search" value="Search" type="submit">
<br>
<font face="Arial, Helvetica, Sans-serif" size="2" color="white">
the Apache Ant site


</font></td><td><img height="1" width="1" alt="" src="images/spacer.gif"></td>
</tr>
<tr>
<td><img alt="" border="0" height="10" width="9" src="images/search-left.gif"></td><td><img height="1" width="1" alt="" src="images/spacer.gif"></td><td><img alt="" border="0" height="10" width="9" src="images/search-right.gif"></td>
</tr>
</table>
</form>
</td><td bgcolor="#294563"><img height="10" width="10" alt="" src="images/spacer.gif"></td>
</tr>
<tr>
<td valign="bottom" bgcolor="#294563" colspan="2">
<div class="tab">
<table summary="tab bar" border="0" cellpadding="0" cellspacing="0">
<tr>

<td width="8"><img alt="" height="8" width="8" src="images/spacer.gif"></td><td valign="bottom">
<table summary="selected tab" border="0" cellpadding="0" cellspacing="0">
<tr>
<td height="30" valign="top" width="5" bgcolor="#4C6C8F"><img height="5" width="5" alt="" src="images/tabSel-left.gif"></td><td valign="middle" bgcolor="#4C6C8F"><font color="#ffffff" size="2" face="Arial, Helvetica, Sans-serif"><b>Home</b></font></td><td valign="top" width="5" bgcolor="#4C6C8F"><img height="5" width="5" alt="" src="images/tabSel-right.gif"></td>
</tr>
</table>
</td>
</tr>
</table>
</div>
</td><td bgcolor="#294563"><img alt="" width="1" height="1" src="images/spacer.gif"></td>
</tr>
<tr>
<td bgcolor="#4C6C8F" colspan="4"><img width="1" height="10" alt="" src="images/spacer.gif"></td>
</tr>
</table>
<table summary="page content" bgcolor="#ffffff" width="100%" border="0" cellpadding="0" cellspacing="0">
<tr>
<td valign="top">
<table summary="menu" border="0" cellspacing="0" cellpadding="0">
<tr>
<td rowspan="3" valign="top">
<table summary="blue line" border="0" cellpadding="0" cellspacing="0">
<tr>
<td bgcolor="#294563"><img width="10" height="1" alt="" src="images/spacer.gif"></td>
</tr>
<tr>
<td bgcolor="#CFDCED"><font color="#4C6C8F" size="4" face="Arial, Helvetica, Sans-serif">&nbsp;</font></td>
</tr>
<tr>
<td bgcolor="#294563"><img width="10" height="1" alt="" src="images/spacer.gif"></td>
</tr>
</table>
</td><td bgcolor="#294563"><img width="1" height="1" alt="" src="images/spacer.gif"></td><td valign="bottom" bgcolor="#4C6C8F"><img width="10" height="10" alt="" src="images/spacer.gif"></td><td nowrap="nowrap" valign="top" bgcolor="#4C6C8F">
<div class="menu"><ul>
<li><font color="#CFDCED">Apache Ant</font>
<ul>
<li>
<a href="./index.html">Welcome</a>
</li>
<li>
<a href="./license.html">License</a>
</li>
<li>
<a href="./antnews.html">News</a>
</li>
</ul>
</li>
<li><font color="#CFDCED">Documentation</font>
<ul>
<li>
<a href="./manual/index.html">Manual</a>
</li>
<li>
<a href="./projects.html">Related Projects</a>
</li>
<li>
<a href="./external.html">External Tools and Tasks</a>
</li>
<li>
<a href="./resources.html">Resources</a>
</li>
<li>
<a href="./faq.html">Frequently Asked Questions</a>
</li>
<li>
<a href="./problems.html">Having Problems?</a>
</li>
</ul>
</li>
<li><font color="#CFDCED">Download</font>
<ul>
<li>
<a href="http://ant.apache.org/bindownload.cgi">Binary Distributions</a>
</li>
<li>
<a href="http://ant.apache.org/srcdownload.cgi">Source Distributions</a>
</li>
</ul>
</li>
<li><font color="#CFDCED">Get Involved</font>
<ul>
<li>
<a href="./mail.html">Mailing Lists</a>
</li>
<li>
<a href="./cvs.html">CVS Repositories</a>
</li>
<li>
<a href="http://nagoya.apache.org/bugzilla/enter_bug.cgi?product=Ant">Bug Database</a>
</li>
<li>
<a href="http://nagoya.apache.org/bugzilla/enter_bug.cgi?product=Ant&amp;bug_severity=Enhancement">Enhancement Requests</a>
</li>
</ul>
</li>
<li><font color="#CFDCED">Project Management</font>
<ul>
<li>
<a href="./contributors.html">Contributors</a>
</li>
<li>
<a href="./mission.html">Apache Ant Mission</a>
</li>
<li>
<a href="./guidelines.html">Project Guidelines</a>
</li>
<li>
<span class="sel"><font color="#ffcc00">Legal</font></span>
</li>
</ul>
</li>
</ul></div>
</td><td valign="bottom" bgcolor="#4C6C8F"><img width="10" height="10" alt="" src="images/spacer.gif"></td><td bgcolor="#294563"><img width="1" height="1" alt="" src="images/spacer.gif"></td>
</tr>
<tr>
<td valign="bottom" align="left" colspan="2" rowspan="2" bgcolor="#4C6C8F"><img height="10" width="10" border="0" alt="" src="images/menu-left.gif"></td><td bgcolor="#4C6C8F"><img height="10" width="10" border="0" alt="" src="images/spacer.gif"></td><td valign="bottom" align="right" colspan="2" rowspan="2" bgcolor="#4C6C8F"><img height="10" width="10" border="0" alt="" src="images/menu-right.gif"></td>
</tr>
<tr>
<td height="1" bgcolor="#294563"><img width="1" height="1" alt="" src="images/spacer.gif"></td>
</tr>
</table>
</td><td valign="top" width="100%">
<table summary="content" width="100%" border="0" cellpadding="0" cellspacing="0">
<tr>
<td colspan="4" bgcolor="#294563"><img width="10" height="1" alt="" src="images/spacer.gif"></td>
</tr>
<tr>
<td align="left" width="10" bgcolor="#CFDCED"><img width="10" height="1" alt="" src="images/spacer.gif"></td><td align="left" width="50%" bgcolor="#CFDCED"><font color="#4C6C8F" size="3" face="Arial, Helvetica, Sans-serif">
&nbsp;
</font><img width="10" height="8" alt="" src="images/spacer.gif"></td><td align="right" width="50%" bgcolor="#CFDCED"><font color="#4C6C8F" size="3" face="Arial, Helvetica, Sans-serif">
&nbsp;
</font><img width="10" height="8" alt="" src="images/spacer.gif"></td><td width="10" bgcolor="#CFDCED"><img width="10" height="1" alt="" src="images/spacer.gif"></td>
</tr>
<tr>
<td colspan="4" bgcolor="#294563"><img width="10" height="1" alt="" src="images/spacer.gif"></td>
</tr>
<tr>
<td align="left" width="10"><img width="10" height="1" alt="" src="images/spacer.gif"></td><td align="left" width="100%">
<div class="content">
<table class="title">
<tr>
<td valign="middle">
<h1>Legal</h1>
</td>
</tr>
</table>
<br/>
<table class="nowrap" border="0" cellspacing="0" cellpadding="2" width="100%">
<tr><td bgcolor="#294563"><font color="#ffffff"><a name="Legal Stuff They Make Us Say"><strong>Legal Stuff They Make Us Say</strong></a></font></td></tr>
</table>
<p>All material on this website is Copyright © 1999-2002,
The Apache Software Foundation.</p>
<p>Sun, Sun Microsystems, Solaris, Java, JavaServer Web
Development Kit, and JavaServer Pages are trademarks or
registered trademarks of Sun Microsystems, Inc. UNIX is a
registered trademark in the United States and other countries,
exclusively licensed through X/Open Company, Ltd. Windows,
WindowsNT, and Win32 are registered trademarks of Microsoft
Corp. All other product names mentioned herein and throughout
the entire web site are trademarks of their respective
owners.</p>
</div>
</td><td width="10"><img width="10" height="4" alt="" src="images/spacer.gif"></td>
</tr>
</table>
</td>
</tr>
</table>
<table summary="footer" cellspacing="0" cellpadding="0" width="100%" border="0">
<tr>
<td colspan="2" height="1" bgcolor="#4C6C8F"><img height="1" width="1" alt="" src="images/spacer.gif"><a href="images/label.gif"></a><a href="images/page.gif"></a><a href="images/chapter.gif"></a><a href="images/chapter_open.gif"></a><a href="images/current.gif"></a><a href="/favicon.ico"></a></td>
</tr>
<tr>
<td colspan="2" bgcolor="#CFDCED" class="copyright" align="center"><font size="2" face="Arial, Helvetica, Sans-Serif">Copyright &copy; 2000-2003&nbsp;The Apache Software Foundation. All rights reserved.<script type="text/javascript" language="JavaScript"><!--
document.write(" - "+"Last Published: " + document.lastModified);
// --></script></font></td>
</tr>
</table>
</body>
</html>










+ 283
- 0
docs/license.html View File

@@ -0,0 +1,283 @@


<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<!-- GENERATED FILE, DO NOT EDIT, EDIT THE XML FILE IN xdocs INSTEAD! -->
<head>
<META http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<title>Apache Ant - License</title>
<link type="text/css" href="page.css" rel="stylesheet">
</head>

<body text="#000000" bgcolor="#ffffff">
<table summary="navigation path" width="100%" border="0" cellpadding="0" cellspacing="0">
<tr>
<td nowrap="nowrap" valign="middle" bgcolor="#CFDCED" height="20"><img height="1" width="5" alt="" border="0" src="images/spacer.gif"><font size="2" face="Arial, Helvetica, Sans-serif"><script src="breadcrumbs.js" language="JavaScript" type="text/javascript"></script></font></td>
</tr>
<tr>
<td bgcolor="#4C6C8F" height="2"><img height="2" width="2" alt="" border="0" src="images/spacer.gif"></td>
</tr>
</table>

<table summary="header with logos" width="100%" border="0" cellpadding="0" cellspacing="0">
<tr>
<td bgcolor="#294563"><a href="http://ant.apache.org/"><img border="0" alt="Apache Ant site" src="images/group-logo.gif"></a></td><td width="100%" align="center" bgcolor="#294563"><a href="http://ant.apache.org/"><img alt="Apache Ant logo" border="0" src="images/project-logo.gif"></a></td><td valign="top" rowspan="2" bgcolor="#294563">
<form target="_blank" onsubmit="q.value = query.value + ' site:ant.apache.org'" action="http://www.google.com/search" method="get">
<table summary="search" border="0" cellspacing="0" cellpadding="0" bgcolor="#4C6C8F">
<tr>
<td colspan="3"><img height="10" width="1" alt="" src="images/spacer.gif"></td>
</tr>
<tr>
<td><img height="1" width="1" alt="" src="images/spacer.gif"></td><td nowrap="nowrap"><input name="q" type="hidden"><input size="15" id="query" type="text"><img height="1" width="5" alt="" src="images/spacer.gif"><input name="Search" value="Search" type="submit">
<br>
<font face="Arial, Helvetica, Sans-serif" size="2" color="white">
the Apache Ant site


</font></td><td><img height="1" width="1" alt="" src="images/spacer.gif"></td>
</tr>
<tr>
<td><img alt="" border="0" height="10" width="9" src="images/search-left.gif"></td><td><img height="1" width="1" alt="" src="images/spacer.gif"></td><td><img alt="" border="0" height="10" width="9" src="images/search-right.gif"></td>
</tr>
</table>
</form>
</td><td bgcolor="#294563"><img height="10" width="10" alt="" src="images/spacer.gif"></td>
</tr>
<tr>
<td valign="bottom" bgcolor="#294563" colspan="2">
<div class="tab">
<table summary="tab bar" border="0" cellpadding="0" cellspacing="0">
<tr>

<td width="8"><img alt="" height="8" width="8" src="images/spacer.gif"></td><td valign="bottom">
<table summary="selected tab" border="0" cellpadding="0" cellspacing="0">
<tr>
<td height="30" valign="top" width="5" bgcolor="#4C6C8F"><img height="5" width="5" alt="" src="images/tabSel-left.gif"></td><td valign="middle" bgcolor="#4C6C8F"><font color="#ffffff" size="2" face="Arial, Helvetica, Sans-serif"><b>Home</b></font></td><td valign="top" width="5" bgcolor="#4C6C8F"><img height="5" width="5" alt="" src="images/tabSel-right.gif"></td>
</tr>
</table>
</td>
</tr>
</table>
</div>
</td><td bgcolor="#294563"><img alt="" width="1" height="1" src="images/spacer.gif"></td>
</tr>
<tr>
<td bgcolor="#4C6C8F" colspan="4"><img width="1" height="10" alt="" src="images/spacer.gif"></td>
</tr>
</table>
<table summary="page content" bgcolor="#ffffff" width="100%" border="0" cellpadding="0" cellspacing="0">
<tr>
<td valign="top">
<table summary="menu" border="0" cellspacing="0" cellpadding="0">
<tr>
<td rowspan="3" valign="top">
<table summary="blue line" border="0" cellpadding="0" cellspacing="0">
<tr>
<td bgcolor="#294563"><img width="10" height="1" alt="" src="images/spacer.gif"></td>
</tr>
<tr>
<td bgcolor="#CFDCED"><font color="#4C6C8F" size="4" face="Arial, Helvetica, Sans-serif">&nbsp;</font></td>
</tr>
<tr>
<td bgcolor="#294563"><img width="10" height="1" alt="" src="images/spacer.gif"></td>
</tr>
</table>
</td><td bgcolor="#294563"><img width="1" height="1" alt="" src="images/spacer.gif"></td><td valign="bottom" bgcolor="#4C6C8F"><img width="10" height="10" alt="" src="images/spacer.gif"></td><td nowrap="nowrap" valign="top" bgcolor="#4C6C8F">
<div class="menu"><ul>
<li><font color="#CFDCED">Apache Ant</font>
<ul>
<li>
<a href="./index.html">Welcome</a>
</li>
<li>
<span class="sel"><font color="#ffcc00">License</font></span>
</li>
<li>
<a href="./antnews.html">News</a>
</li>
</ul>
</li>
<li><font color="#CFDCED">Documentation</font>
<ul>
<li>
<a href="./manual/index.html">Manual</a>
</li>
<li>
<a href="./projects.html">Related Projects</a>
</li>
<li>
<a href="./external.html">External Tools and Tasks</a>
</li>
<li>
<a href="./resources.html">Resources</a>
</li>
<li>
<a href="./faq.html">Frequently Asked Questions</a>
</li>
<li>
<a href="./problems.html">Having Problems?</a>
</li>
</ul>
</li>
<li><font color="#CFDCED">Download</font>
<ul>
<li>
<a href="http://ant.apache.org/bindownload.cgi">Binary Distributions</a>
</li>
<li>
<a href="http://ant.apache.org/srcdownload.cgi">Source Distributions</a>
</li>
</ul>
</li>
<li><font color="#CFDCED">Get Involved</font>
<ul>
<li>
<a href="./mail.html">Mailing Lists</a>
</li>
<li>
<a href="./cvs.html">CVS Repositories</a>
</li>
<li>
<a href="http://nagoya.apache.org/bugzilla/enter_bug.cgi?product=Ant">Bug Database</a>
</li>
<li>
<a href="http://nagoya.apache.org/bugzilla/enter_bug.cgi?product=Ant&amp;bug_severity=Enhancement">Enhancement Requests</a>
</li>
</ul>
</li>
<li><font color="#CFDCED">Project Management</font>
<ul>
<li>
<a href="./contributors.html">Contributors</a>
</li>
<li>
<a href="./mission.html">Apache Ant Mission</a>
</li>
<li>
<a href="./guidelines.html">Project Guidelines</a>
</li>
<li>
<a href="./legal.html">Legal</a>
</li>
</ul>
</li>
</ul></div>
</td><td valign="bottom" bgcolor="#4C6C8F"><img width="10" height="10" alt="" src="images/spacer.gif"></td><td bgcolor="#294563"><img width="1" height="1" alt="" src="images/spacer.gif"></td>
</tr>
<tr>
<td valign="bottom" align="left" colspan="2" rowspan="2" bgcolor="#4C6C8F"><img height="10" width="10" border="0" alt="" src="images/menu-left.gif"></td><td bgcolor="#4C6C8F"><img height="10" width="10" border="0" alt="" src="images/spacer.gif"></td><td valign="bottom" align="right" colspan="2" rowspan="2" bgcolor="#4C6C8F"><img height="10" width="10" border="0" alt="" src="images/menu-right.gif"></td>
</tr>
<tr>
<td height="1" bgcolor="#294563"><img width="1" height="1" alt="" src="images/spacer.gif"></td>
</tr>
</table>
</td><td valign="top" width="100%">
<table summary="content" width="100%" border="0" cellpadding="0" cellspacing="0">
<tr>
<td colspan="4" bgcolor="#294563"><img width="10" height="1" alt="" src="images/spacer.gif"></td>
</tr>
<tr>
<td align="left" width="10" bgcolor="#CFDCED"><img width="10" height="1" alt="" src="images/spacer.gif"></td><td align="left" width="50%" bgcolor="#CFDCED"><font color="#4C6C8F" size="3" face="Arial, Helvetica, Sans-serif">
&nbsp;
</font><img width="10" height="8" alt="" src="images/spacer.gif"></td><td align="right" width="50%" bgcolor="#CFDCED"><font color="#4C6C8F" size="3" face="Arial, Helvetica, Sans-serif">
&nbsp;
</font><img width="10" height="8" alt="" src="images/spacer.gif"></td><td width="10" bgcolor="#CFDCED"><img width="10" height="1" alt="" src="images/spacer.gif"></td>
</tr>
<tr>
<td colspan="4" bgcolor="#294563"><img width="10" height="1" alt="" src="images/spacer.gif"></td>
</tr>
<tr>
<td align="left" width="10"><img width="10" height="1" alt="" src="images/spacer.gif"></td><td align="left" width="100%">
<div class="content">
<table class="title">
<tr>
<td valign="middle">
<h1>License</h1>
</td>
</tr>
</table>
<br/>
<table class="nowrap" border="0" cellspacing="0" cellpadding="2" width="100%">
<tr><td bgcolor="#294563"><font color="#ffffff"><a name="The Apache Software License"><strong>The Apache Software License</strong></a></font></td></tr>
</table>
<pre class="code">/*
* ============================================================================
* The Apache Software License, Version 1.1
* ============================================================================
*
* Copyright (C) 2000-2003 The Apache Software Foundation. All
* rights reserved.
*
* Redistribution and use in source and binary forms, with or without modifica-
* tion, are permitted provided that the following conditions are met:
*
* 1. Redistributions of source code must retain the above copyright notice,
* this list of conditions and the following disclaimer.
*
* 2. Redistributions in binary form must reproduce the above copyright notice,
* this list of conditions and the following disclaimer in the documentation
* and/or other materials provided with the distribution.
*
* 3. The end-user documentation included with the redistribution, if any, must
* include the following acknowledgment: &quot;This product includes software
* developed by the Apache Software Foundation (http://www.apache.org/).&quot;
* Alternately, this acknowledgment may appear in the software itself, if
* and wherever such third-party acknowledgments normally appear.
*
* 4. The names &quot;Ant&quot; and &quot;Apache Software Foundation&quot; must not be used to
* endorse or promote products derived from this software without prior
* written permission. For written permission, please contact
* apache@apache.org.
*
* 5. Products derived from this software may not be called &quot;Apache&quot;, nor may
* &quot;Apache&quot; appear in their name, without prior written permission of the
* Apache Software Foundation.
*
* THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED WARRANTIES,
* INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
* FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
* APACHE SOFTWARE FOUNDATION OR ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT,
* INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLU-
* DING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS
* OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
* ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
* (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*
* This software consists of voluntary contributions made by many individuals
* on behalf of the Apache Software Foundation. For more information on the
* Apache Software Foundation, please see &lt;http://www.apache.org/&gt;.
*
*/
</pre>
<p>You can download the original license file <a href="./LICENSE" target="_new">here</a></p>
</div>
</td><td width="10"><img width="10" height="4" alt="" src="images/spacer.gif"></td>
</tr>
</table>
</td>
</tr>
</table>
<table summary="footer" cellspacing="0" cellpadding="0" width="100%" border="0">
<tr>
<td colspan="2" height="1" bgcolor="#4C6C8F"><img height="1" width="1" alt="" src="images/spacer.gif"><a href="images/label.gif"></a><a href="images/page.gif"></a><a href="images/chapter.gif"></a><a href="images/chapter_open.gif"></a><a href="images/current.gif"></a><a href="/favicon.ico"></a></td>
</tr>
<tr>
<td colspan="2" bgcolor="#CFDCED" class="copyright" align="center"><font size="2" face="Arial, Helvetica, Sans-Serif">Copyright &copy; 2000-2003&nbsp;The Apache Software Foundation. All rights reserved.<script type="text/javascript" language="JavaScript"><!--
document.write(" - "+"Last Published: " + document.lastModified);
// --></script></font></td>
</tr>
</table>
</body>
</html>










+ 279
- 0
docs/mail.html View File

@@ -0,0 +1,279 @@


<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<!-- GENERATED FILE, DO NOT EDIT, EDIT THE XML FILE IN xdocs INSTEAD! -->
<head>
<META http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<title>Apache Ant - Mailing Lists</title>
<link type="text/css" href="page.css" rel="stylesheet">
</head>

<body text="#000000" bgcolor="#ffffff">
<table summary="navigation path" width="100%" border="0" cellpadding="0" cellspacing="0">
<tr>
<td nowrap="nowrap" valign="middle" bgcolor="#CFDCED" height="20"><img height="1" width="5" alt="" border="0" src="images/spacer.gif"><font size="2" face="Arial, Helvetica, Sans-serif"><script src="breadcrumbs.js" language="JavaScript" type="text/javascript"></script></font></td>
</tr>
<tr>
<td bgcolor="#4C6C8F" height="2"><img height="2" width="2" alt="" border="0" src="images/spacer.gif"></td>
</tr>
</table>

<table summary="header with logos" width="100%" border="0" cellpadding="0" cellspacing="0">
<tr>
<td bgcolor="#294563"><a href="http://ant.apache.org/"><img border="0" alt="Apache Ant site" src="images/group-logo.gif"></a></td><td width="100%" align="center" bgcolor="#294563"><a href="http://ant.apache.org/"><img alt="Apache Ant logo" border="0" src="images/project-logo.gif"></a></td><td valign="top" rowspan="2" bgcolor="#294563">
<form target="_blank" onsubmit="q.value = query.value + ' site:ant.apache.org'" action="http://www.google.com/search" method="get">
<table summary="search" border="0" cellspacing="0" cellpadding="0" bgcolor="#4C6C8F">
<tr>
<td colspan="3"><img height="10" width="1" alt="" src="images/spacer.gif"></td>
</tr>
<tr>
<td><img height="1" width="1" alt="" src="images/spacer.gif"></td><td nowrap="nowrap"><input name="q" type="hidden"><input size="15" id="query" type="text"><img height="1" width="5" alt="" src="images/spacer.gif"><input name="Search" value="Search" type="submit">
<br>
<font face="Arial, Helvetica, Sans-serif" size="2" color="white">
the Apache Ant site


</font></td><td><img height="1" width="1" alt="" src="images/spacer.gif"></td>
</tr>
<tr>
<td><img alt="" border="0" height="10" width="9" src="images/search-left.gif"></td><td><img height="1" width="1" alt="" src="images/spacer.gif"></td><td><img alt="" border="0" height="10" width="9" src="images/search-right.gif"></td>
</tr>
</table>
</form>
</td><td bgcolor="#294563"><img height="10" width="10" alt="" src="images/spacer.gif"></td>
</tr>
<tr>
<td valign="bottom" bgcolor="#294563" colspan="2">
<div class="tab">
<table summary="tab bar" border="0" cellpadding="0" cellspacing="0">
<tr>

<td width="8"><img alt="" height="8" width="8" src="images/spacer.gif"></td><td valign="bottom">
<table summary="selected tab" border="0" cellpadding="0" cellspacing="0">
<tr>
<td height="30" valign="top" width="5" bgcolor="#4C6C8F"><img height="5" width="5" alt="" src="images/tabSel-left.gif"></td><td valign="middle" bgcolor="#4C6C8F"><font color="#ffffff" size="2" face="Arial, Helvetica, Sans-serif"><b>Home</b></font></td><td valign="top" width="5" bgcolor="#4C6C8F"><img height="5" width="5" alt="" src="images/tabSel-right.gif"></td>
</tr>
</table>
</td>
</tr>
</table>
</div>
</td><td bgcolor="#294563"><img alt="" width="1" height="1" src="images/spacer.gif"></td>
</tr>
<tr>
<td bgcolor="#4C6C8F" colspan="4"><img width="1" height="10" alt="" src="images/spacer.gif"></td>
</tr>
</table>
<table summary="page content" bgcolor="#ffffff" width="100%" border="0" cellpadding="0" cellspacing="0">
<tr>
<td valign="top">
<table summary="menu" border="0" cellspacing="0" cellpadding="0">
<tr>
<td rowspan="3" valign="top">
<table summary="blue line" border="0" cellpadding="0" cellspacing="0">
<tr>
<td bgcolor="#294563"><img width="10" height="1" alt="" src="images/spacer.gif"></td>
</tr>
<tr>
<td bgcolor="#CFDCED"><font color="#4C6C8F" size="4" face="Arial, Helvetica, Sans-serif">&nbsp;</font></td>
</tr>
<tr>
<td bgcolor="#294563"><img width="10" height="1" alt="" src="images/spacer.gif"></td>
</tr>
</table>
</td><td bgcolor="#294563"><img width="1" height="1" alt="" src="images/spacer.gif"></td><td valign="bottom" bgcolor="#4C6C8F"><img width="10" height="10" alt="" src="images/spacer.gif"></td><td nowrap="nowrap" valign="top" bgcolor="#4C6C8F">
<div class="menu"><ul>
<li><font color="#CFDCED">Apache Ant</font>
<ul>
<li>
<a href="./index.html">Welcome</a>
</li>
<li>
<a href="./license.html">License</a>
</li>
<li>
<a href="./antnews.html">News</a>
</li>
</ul>
</li>
<li><font color="#CFDCED">Documentation</font>
<ul>
<li>
<a href="./manual/index.html">Manual</a>
</li>
<li>
<a href="./projects.html">Related Projects</a>
</li>
<li>
<a href="./external.html">External Tools and Tasks</a>
</li>
<li>
<a href="./resources.html">Resources</a>
</li>
<li>
<a href="./faq.html">Frequently Asked Questions</a>
</li>
<li>
<a href="./problems.html">Having Problems?</a>
</li>
</ul>
</li>
<li><font color="#CFDCED">Download</font>
<ul>
<li>
<a href="http://ant.apache.org/bindownload.cgi">Binary Distributions</a>
</li>
<li>
<a href="http://ant.apache.org/srcdownload.cgi">Source Distributions</a>
</li>
</ul>
</li>
<li><font color="#CFDCED">Get Involved</font>
<ul>
<li>
<span class="sel"><font color="#ffcc00">Mailing Lists</font></span>
</li>
<li>
<a href="./cvs.html">CVS Repositories</a>
</li>
<li>
<a href="http://nagoya.apache.org/bugzilla/enter_bug.cgi?product=Ant">Bug Database</a>
</li>
<li>
<a href="http://nagoya.apache.org/bugzilla/enter_bug.cgi?product=Ant&amp;bug_severity=Enhancement">Enhancement Requests</a>
</li>
</ul>
</li>
<li><font color="#CFDCED">Project Management</font>
<ul>
<li>
<a href="./contributors.html">Contributors</a>
</li>
<li>
<a href="./mission.html">Apache Ant Mission</a>
</li>
<li>
<a href="./guidelines.html">Project Guidelines</a>
</li>
<li>
<a href="./legal.html">Legal</a>
</li>
</ul>
</li>
</ul></div>
</td><td valign="bottom" bgcolor="#4C6C8F"><img width="10" height="10" alt="" src="images/spacer.gif"></td><td bgcolor="#294563"><img width="1" height="1" alt="" src="images/spacer.gif"></td>
</tr>
<tr>
<td valign="bottom" align="left" colspan="2" rowspan="2" bgcolor="#4C6C8F"><img height="10" width="10" border="0" alt="" src="images/menu-left.gif"></td><td bgcolor="#4C6C8F"><img height="10" width="10" border="0" alt="" src="images/spacer.gif"></td><td valign="bottom" align="right" colspan="2" rowspan="2" bgcolor="#4C6C8F"><img height="10" width="10" border="0" alt="" src="images/menu-right.gif"></td>
</tr>
<tr>
<td height="1" bgcolor="#294563"><img width="1" height="1" alt="" src="images/spacer.gif"></td>
</tr>
</table>
</td><td valign="top" width="100%">
<table summary="content" width="100%" border="0" cellpadding="0" cellspacing="0">
<tr>
<td colspan="4" bgcolor="#294563"><img width="10" height="1" alt="" src="images/spacer.gif"></td>
</tr>
<tr>
<td align="left" width="10" bgcolor="#CFDCED"><img width="10" height="1" alt="" src="images/spacer.gif"></td><td align="left" width="50%" bgcolor="#CFDCED"><font color="#4C6C8F" size="3" face="Arial, Helvetica, Sans-serif">
&nbsp;
</font><img width="10" height="8" alt="" src="images/spacer.gif"></td><td align="right" width="50%" bgcolor="#CFDCED"><font color="#4C6C8F" size="3" face="Arial, Helvetica, Sans-serif">
&nbsp;
</font><img width="10" height="8" alt="" src="images/spacer.gif"></td><td width="10" bgcolor="#CFDCED"><img width="10" height="1" alt="" src="images/spacer.gif"></td>
</tr>
<tr>
<td colspan="4" bgcolor="#294563"><img width="10" height="1" alt="" src="images/spacer.gif"></td>
</tr>
<tr>
<td align="left" width="10"><img width="10" height="1" alt="" src="images/spacer.gif"></td><td align="left" width="100%">
<div class="content">
<table class="title">
<tr>
<td valign="middle">
<h1>Mailing Lists</h1>
</td>
</tr>
</table>
<br/>
<table class="nowrap" border="0" cellspacing="0" cellpadding="2" width="100%">
<tr><td bgcolor="#294563"><font color="#ffffff"><a name="Mailing Lists"><strong>Mailing Lists</strong></a></font></td></tr>
</table>
<p>Please read the <a href="http://jakarta.apache.org/site/mail.html">guidelines of
the Jakarta Project</a> before subscribing and posting to any of
the lists below. They apply to Ant's lists as well.</p>
<p>The user and dev list are subscriber only lists, this means
you have to subscribe before you can post to the list. These
lists are archived at</p>
<ul>
<li><a href="http://archives.apache.org/eyebrowse/ViewLists">List Index on archives.apache.org</a></li>
<li><a href="http://marc.theaimsgroup.com/">Mailing list Archives</a></li>
</ul>
<br/>
<a name="User List"></a>
<table border="0" cellspacing="0" cellpadding="2" width="100%">
<tr><td bgcolor="#4C6C8F">
<font color="#ffffff" face="arial,helvetica,sanserif">
<strong>User List</strong>
</font>
</td></tr>
</table>
<p>
<b>Medium Traffic</b>
<a href="mailto:ant-user-subscribe@jakarta.apache.org">Subscribe</a>
<a href="mailto:ant-user-unsubscribe@jakarta.apache.org">Unsubscribe</a>
<a href="http://archives.apache.org/eyebrowse/SummarizeList?listName=ant-user@jakarta.apache.org">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
related to using Ant as a build tool.</p>
<br/>
<a name="Developer List"></a>
<table border="0" cellspacing="0" cellpadding="2" width="100%">
<tr><td bgcolor="#4C6C8F">
<font color="#ffffff" face="arial,helvetica,sanserif">
<strong>Developer List</strong>
</font>
</td></tr>
</table>
<p>
<b>High Traffic</b>
<a href="mailto:ant-dev-subscribe@jakarta.apache.org">Subscribe</a>
<a href="mailto:ant-dev-unsubscribe@jakarta.apache.org">Unsubscribe</a>
<a href="http://archives.apache.org/eyebrowse/SummarizeList?listName=ant-dev@jakarta.apache.org">Archive</a>
</p>
<p>This is the list where participating developers of the Ant
build tool meet and discuss issues, code changes/additions,
etc. Subscribers to this list get notices of each and every
code change, build results, testing notices, etc.</p>
</div>
</td><td width="10"><img width="10" height="4" alt="" src="images/spacer.gif"></td>
</tr>
</table>
</td>
</tr>
</table>
<table summary="footer" cellspacing="0" cellpadding="0" width="100%" border="0">
<tr>
<td colspan="2" height="1" bgcolor="#4C6C8F"><img height="1" width="1" alt="" src="images/spacer.gif"><a href="images/label.gif"></a><a href="images/page.gif"></a><a href="images/chapter.gif"></a><a href="images/chapter_open.gif"></a><a href="images/current.gif"></a><a href="/favicon.ico"></a></td>
</tr>
<tr>
<td colspan="2" bgcolor="#CFDCED" class="copyright" align="center"><font size="2" face="Arial, Helvetica, Sans-Serif">Copyright &copy; 2000-2003&nbsp;The Apache Software Foundation. All rights reserved.<script type="text/javascript" language="JavaScript"><!--
document.write(" - "+"Last Published: " + document.lastModified);
// --></script></font></td>
</tr>
</table>
</body>
</html>










+ 2
- 2
docs/manual/CoreTasks/cvspass.html View File

@@ -34,13 +34,13 @@
</tr> </tr>
</table> </table>
<h3>Examples</h3> <h3>Examples</h3>
<pre> &lt;cvspass cvsroot=&quot;:pserver:anoncvs@jakarta.apache.org:/home/cvspublic&quot;
<pre> &lt;cvspass cvsroot=&quot;:pserver:anoncvs@cvs.apache.org:/home/cvspublic&quot;
password=&quot;anoncvs&quot; password=&quot;anoncvs&quot;
/&gt;</pre> /&gt;</pre>
<p>Adds an entry into the ~/.cvspass password file.</p> <p>Adds an entry into the ~/.cvspass password file.</p>


<hr> <hr>
<p align="center">Copyright &copy; 2001 Apache Software Foundation. All rights
<p align="center">Copyright &copy; 2001,2003 Apache Software Foundation. All rights
Reserved.</p> Reserved.</p>
</body> </body>
</html> </html>


+ 3
- 3
docs/manual/CoreTasks/get.html View File

@@ -81,8 +81,8 @@ to set up the proxy first.


</table> </table>
<h3>Examples</h3> <h3>Examples</h3>
<pre> &lt;get src=&quot;http://jakarta.apache.org/&quot; dest=&quot;help/index.html&quot;/&gt;</pre>
<p>Gets the index page of http://jakarta.apache.org/, and stores it in the file <code>help/index.html</code>.</p>
<pre> &lt;get src=&quot;http://ant.apache.org/&quot; dest=&quot;help/index.html&quot;/&gt;</pre>
<p>Gets the index page of http://ant.apache.org/, and stores it in the file <code>help/index.html</code>.</p>


<pre> &lt;get src=&quot;http://jakarta.apache.org/builds/tomcat/nightly/ant.zip&quot; <pre> &lt;get src=&quot;http://jakarta.apache.org/builds/tomcat/nightly/ant.zip&quot;
dest=&quot;optional.jar&quot; dest=&quot;optional.jar&quot;
@@ -102,7 +102,7 @@ for progress information.
Fetches some file from a server with access control. Because https is being used the Fetches some file from a server with access control. Because https is being used the
fact that basic auth sends passwords in plaintext is moot. fact that basic auth sends passwords in plaintext is moot.
<hr> <hr>
<p align="center">Copyright &copy; 2000-2002 Apache Software Foundation. All rights
<p align="center">Copyright &copy; 2000-2003 Apache Software Foundation. All rights
Reserved.</p> Reserved.</p>


</body> </body>


+ 2
- 2
docs/manual/CoreTasks/javac.html View File

@@ -481,7 +481,7 @@ to filter for these packages. Do not include part of your package structure
in the <code>srcdir</code> attribute in the <code>srcdir</code> attribute
(or nested <code>&lt;src&gt;</code> elements), or Ant will recompile your (or nested <code>&lt;src&gt;</code> elements), or Ant will recompile your
source files every time you run your compile target. See the source files every time you run your compile target. See the
<a href="http://jakarta.apache.org/ant/faq.html#always-recompiles">Ant FAQ</a>
<a href="http://ant.apache.org/faq.html#always-recompiles">Ant FAQ</a>
for additional information.</p> for additional information.</p>


<p><b>Note:</b> If you are using Ant on Windows and a new DOS window pops up <p><b>Note:</b> If you are using Ant on Windows and a new DOS window pops up
@@ -559,7 +559,7 @@ while all others are <code>false</code>.</p>
</table> </table>


<hr> <hr>
<p align="center">Copyright &copy; 2000-2002 Apache Software Foundation.
<p align="center">Copyright &copy; 2000-2003 Apache Software Foundation.
All rights Reserved.</p> All rights Reserved.</p>


</body> </body>


+ 2
- 2
docs/manual/CoreTasks/tempfile.html View File

@@ -22,7 +22,7 @@
</td> </td>
<td> <td>
<!-- PROJECT LOGO --> <!-- PROJECT LOGO -->
<a href="http://jakarta.apache.org/ant/">
<a href="http://ant.apache.org/">
<img src="../../images/ant_logo_large.gif" align="right" alt="Apache Ant" border="0"/> <img src="../../images/ant_logo_large.gif" align="right" alt="Apache Ant" border="0"/>
</a> </a>
</td> </td>
@@ -184,7 +184,7 @@ the parent directory is used instead
<tr> <tr>
<td> <td>
<div align="center"><font color="#525D76" size="-1"><em> <div align="center"><font color="#525D76" size="-1"><em>
Copyright &#169; 2000-2002, Apache Software Foundation
Copyright &#169; 2000-2003, Apache Software Foundation
</em></font></div> </em></font></div>
</td> </td>
</tr> </tr>


+ 5
- 5
docs/manual/Integration/Antidote.html View File

@@ -17,7 +17,7 @@
<H2>Overview</H2> <H2>Overview</H2>


<P>Antidote is the <A <P>Antidote is the <A
HREF="http://jakarta.apache.org/ant/index.html">Ant</A> subproject
HREF="http://ant.apache.org/index.html">Ant</A> subproject
for developing a graphical user interface to facilitate the for developing a graphical user interface to facilitate the
efficient use of Ant. In general, its purpose is to allow the efficient use of Ant. In general, its purpose is to allow the
quick generation, modification, and use of Ant build files, quick generation, modification, and use of Ant build files,
@@ -70,12 +70,12 @@
</UL> </UL>


<P>Online discussions about Antidote occur on the <A <P>Online discussions about Antidote occur on the <A
HREF="http://jakarta.apache.org/site/mail.html">jakarta-ant
HREF="http://ant.apache.org/mail.html">Ant developer
mailing list</A>. The application infrastructure is fairly mailing list</A>. The application infrastructure is fairly
complete, but there are almost unlimited opportunities for feature complete, but there are almost unlimited opportunities for feature
contributions.</p> contributions.</p>


<P>Aspiring contributors new to the Jakarta Project should
<P>Aspiring contributors new to the project should
(carefully) read the following for details on the contribution (carefully) read the following for details on the contribution
process:</p> process:</p>
<UL> <UL>
@@ -83,7 +83,7 @@
HREF="http://jakarta.apache.org/site/getinvolved.html">Get HREF="http://jakarta.apache.org/site/getinvolved.html">Get
Involved</A></LI> Involved</A></LI>
<LI><A <LI><A
HREF="http://jakarta.apache.org/site/guidelines.html">Project
HREF="http://ant.apache.org/guidelines.html">Project
Guidelines</A></LI> Guidelines</A></LI>
<LI><A HREF="http://jakarta.apache.org/site/source.html">Source <LI><A HREF="http://jakarta.apache.org/site/source.html">Source
Repositories (how to contribute patches)</A></LI> Repositories (how to contribute patches)</A></LI>
@@ -91,7 +91,7 @@


<HR> <HR>
<P ALIGN="center">Copyright &copy; 2001 Apache Software Foundation. All
<P ALIGN="center">Copyright &copy; 2001,2003 Apache Software Foundation. All
rights Reserved.</P> rights Reserved.</P>


</BODY> </BODY>


+ 2
- 2
docs/manual/OptionalTasks/setproxy.html View File

@@ -22,7 +22,7 @@
</td> </td>
<td> <td>
<!-- PROJECT LOGO --> <!-- PROJECT LOGO -->
<a href="http://jakarta.apache.org/ant/">
<a href="http://ant.apache.org/">
<img src="../../images/ant_logo_large.gif" align="right" alt="Apache Ant" border="0"/> <img src="../../images/ant_logo_large.gif" align="right" alt="Apache Ant" border="0"/>
</a> </a>
</td> </td>
@@ -208,7 +208,7 @@
<tr> <tr>
<td> <td>
<div align="center"><font color="#525D76" size="-1"><em> <div align="center"><font color="#525D76" size="-1"><em>
Copyright &#169; 2000-2002, Apache Software Foundation
Copyright &#169; 2002-2003, Apache Software Foundation
</em></font></div> </em></font></div>
</td> </td>
</tr> </tr>


+ 2
- 2
docs/manual/cover.html View File

@@ -10,7 +10,7 @@
<h1><img src="../images/ant_logo_large.gif" width="190" height="120"></h1> <h1><img src="../images/ant_logo_large.gif" width="190" height="120"></h1>
<h1>Apache Ant 1.6 Manual</h1> <h1>Apache Ant 1.6 Manual</h1>
<p align="left">This is the manual for version 1.6alpha of <p align="left">This is the manual for version 1.6alpha of
<a href="http://jakarta.apache.org/ant/index.html">Apache Ant</a>.
<a href="http://ant.apache.org/index.html">Apache Ant</a>.
If your version If your version
of Ant (as verified with <tt>ant -version</tt>) is older or newer than this of Ant (as verified with <tt>ant -version</tt>) is older or newer than this
version then this is not the correct manual set. Please use the documentation version then this is not the correct manual set. Please use the documentation
@@ -20,7 +20,7 @@
<p>&nbsp;</p> <p>&nbsp;</p>
</div> </div>
<hr> <hr>
<p align="center">Copyright &copy; 2000-2002 Apache Software Foundation. All rights
<p align="center">Copyright &copy; 2000-2003 Apache Software Foundation. All rights
Reserved.</p> Reserved.</p>


</body> </body>


+ 2
- 2
docs/manual/develop.html View File

@@ -351,12 +351,12 @@ for details on how to fetch the latest source and how to submit changes for rein
source tree. source tree.
<p> <p>
Ant also has some Ant also has some
<a href="http://jakarta.apache.org/ant/ant_task_guidelines.html">task guidelines</a>
<a href="http://ant.apache.org/ant_task_guidelines.html">task guidelines</a>
which provides some advice to people developing and testing tasks. Even if you intend to which provides some advice to people developing and testing tasks. Even if you intend to
keep your tasks to yourself, you should still read this as it should be informative. keep your tasks to yourself, you should still read this as it should be informative.


<hr> <hr>
<p align="center">Copyright &copy; 2000-2002 Apache Software Foundation. All rights
<p align="center">Copyright &copy; 2000-2003 Apache Software Foundation. All rights
Reserved.</p> Reserved.</p>


</body> </body>


+ 5
- 5
docs/manual/feedback.html View File

@@ -27,23 +27,23 @@
<li>If a task doesn't do what you expect, run <tt>ant -verbose</tt> or <tt>ant <li>If a task doesn't do what you expect, run <tt>ant -verbose</tt> or <tt>ant
-debug</tt> to see what is happening</li> -debug</tt> to see what is happening</li>
</ol> </ol>
<p>If you can't fix your problem, start with the <a href="http://jakarta.apache.org/site/mail.html" target="_top">Ant
<p>If you can't fix your problem, start with the <a href="http://ant.apache.org/mail.html" target="_top">Ant
User Mailing List</a> . These are other ant users who will help you learn to User Mailing List</a> . These are other ant users who will help you learn to
use ant. If they cannot fix it then someone may suggest filing a bug report, use ant. If they cannot fix it then someone may suggest filing a bug report,
which will escalate the issue. Remember of course, that support, like all open which will escalate the issue. Remember of course, that support, like all open
source development tasks, is voluntary. If you haven't invested time in helping source development tasks, is voluntary. If you haven't invested time in helping
yourself by following the steps above, it is unlikely that anyone will invest yourself by following the steps above, it is unlikely that anyone will invest
the time in helping you. </p> the time in helping you. </p>
<p>Also, if you don't understand something, the <a href="http://jakarta.apache.org/site/mail.html" target="_top">Ant
<p>Also, if you don't understand something, the <a href="http://ant.apache.org/mail.html" target="_top">Ant
User Mailing List</a> is the place to ask questions. Not the developer list, User Mailing List</a> is the place to ask questions. Not the developer list,
nor the individuals whose names appears in the source and documentation. If nor the individuals whose names appears in the source and documentation. If
they answered all such emails, nobody would have any time to improve ant. </p> they answered all such emails, nobody would have any time to improve ant. </p>
<p>To provide feedback on this software, please subscribe to the <a href="http://jakarta.apache.org/site/mail.html" target="_top">Ant
<p>To provide feedback on this software, please subscribe to the <a href="http://ant.apache.org/mail.html" target="_top">Ant
User Mailing List</a> </p> User Mailing List</a> </p>


<p>If you want to contribute to Ant or stay current with the latest <p>If you want to contribute to Ant or stay current with the latest
development, join the development, join the
<a href="http://jakarta.apache.org/site/mail.html" target="_top">Ant Development Mailing List</a>
<a href="http://ant.apache.org/mail.html" target="_top">Ant Development Mailing List</a>
</p> </p>
<p>Archives of both lists can be found at <a <p>Archives of both lists can be found at <a
href="http://archive.covalent.net/" target="_top">http://archive.covalent.net/</a>. Many href="http://archive.covalent.net/" target="_top">http://archive.covalent.net/</a>. Many
@@ -52,7 +52,7 @@ href="http://marc.theaimsgroup.com" target="_top">http://marc.theaimsgroup.com</
you know of any additional archive sites, please report them to the you know of any additional archive sites, please report them to the
lists.</p> lists.</p>
<hr> <hr>
<p align="center">Copyright &copy; 2000-2002 Apache Software Foundation. All rights
<p align="center">Copyright &copy; 2000-2003 Apache Software Foundation. All rights
Reserved.</p> Reserved.</p>


</body> </body>


+ 2
- 4
docs/manual/install.html View File

@@ -10,15 +10,13 @@
<h2><a name="getting">Getting Ant</a></h2> <h2><a name="getting">Getting Ant</a></h2>
<h3>Binary Edition</h3> <h3>Binary Edition</h3>
<p>The latest stable version of Ant is available from the Ant web page <a <p>The latest stable version of Ant is available from the Ant web page <a
href="http://jakarta.apache.org/ant/">http://jakarta.apache.org/ant/</a>.
href="http://ant.apache.org/">http://ant.apache.org/</a>.


If you like living on the edge, you can download the latest version from <a If you like living on the edge, you can download the latest version from <a
href="http://cvs.apache.org/builds/jakarta-ant/nightly/">http://cvs.apache.org/builds/jakarta-ant/nightly/</a>.</p> href="http://cvs.apache.org/builds/jakarta-ant/nightly/">http://cvs.apache.org/builds/jakarta-ant/nightly/</a>.</p>
<h3>Source Edition</h3> <h3>Source Edition</h3>


<p>If you prefer the source edition, you can download the source for the latest Ant release from <a
href="http://www.apache.org/dist/ant/source/">
http://www.apache.org/dist/ant/source/</a>.
<p>If you prefer the source edition, you can download the source for the latest Ant release from <a href="http://ant.apache.org/srcdownload.cgi">http://ant.apache.org/srcdownload.cgi</a>.


Again, if you prefer the edge, you can access Again, if you prefer the edge, you can access
the code as it is being developed via CVS. The Jakarta website has details on the code as it is being developed via CVS. The Jakarta website has details on


+ 297
- 0
docs/mission.html View File

@@ -0,0 +1,297 @@


<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<!-- GENERATED FILE, DO NOT EDIT, EDIT THE XML FILE IN xdocs INSTEAD! -->
<head>
<META http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<title>Apache Ant - Apache Ant Mission</title>
<link type="text/css" href="page.css" rel="stylesheet">
</head>

<body text="#000000" bgcolor="#ffffff">
<table summary="navigation path" width="100%" border="0" cellpadding="0" cellspacing="0">
<tr>
<td nowrap="nowrap" valign="middle" bgcolor="#CFDCED" height="20"><img height="1" width="5" alt="" border="0" src="images/spacer.gif"><font size="2" face="Arial, Helvetica, Sans-serif"><script src="breadcrumbs.js" language="JavaScript" type="text/javascript"></script></font></td>
</tr>
<tr>
<td bgcolor="#4C6C8F" height="2"><img height="2" width="2" alt="" border="0" src="images/spacer.gif"></td>
</tr>
</table>

<table summary="header with logos" width="100%" border="0" cellpadding="0" cellspacing="0">
<tr>
<td bgcolor="#294563"><a href="http://ant.apache.org/"><img border="0" alt="Apache Ant site" src="images/group-logo.gif"></a></td><td width="100%" align="center" bgcolor="#294563"><a href="http://ant.apache.org/"><img alt="Apache Ant logo" border="0" src="images/project-logo.gif"></a></td><td valign="top" rowspan="2" bgcolor="#294563">
<form target="_blank" onsubmit="q.value = query.value + ' site:ant.apache.org'" action="http://www.google.com/search" method="get">
<table summary="search" border="0" cellspacing="0" cellpadding="0" bgcolor="#4C6C8F">
<tr>
<td colspan="3"><img height="10" width="1" alt="" src="images/spacer.gif"></td>
</tr>
<tr>
<td><img height="1" width="1" alt="" src="images/spacer.gif"></td><td nowrap="nowrap"><input name="q" type="hidden"><input size="15" id="query" type="text"><img height="1" width="5" alt="" src="images/spacer.gif"><input name="Search" value="Search" type="submit">
<br>
<font face="Arial, Helvetica, Sans-serif" size="2" color="white">
the Apache Ant site


</font></td><td><img height="1" width="1" alt="" src="images/spacer.gif"></td>
</tr>
<tr>
<td><img alt="" border="0" height="10" width="9" src="images/search-left.gif"></td><td><img height="1" width="1" alt="" src="images/spacer.gif"></td><td><img alt="" border="0" height="10" width="9" src="images/search-right.gif"></td>
</tr>
</table>
</form>
</td><td bgcolor="#294563"><img height="10" width="10" alt="" src="images/spacer.gif"></td>
</tr>
<tr>
<td valign="bottom" bgcolor="#294563" colspan="2">
<div class="tab">
<table summary="tab bar" border="0" cellpadding="0" cellspacing="0">
<tr>

<td width="8"><img alt="" height="8" width="8" src="images/spacer.gif"></td><td valign="bottom">
<table summary="selected tab" border="0" cellpadding="0" cellspacing="0">
<tr>
<td height="30" valign="top" width="5" bgcolor="#4C6C8F"><img height="5" width="5" alt="" src="images/tabSel-left.gif"></td><td valign="middle" bgcolor="#4C6C8F"><font color="#ffffff" size="2" face="Arial, Helvetica, Sans-serif"><b>Home</b></font></td><td valign="top" width="5" bgcolor="#4C6C8F"><img height="5" width="5" alt="" src="images/tabSel-right.gif"></td>
</tr>
</table>
</td>
</tr>
</table>
</div>
</td><td bgcolor="#294563"><img alt="" width="1" height="1" src="images/spacer.gif"></td>
</tr>
<tr>
<td bgcolor="#4C6C8F" colspan="4"><img width="1" height="10" alt="" src="images/spacer.gif"></td>
</tr>
</table>
<table summary="page content" bgcolor="#ffffff" width="100%" border="0" cellpadding="0" cellspacing="0">
<tr>
<td valign="top">
<table summary="menu" border="0" cellspacing="0" cellpadding="0">
<tr>
<td rowspan="3" valign="top">
<table summary="blue line" border="0" cellpadding="0" cellspacing="0">
<tr>
<td bgcolor="#294563"><img width="10" height="1" alt="" src="images/spacer.gif"></td>
</tr>
<tr>
<td bgcolor="#CFDCED"><font color="#4C6C8F" size="4" face="Arial, Helvetica, Sans-serif">&nbsp;</font></td>
</tr>
<tr>
<td bgcolor="#294563"><img width="10" height="1" alt="" src="images/spacer.gif"></td>
</tr>
</table>
</td><td bgcolor="#294563"><img width="1" height="1" alt="" src="images/spacer.gif"></td><td valign="bottom" bgcolor="#4C6C8F"><img width="10" height="10" alt="" src="images/spacer.gif"></td><td nowrap="nowrap" valign="top" bgcolor="#4C6C8F">
<div class="menu"><ul>
<li><font color="#CFDCED">Apache Ant</font>
<ul>
<li>
<a href="./index.html">Welcome</a>
</li>
<li>
<a href="./license.html">License</a>
</li>
<li>
<a href="./antnews.html">News</a>
</li>
</ul>
</li>
<li><font color="#CFDCED">Documentation</font>
<ul>
<li>
<a href="./manual/index.html">Manual</a>
</li>
<li>
<a href="./projects.html">Related Projects</a>
</li>
<li>
<a href="./external.html">External Tools and Tasks</a>
</li>
<li>
<a href="./resources.html">Resources</a>
</li>
<li>
<a href="./faq.html">Frequently Asked Questions</a>
</li>
<li>
<a href="./problems.html">Having Problems?</a>
</li>
</ul>
</li>
<li><font color="#CFDCED">Download</font>
<ul>
<li>
<a href="http://ant.apache.org/bindownload.cgi">Binary Distributions</a>
</li>
<li>
<a href="http://ant.apache.org/srcdownload.cgi">Source Distributions</a>
</li>
</ul>
</li>
<li><font color="#CFDCED">Get Involved</font>
<ul>
<li>
<a href="./mail.html">Mailing Lists</a>
</li>
<li>
<a href="./cvs.html">CVS Repositories</a>
</li>
<li>
<a href="http://nagoya.apache.org/bugzilla/enter_bug.cgi?product=Ant">Bug Database</a>
</li>
<li>
<a href="http://nagoya.apache.org/bugzilla/enter_bug.cgi?product=Ant&amp;bug_severity=Enhancement">Enhancement Requests</a>
</li>
</ul>
</li>
<li><font color="#CFDCED">Project Management</font>
<ul>
<li>
<a href="./contributors.html">Contributors</a>
</li>
<li>
<span class="sel"><font color="#ffcc00">Apache Ant Mission</font></span>
</li>
<li>
<a href="./guidelines.html">Project Guidelines</a>
</li>
<li>
<a href="./legal.html">Legal</a>
</li>
</ul>
</li>
</ul></div>
</td><td valign="bottom" bgcolor="#4C6C8F"><img width="10" height="10" alt="" src="images/spacer.gif"></td><td bgcolor="#294563"><img width="1" height="1" alt="" src="images/spacer.gif"></td>
</tr>
<tr>
<td valign="bottom" align="left" colspan="2" rowspan="2" bgcolor="#4C6C8F"><img height="10" width="10" border="0" alt="" src="images/menu-left.gif"></td><td bgcolor="#4C6C8F"><img height="10" width="10" border="0" alt="" src="images/spacer.gif"></td><td valign="bottom" align="right" colspan="2" rowspan="2" bgcolor="#4C6C8F"><img height="10" width="10" border="0" alt="" src="images/menu-right.gif"></td>
</tr>
<tr>
<td height="1" bgcolor="#294563"><img width="1" height="1" alt="" src="images/spacer.gif"></td>
</tr>
</table>
</td><td valign="top" width="100%">
<table summary="content" width="100%" border="0" cellpadding="0" cellspacing="0">
<tr>
<td colspan="4" bgcolor="#294563"><img width="10" height="1" alt="" src="images/spacer.gif"></td>
</tr>
<tr>
<td align="left" width="10" bgcolor="#CFDCED"><img width="10" height="1" alt="" src="images/spacer.gif"></td><td align="left" width="50%" bgcolor="#CFDCED"><font color="#4C6C8F" size="3" face="Arial, Helvetica, Sans-serif">
&nbsp;
</font><img width="10" height="8" alt="" src="images/spacer.gif"></td><td align="right" width="50%" bgcolor="#CFDCED"><font color="#4C6C8F" size="3" face="Arial, Helvetica, Sans-serif">
&nbsp;
</font><img width="10" height="8" alt="" src="images/spacer.gif"></td><td width="10" bgcolor="#CFDCED"><img width="10" height="1" alt="" src="images/spacer.gif"></td>
</tr>
<tr>
<td colspan="4" bgcolor="#294563"><img width="10" height="1" alt="" src="images/spacer.gif"></td>
</tr>
<tr>
<td align="left" width="10"><img width="10" height="1" alt="" src="images/spacer.gif"></td><td align="left" width="100%">
<div class="content">
<table class="title">
<tr>
<td valign="middle">
<h1>Apache Ant Mission</h1>
</td>
</tr>
</table>
<br/>
<table class="nowrap" border="0" cellspacing="0" cellpadding="2" width="100%">
<tr><td bgcolor="#294563"><font color="#ffffff"><a name="Board Resolution"><strong>Board Resolution</strong></a></font></td></tr>
</table>
<p>Apache Ant is a project of the <a href="http://www.apache.org/">Apache Software Foundation</a>. It
started as a subproject of the <a href="http://jakarta.apache.org/">Apache Jakarta Project</a>.</p>
<p>This is the board resolution (from the <a href="http://www.apache.org/foundation/records/minutes/2002/board_minutes_2002_11_18.txt">minutes</a>)
that created the Apache Ant project:</p>
<pre class="code">
7.D. Resolution [R3] to create the Ant PMC

WHEREAS, the Board of Directors deems it to be in the best
interests of the Foundation and consistent with the
Foundation's purpose to establish a Project Management
Committee charged with the creation and maintenance of
open-source software related to the Apache Ant build tool, for
distribution at no charge to the public.

NOW, THEREFORE, BE IT RESOLVED, that a Project Management
Committee (PMC), to be known as the &quot;Apache Ant PMC&quot;, be and
hereby is established pursuant to Bylaws of the Foundation; and
be it further

RESOLVED, that the Apache Ant PMC be and hereby is responsible
for the creation and maintenance of the Ant build system and
related software components, based on software licensed to the
Foundation; and be it further

RESOLVED, that the office of &quot;Vice President, Apache Ant&quot; be
and hereby is created, the person holding such office to serve
at the direction of the Board of Directors as the chair of the
Apache Ant PMC, and to have primary responsibility for
management of the projects within the scope of responsibility
of the Apache Ant PMC; and be it further

RESOLVED, that the persons listed immediately below be and
hereby are appointed to serve as the initial members of the
Apache Ant PMC:

Bruce Atherton
Stefane Bailliez
Stefan Bodewig
Erik Hatcher
Diane Holt
Donald Leslie
Steve Loughran
Conor MacNeill
Costin Manolache
Sam Ruby
Jon Skeet
Magesh Umasankar
Christoph Wilhelms

NOW, THEREFORE, BE IT FURTHER RESOLVED, that Conor MacNeill be
and hereby is appointed to the office of Vice President, Apache
Ant, to serve in accordance with and subject to the direction
of the Board of Directors and the Bylaws of the Foundation
until death, resignation, retirement, removal or
disqualification, or until a successor is appointed; and be it
further

RESOLVED, that the initial Apache Ant PMC be and hereby is
tasked with the creation of a set of bylaws intended to
encourage open development and increased participation in the
Apache Ant Project.

By Unanimous Vote, Resolution R3 was approved. The Ant PMC is
hereby created.
</pre>
</div>
</td><td width="10"><img width="10" height="4" alt="" src="images/spacer.gif"></td>
</tr>
</table>
</td>
</tr>
</table>
<table summary="footer" cellspacing="0" cellpadding="0" width="100%" border="0">
<tr>
<td colspan="2" height="1" bgcolor="#4C6C8F"><img height="1" width="1" alt="" src="images/spacer.gif"><a href="images/label.gif"></a><a href="images/page.gif"></a><a href="images/chapter.gif"></a><a href="images/chapter_open.gif"></a><a href="images/current.gif"></a><a href="/favicon.ico"></a></td>
</tr>
<tr>
<td colspan="2" bgcolor="#CFDCED" class="copyright" align="center"><font size="2" face="Arial, Helvetica, Sans-Serif">Copyright &copy; 2000-2003&nbsp;The Apache Software Foundation. All rights reserved.<script type="text/javascript" language="JavaScript"><!--
document.write(" - "+"Last Published: " + document.lastModified);
// --></script></font></td>
</tr>
</table>
</body>
</html>










+ 52
- 0
docs/page.css View File

@@ -0,0 +1,52 @@
body { background-color: #FFFFFF; margin: 0px 0px 0px 0px; font-family: Verdana, Helvetica, sans-serif; font-size : 90%; }

a:link { color: #0F3660; }
a:visited { color: #009999; }
a:active { color: #000066; }
a:hover { color: #000066; }

.menu { background-color: #4C6C8F; margin: 0px; padding: 3px 8px 5px 3px; font-size : 90%; }
.menu a:link { color: #FFFFFF; text-decoration : none; }
.menu a:visited { color: #FFFFFF; text-decoration : none; }
/*.menu a:active { font-weight: bold }*/
.menu a:hover { color: #FFCC00; text-decoration : none; }
.menu ul { margin: 0px 0px 0px 20px; padding: 0px; }
.menu li { list-style-image: url('images/label.gif'); font-weight : bold; }
.menu ul ul li .sel { list-style-image: url('images/current.gif'); font-weight : normal; }
.menu ul ul li { list-style-image: url('images/page.gif'); font-weight : normal; }

table .title { background-color: #FFFFFF; width:100%; border: 0px; }
.dida { font-size: 60%; }

.pre { white-space: pre;}
.nowrap { white-space: nowrap;}

.content { padding: 5px 5px 5px 10px; font : small; font-size : 90%; }
.content .ForrestTable { width: 100%; background-color: #7099C5; color: #ffffff; font-size : 90%;}
.content .ForrestTable caption { text-align: left; color: black; font-weight: bold; }
.content .ForrestTable th { text-align: center; }
.content .ForrestTable td { background-color: #f0f0ff; color: black; }

.frame { margin: 5px 20px 5px 20px; font-size: 90%; }
.frame .content { margin: 0px; }

.note { border: solid 1px #7099C5; background-color: #f0f0ff; }
.note .label { background-color: #7099C5; color: #ffffff; }

.warning { border: solid 1px #D00000; background-color: #fff0f0; }
.warning .label { background-color: #D00000; color: #ffffff; }

.fixme { border: solid 1px #C6C600; background-color: #FAF9C3; }
.fixme .label { background-color: #C6C600; color: #ffffff; }

.code { border-color: #CFDCED; border-style: solid; border-width: 1px; }
.codefrag { font-family: "Courier New", Courier, monospace; }

.highlight { background-color: yellow; }

.minitoc {margin: 5px 5px 5px 40px;}

.dtdElement { width: 100%; font-size: 90%; background-color : #ffffff; }

.dtdTag { color: #990000; text-transform : uppercase; font-style : normal; font-size : 120%; font-weight : bold; }


+ 289
- 198
docs/problems.html View File

@@ -1,105 +1,207 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">


<!-- Content Stylesheet for Site -->


<!-- start the processing -->
<html>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<!-- GENERATED FILE, DO NOT EDIT, EDIT THE XML FILE IN xdocs INSTEAD! --> <!-- GENERATED FILE, DO NOT EDIT, EDIT THE XML FILE IN xdocs INSTEAD! -->
<head> <head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<meta name="author" content="Conor MacNeill">
<META http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<title>Apache Ant - Having Problems?</title>
<link type="text/css" href="page.css" rel="stylesheet">
<meta name="author" content="Conor MacNeill">
<meta name="email" content=""> <meta name="email" content="">
<title>Apache Ant - Having Problems?</title>
</head>
<body bgcolor="#ffffff" text="#000000" link="#525D76">
<table border="0" width="100%" cellspacing="0">
<!-- TOP IMAGE -->
</head>

<body text="#000000" bgcolor="#ffffff">
<table summary="navigation path" width="100%" border="0" cellpadding="0" cellspacing="0">
<tr> <tr>
<td align="left">
<a href="http://jakarta.apache.org"><img src="images/jakarta-logo.gif" alt="The Apache Jakarta Project" border="0"></a>
</td>
<td align="right">
<a href="http://jakarta.apache.org/ant/"><img src="./images/ant_logo_large.gif" alt="Apache Ant" border="0"/></a>
</td>
</tr>
<td nowrap="nowrap" valign="middle" bgcolor="#CFDCED" height="20"><img height="1" width="5" alt="" border="0" src="images/spacer.gif"><font size="2" face="Arial, Helvetica, Sans-serif"><script src="breadcrumbs.js" language="JavaScript" type="text/javascript"></script></font></td>
</tr>
<tr>
<td bgcolor="#4C6C8F" height="2"><img height="2" width="2" alt="" border="0" src="images/spacer.gif"></td>
</tr>
</table> </table>
<table border="0" width="100%" cellspacing="4">
<tr><td colspan="2">
<hr noshade size="1"/>
</td></tr>

<table summary="header with logos" width="100%" border="0" cellpadding="0" cellspacing="0">
<tr>
<td bgcolor="#294563"><a href="http://ant.apache.org/"><img border="0" alt="Apache Ant site" src="images/group-logo.gif"></a></td><td width="100%" align="center" bgcolor="#294563"><a href="http://ant.apache.org/"><img alt="Apache Ant logo" border="0" src="images/project-logo.gif"></a></td><td valign="top" rowspan="2" bgcolor="#294563">
<form target="_blank" onsubmit="q.value = query.value + ' site:ant.apache.org'" action="http://www.google.com/search" method="get">
<table summary="search" border="0" cellspacing="0" cellpadding="0" bgcolor="#4C6C8F">
<tr>
<td colspan="3"><img height="10" width="1" alt="" src="images/spacer.gif"></td>
</tr>
<tr>
<td><img height="1" width="1" alt="" src="images/spacer.gif"></td><td nowrap="nowrap"><input name="q" type="hidden"><input size="15" id="query" type="text"><img height="1" width="5" alt="" src="images/spacer.gif"><input name="Search" value="Search" type="submit">
<br>
<font face="Arial, Helvetica, Sans-serif" size="2" color="white">
the Apache Ant site


</font></td><td><img height="1" width="1" alt="" src="images/spacer.gif"></td>
</tr>
<tr>
<td><img alt="" border="0" height="10" width="9" src="images/search-left.gif"></td><td><img height="1" width="1" alt="" src="images/spacer.gif"></td><td><img alt="" border="0" height="10" width="9" src="images/search-right.gif"></td>
</tr>
</table>
</form>
</td><td bgcolor="#294563"><img height="10" width="10" alt="" src="images/spacer.gif"></td>
</tr>
<tr>
<td valign="bottom" bgcolor="#294563" colspan="2">
<div class="tab">
<table summary="tab bar" border="0" cellpadding="0" cellspacing="0">
<tr>

<td width="8"><img alt="" height="8" width="8" src="images/spacer.gif"></td><td valign="bottom">
<table summary="selected tab" border="0" cellpadding="0" cellspacing="0">
<tr>
<td height="30" valign="top" width="5" bgcolor="#4C6C8F"><img height="5" width="5" alt="" src="images/tabSel-left.gif"></td><td valign="middle" bgcolor="#4C6C8F"><font color="#ffffff" size="2" face="Arial, Helvetica, Sans-serif"><b>Home</b></font></td><td valign="top" width="5" bgcolor="#4C6C8F"><img height="5" width="5" alt="" src="images/tabSel-right.gif"></td>
</tr>
</table>
</td>
</tr>
</table>
</div>
</td><td bgcolor="#294563"><img alt="" width="1" height="1" src="images/spacer.gif"></td>
</tr>
<tr> <tr>
<!-- LEFT SIDE NAVIGATION -->
<td valign="top" nowrap>
<p><strong>Apache Ant</strong></p>
<ul>
<li> <a href="./index.html">Front Page</a>
</li>
<li> <a href="./antnews.html">News</a>
</li>
<li> <a href="./manual/index.html">Documentation</a>
</li>
<li> <a href="./projects.html">Related Projects</a>
</li>
<li> <a href="./external.html">External Tools and Tasks</a>
</li>
<li> <a href="./resources.html">Resources</a>
</li>
<li> <a href="./faq.html">Ant FAQ</a>
</li>
<li> <a href="./problems.html">Having Problems?</a>
</li>
</ul>
<p><strong>Download</strong></p>
<ul>
<li> <a href="./bindownload.cgi">Binary Distributions</a>
</li>
<li> <a href="./srcdownload.cgi">Source Distributions</a>
</li>
</ul>
<p><strong>Jakarta</strong></p>
<ul>
<li> <a href="http://jakarta.apache.org/site/news.html">News &amp; Status</a>
</li>
<li> <a href="http://jakarta.apache.org/site/mission.html">Mission</a>
</li>
<li> <a href="http://jakarta.apache.org/site/guidelines.html">Guidelines Notes</a>
</li>
<li> <a href="http://jakarta.apache.org/site/faqs.html">FAQs</a>
</li>
</ul>
<p><strong>Get Involved</strong></p>
<ul>
<li> <a href="http://jakarta.apache.org/site/getinvolved.html">Overview</a>
</li>
<li> <a href="http://jakarta.apache.org/site/cvsindex.html">CVS Repositories</a>
</li>
<li> <a href="http://jakarta.apache.org/site/mail.html">Mailing Lists</a>
</li>
<li> <a href="http://jakarta.apache.org/site/library.html">Reference Library</a>
</li>
<li> <a href="http://nagoya.apache.org/bugzilla/enter_bug.cgi?product=Ant">Bug Database</a>
</li>
<li> <a href="http://nagoya.apache.org/bugzilla/enter_bug.cgi?product=Ant&amp;bug_severity=Enhancement">Enhancement Requests</a>
</li>
<li> <a href="http://nagoya.apache.org/bugzilla/buglist.cgi?bug_status=NEW&amp;bug_status=ASSIGNED&amp;bug_status=REOPENED&amp;email1=&amp;emailtype1=substring&amp;emailassigned_to1=1&amp;email2=&amp;emailtype2=substring&amp;emailreporter2=1&amp;bugidtype=include&amp;bug_id=&amp;changedin=&amp;votes=&amp;chfieldfrom=&amp;chfieldto=Now&amp;chfieldvalue=&amp;product=Ant&amp;short_desc=%5BPATCH%5D&amp;short_desc_type=allwordssubstr&amp;long_desc=&amp;long_desc_type=allwordssubstr&amp;bug_file_loc=&amp;bug_file_loc_type=allwordssubstr&amp;keywords=&amp;keywords_type=anywords&amp;field0-0-0=noop&amp;type0-0-0=noop&amp;value0-0-0=&amp;cmdtype=doit&amp;order=Reuse+same+sort+as+last+time">Patch Queue</a>
</li>
</ul>
</td>
<td align="left" valign="top">
<table border="0" cellspacing="0" cellpadding="2" width="100%">
<tr><td bgcolor="#525D76">
<font color="#ffffff" face="arial,helvetica,sanserif">
<a name="Having Problems?"><strong>Having Problems?</strong></a>
</font>
</td></tr>
<tr><td>
<blockquote>
<td bgcolor="#4C6C8F" colspan="4"><img width="1" height="10" alt="" src="images/spacer.gif"></td>
</tr>
</table>
<table summary="page content" bgcolor="#ffffff" width="100%" border="0" cellpadding="0" cellspacing="0">
<tr>
<td valign="top">
<table summary="menu" border="0" cellspacing="0" cellpadding="0">
<tr>
<td rowspan="3" valign="top">
<table summary="blue line" border="0" cellpadding="0" cellspacing="0">
<tr>
<td bgcolor="#294563"><img width="10" height="1" alt="" src="images/spacer.gif"></td>
</tr>
<tr>
<td bgcolor="#CFDCED"><font color="#4C6C8F" size="4" face="Arial, Helvetica, Sans-serif">&nbsp;</font></td>
</tr>
<tr>
<td bgcolor="#294563"><img width="10" height="1" alt="" src="images/spacer.gif"></td>
</tr>
</table>
</td><td bgcolor="#294563"><img width="1" height="1" alt="" src="images/spacer.gif"></td><td valign="bottom" bgcolor="#4C6C8F"><img width="10" height="10" alt="" src="images/spacer.gif"></td><td nowrap="nowrap" valign="top" bgcolor="#4C6C8F">
<div class="menu"><ul>
<li><font color="#CFDCED">Apache Ant</font>
<ul>
<li>
<a href="./index.html">Welcome</a>
</li>
<li>
<a href="./license.html">License</a>
</li>
<li>
<a href="./antnews.html">News</a>
</li>
</ul>
</li>
<li><font color="#CFDCED">Documentation</font>
<ul>
<li>
<a href="./manual/index.html">Manual</a>
</li>
<li>
<a href="./projects.html">Related Projects</a>
</li>
<li>
<a href="./external.html">External Tools and Tasks</a>
</li>
<li>
<a href="./resources.html">Resources</a>
</li>
<li>
<a href="./faq.html">Frequently Asked Questions</a>
</li>
<li>
<span class="sel"><font color="#ffcc00">Having Problems?</font></span>
</li>
</ul>
</li>
<li><font color="#CFDCED">Download</font>
<ul>
<li>
<a href="http://ant.apache.org/bindownload.cgi">Binary Distributions</a>
</li>
<li>
<a href="http://ant.apache.org/srcdownload.cgi">Source Distributions</a>
</li>
</ul>
</li>
<li><font color="#CFDCED">Get Involved</font>
<ul>
<li>
<a href="./mail.html">Mailing Lists</a>
</li>
<li>
<a href="./cvs.html">CVS Repositories</a>
</li>
<li>
<a href="http://nagoya.apache.org/bugzilla/enter_bug.cgi?product=Ant">Bug Database</a>
</li>
<li>
<a href="http://nagoya.apache.org/bugzilla/enter_bug.cgi?product=Ant&amp;bug_severity=Enhancement">Enhancement Requests</a>
</li>
</ul>
</li>
<li><font color="#CFDCED">Project Management</font>
<ul>
<li>
<a href="./contributors.html">Contributors</a>
</li>
<li>
<a href="./mission.html">Apache Ant Mission</a>
</li>
<li>
<a href="./guidelines.html">Project Guidelines</a>
</li>
<li>
<a href="./legal.html">Legal</a>
</li>
</ul>
</li>
</ul></div>
</td><td valign="bottom" bgcolor="#4C6C8F"><img width="10" height="10" alt="" src="images/spacer.gif"></td><td bgcolor="#294563"><img width="1" height="1" alt="" src="images/spacer.gif"></td>
</tr>
<tr>
<td valign="bottom" align="left" colspan="2" rowspan="2" bgcolor="#4C6C8F"><img height="10" width="10" border="0" alt="" src="images/menu-left.gif"></td><td bgcolor="#4C6C8F"><img height="10" width="10" border="0" alt="" src="images/spacer.gif"></td><td valign="bottom" align="right" colspan="2" rowspan="2" bgcolor="#4C6C8F"><img height="10" width="10" border="0" alt="" src="images/menu-right.gif"></td>
</tr>
<tr>
<td height="1" bgcolor="#294563"><img width="1" height="1" alt="" src="images/spacer.gif"></td>
</tr>
</table>
</td><td valign="top" width="100%">
<table summary="content" width="100%" border="0" cellpadding="0" cellspacing="0">
<tr>
<td colspan="4" bgcolor="#294563"><img width="10" height="1" alt="" src="images/spacer.gif"></td>
</tr>
<tr>
<td align="left" width="10" bgcolor="#CFDCED"><img width="10" height="1" alt="" src="images/spacer.gif"></td><td align="left" width="50%" bgcolor="#CFDCED"><font color="#4C6C8F" size="3" face="Arial, Helvetica, Sans-serif">
&nbsp;
</font><img width="10" height="8" alt="" src="images/spacer.gif"></td><td align="right" width="50%" bgcolor="#CFDCED"><font color="#4C6C8F" size="3" face="Arial, Helvetica, Sans-serif">
&nbsp;
</font><img width="10" height="8" alt="" src="images/spacer.gif"></td><td width="10" bgcolor="#CFDCED"><img width="10" height="1" alt="" src="images/spacer.gif"></td>
</tr>
<tr>
<td colspan="4" bgcolor="#294563"><img width="10" height="1" alt="" src="images/spacer.gif"></td>
</tr>
<tr>
<td align="left" width="10"><img width="10" height="1" alt="" src="images/spacer.gif"></td><td align="left" width="100%">
<div class="content">
<table class="title">
<tr>
<td valign="middle">
<h1>Having Problems?</h1>
</td>
</tr>
</table>
<br/>
<table class="nowrap" border="0" cellspacing="0" cellpadding="2" width="100%">
<tr><td bgcolor="#294563"><font color="#ffffff"><a name="Having Problems?"><strong>Having Problems?</strong></a></font></td></tr>
</table>
<p> <p>
This page details some steps you can take to try and resolve This page details some steps you can take to try and resolve
any problems you may be having with Ant. If you find you can't any problems you may be having with Ant. If you find you can't
@@ -110,14 +212,15 @@
you may encounter - these are just some suggestions to point you may encounter - these are just some suggestions to point
you in the right direction. you in the right direction.
</p> </p>
<table border="0" cellspacing="0" cellpadding="2" width="100%">
<tr><td bgcolor="#828DA6">
<font color="#ffffff" face="arial,helvetica,sanserif">
<a name="Read the Manual"><strong>Read the Manual</strong></a>
</font>
</td></tr>
<tr><td>
<blockquote>
<br/>
<a name="Read the Manual"></a>
<table border="0" cellspacing="0" cellpadding="2" width="100%">
<tr><td bgcolor="#4C6C8F">
<font color="#ffffff" face="arial,helvetica,sanserif">
<strong>Read the Manual</strong>
</font>
</td></tr>
</table>
<p> <p>
The first step to take when you have a problem with Ant is to read The first step to take when you have a problem with Ant is to read
the <a href="manual/index.html">manual</a> entry for the task or the <a href="manual/index.html">manual</a> entry for the task or
@@ -128,17 +231,15 @@
documentation bug report (see below) to help us improve the Ant documentation bug report (see below) to help us improve the Ant
documentation. documentation.
</p> </p>
</blockquote>
</td></tr>
</table>
<table border="0" cellspacing="0" cellpadding="2" width="100%">
<tr><td bgcolor="#828DA6">
<font color="#ffffff" face="arial,helvetica,sanserif">
<a name="Examine Debug Output"><strong>Examine Debug Output</strong></a>
</font>
</td></tr>
<tr><td>
<blockquote>
<br/>
<a name="Examine Debug Output"></a>
<table border="0" cellspacing="0" cellpadding="2" width="100%">
<tr><td bgcolor="#4C6C8F">
<font color="#ffffff" face="arial,helvetica,sanserif">
<strong>Examine Debug Output</strong>
</font>
</td></tr>
</table>
<p> <p>
If you're still having a problem, the next step is to try and If you're still having a problem, the next step is to try and
gather additional information about what Ant is doing. gather additional information about what Ant is doing.
@@ -152,11 +253,10 @@
<br /><br /> <br /><br />
This will produce output that starts like the following:</p> This will produce output that starts like the following:</p>
<table>
<table class="ForrestTable" cellspacing="1" cellpadding="4">
<tr> <tr>
<td bgcolor="#a0ddf0" colspan="1" rowspan="1"
<td colspan="1" rowspan="1"
valign="top" align="left"> valign="top" align="left">
<font color="#000000" size="-1" face="arial,helvetica,sanserif">
Ant version 1.4.1 compiled on October 11 2001<br /> Ant version 1.4.1 compiled on October 11 2001<br />
Buildfile: build.xml<br /> Buildfile: build.xml<br />
@@ -171,8 +271,7 @@ Build sequence for target 'debug' is [debug]<br />
Complete build sequence is [debug, gensrc, compile, jar, test]<br /> Complete build sequence is [debug, gensrc, compile, jar, test]<br />
. . .<br /> . . .<br />


</font>
</td>
</td>
</tr> </tr>
</table> </table>
<p> <p>
@@ -203,11 +302,10 @@ Complete build sequence is [debug, gensrc, compile, jar, test]<br />
arguments that will get passed to the compiler, arguments that will get passed to the compiler,
and a list of all the class files to be compiled. and a list of all the class files to be compiled.
</p> </p>
<table>
<table class="ForrestTable" cellspacing="1" cellpadding="4">
<tr> <tr>
<td bgcolor="#a0ddf0" colspan="1" rowspan="1"
<td colspan="1" rowspan="1"
valign="top" align="left"> valign="top" align="left">
<font color="#000000" size="-1" face="arial,helvetica,sanserif">
[javac] Test.java omitted as D:\classes\Test.class is up to date.<br /> [javac] Test.java omitted as D:\classes\Test.class is up to date.<br />
[javac] Unset.java added as D:\classes\Unset.class is outdated.<br /> [javac] Unset.java added as D:\classes\Unset.class is outdated.<br />
@@ -218,8 +316,7 @@ D:\jdk118\classes.zip; -sourcepath D:\src\java -g:none<br />
[javac] File to be compiled:<br /> [javac] File to be compiled:<br />
D:\src\java\Unset.java<br /> D:\src\java\Unset.java<br />


</font>
</td>
</td>
</tr> </tr>
</table> </table>
<p> <p>
@@ -236,17 +333,15 @@ D:\src\java\Unset.java<br />
generated command line. This can help you to understand whether generated command line. This can help you to understand whether
you are using the correct attributes and values. you are using the correct attributes and values.
</p> </p>
</blockquote>
</td></tr>
</table>
<table border="0" cellspacing="0" cellpadding="2" width="100%">
<tr><td bgcolor="#828DA6">
<font color="#ffffff" face="arial,helvetica,sanserif">
<a name="Has It Been Fixed?"><strong>Has It Been Fixed?</strong></a>
</font>
</td></tr>
<tr><td>
<blockquote>
<br/>
<a name="Has It Been Fixed?"></a>
<table border="0" cellspacing="0" cellpadding="2" width="100%">
<tr><td bgcolor="#4C6C8F">
<font color="#ffffff" face="arial,helvetica,sanserif">
<strong>Has It Been Fixed?</strong>
</font>
</td></tr>
</table>
<p> <p>
After examining the debug output, if you still believe that the After examining the debug output, if you still believe that the
problem you are having is caused by Ant, chances are that someone problem you are having is caused by Ant, chances are that someone
@@ -255,7 +350,7 @@ D:\src\java\Unset.java<br />
of Ant to see if the problem has been fixed. Nightly builds for Ant of Ant to see if the problem has been fixed. Nightly builds for Ant
are available from the are available from the
<a href="http://cvs.apache.org/builds/jakarta-ant/nightly/"> <a href="http://cvs.apache.org/builds/jakarta-ant/nightly/">
Jakarta web site</a>. While Ant nightly builds are typically quite
Ant web site</a>. While Ant nightly builds are typically quite
stable and are used by stable and are used by
<a href="http://cvs.apache.org/builds/gump/latest/">Gump</a> <a href="http://cvs.apache.org/builds/gump/latest/">Gump</a>
to build many other Jakarta projects, these builds should to build many other Jakarta projects, these builds should
@@ -267,17 +362,15 @@ D:\src\java\Unset.java<br />
area</a>. However, even this snapshot does not contain every area</a>. However, even this snapshot does not contain every
optional task. optional task.
</p> </p>
</blockquote>
</td></tr>
</table>
<table border="0" cellspacing="0" cellpadding="2" width="100%">
<tr><td bgcolor="#828DA6">
<font color="#ffffff" face="arial,helvetica,sanserif">
<a name="Has It Been Reported?"><strong>Has It Been Reported?</strong></a>
</font>
</td></tr>
<tr><td>
<blockquote>
<br/>
<a name="Has It Been Reported?"></a>
<table border="0" cellspacing="0" cellpadding="2" width="100%">
<tr><td bgcolor="#4C6C8F">
<font color="#ffffff" face="arial,helvetica,sanserif">
<strong>Has It Been Reported?</strong>
</font>
</td></tr>
</table>
<p> <p>
If the current nightly build doesn't resolve your problem, it is If the current nightly build doesn't resolve your problem, it is
possible that someone else has reported the issue. It is time to possible that someone else has reported the issue. It is time to
@@ -295,17 +388,15 @@ D:\src\java\Unset.java<br />
add yourself to the <code>CC</code> list to follow the progress add yourself to the <code>CC</code> list to follow the progress
of this bug. of this bug.
</p> </p>
</blockquote>
</td></tr>
</table>
<table border="0" cellspacing="0" cellpadding="2" width="100%">
<tr><td bgcolor="#828DA6">
<font color="#ffffff" face="arial,helvetica,sanserif">
<a name="Filing a Bug Report"><strong>Filing a Bug Report</strong></a>
</font>
</td></tr>
<tr><td>
<blockquote>
<br/>
<a name="Filing a Bug Report"></a>
<table border="0" cellspacing="0" cellpadding="2" width="100%">
<tr><td bgcolor="#4C6C8F">
<font color="#ffffff" face="arial,helvetica,sanserif">
<strong>Filing a Bug Report</strong>
</font>
</td></tr>
</table>
<p> <p>
By this time, you may have decided that there is an unreported 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 bug in Ant. You have a few choices at this point. You can send
@@ -339,17 +430,15 @@ D:\src\java\Unset.java<br />
you receive email asking for further information, please try to you receive email asking for further information, please try to
respond, as it will aid in the resolution of your bug. respond, as it will aid in the resolution of your bug.
</p> </p>
</blockquote>
</td></tr>
</table>
<table border="0" cellspacing="0" cellpadding="2" width="100%">
<tr><td bgcolor="#828DA6">
<font color="#ffffff" face="arial,helvetica,sanserif">
<a name="Asking for an Enhancement"><strong>Asking for an Enhancement</strong></a>
</font>
</td></tr>
<tr><td>
<blockquote>
<br/>
<a name="Asking for an Enhancement"></a>
<table border="0" cellspacing="0" cellpadding="2" width="100%">
<tr><td bgcolor="#4C6C8F">
<font color="#ffffff" face="arial,helvetica,sanserif">
<strong>Asking for an Enhancement</strong>
</font>
</td></tr>
</table>
<p> <p>
Sometimes, you may find that Ant just doesn't do what you need it Sometimes, you may find that Ant just doesn't do what you need it
to. It isn't a bug, as such, since Ant is working the way it is to. It isn't a bug, as such, since Ant is working the way it is
@@ -367,23 +456,21 @@ D:\src\java\Unset.java<br />
enhancment requests that cover your needs. If so, just add your enhancment requests that cover your needs. If so, just add your
vote to these. vote to these.
</p> </p>
</blockquote>
</td></tr>
</table>
<table border="0" cellspacing="0" cellpadding="2" width="100%">
<tr><td bgcolor="#828DA6">
<font color="#ffffff" face="arial,helvetica,sanserif">
<a name="Fixing the Bug"><strong>Fixing the Bug</strong></a>
</font>
</td></tr>
<tr><td>
<blockquote>
<br/>
<a name="Fixing the Bug"></a>
<table border="0" cellspacing="0" cellpadding="2" width="100%">
<tr><td bgcolor="#4C6C8F">
<font color="#ffffff" face="arial,helvetica,sanserif">
<strong>Fixing the Bug</strong>
</font>
</td></tr>
</table>
<p> <p>
If you aren't satisfied with just filing a bug report, you can If you aren't satisfied with just filing a bug report, you can
try to find the cause of the problem and provide a fix yourself. try to find the cause of the problem and provide a fix yourself.
The best way to do that is by working with the latest code from CVS. The best way to do that is by working with the latest code from CVS.
Alternatively, you can work with the source code available from the Alternatively, you can work with the source code available from the
<a href="http://jakarta.apache.org/builds/jakarta-ant/release/v1.4.1/src/">
<a href="http://ant.apache.org/srcdownload.cgi">
source distributions</a>. If you source distributions</a>. If you
are going to tackle the problem at this level, you may want to are going to tackle the problem at this level, you may want to
discuss some details first on the <code>ant-dev</code> discuss some details first on the <code>ant-dev</code>
@@ -415,28 +502,32 @@ D:\src\java\Unset.java<br />
This makes it easier for developers who need to apply a number This makes it easier for developers who need to apply a number
of different patch files. of different patch files.
</p> </p>
</blockquote>
</td></tr>
</table>
</blockquote>
</td></tr>
</table>
</td>
</div>
</td><td width="10"><img width="10" height="4" alt="" src="images/spacer.gif"></td>
</tr>
</table>
</td>
</tr>
</table>
<table summary="footer" cellspacing="0" cellpadding="0" width="100%" border="0">
<tr>
<td colspan="2" height="1" bgcolor="#4C6C8F"><img height="1" width="1" alt="" src="images/spacer.gif"><a href="images/label.gif"></a><a href="images/page.gif"></a><a href="images/chapter.gif"></a><a href="images/chapter_open.gif"></a><a href="images/current.gif"></a><a href="/favicon.ico"></a></td>
</tr>
<tr>
<td colspan="2" bgcolor="#CFDCED" class="copyright" align="center"><font size="2" face="Arial, Helvetica, Sans-Serif">Copyright &copy; 2000-2003&nbsp;The Apache Software Foundation. All rights reserved.<script type="text/javascript" language="JavaScript"><!--
document.write(" - "+"Last Published: " + document.lastModified);
// --></script></font></td>
</tr> </tr>

<!-- FOOTER -->
<tr><td colspan="2">
<hr noshade size="1"/>
</td></tr>
<tr><td colspan="2">
<div align="center"><font color="#525D76" size="-1"><em>
Copyright &#169; 2000-2003, Apache Software Foundation
</em></font></div>
</td></tr>
</table> </table>
</body> </body>
</html> </html>
<!-- end the processing -->













+ 426
- 461
docs/projects.html
File diff suppressed because it is too large
View File


+ 707
- 900
docs/resources.html
File diff suppressed because it is too large
View File


+ 232
- 159
docs/srcdownload.html View File

@@ -1,104 +1,205 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">


<!-- Content Stylesheet for Site -->


<!-- start the processing -->
<html>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<!-- GENERATED FILE, DO NOT EDIT, EDIT THE XML FILE IN xdocs INSTEAD! --> <!-- GENERATED FILE, DO NOT EDIT, EDIT THE XML FILE IN xdocs INSTEAD! -->
<head> <head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<base href="http://jakarta.apache.org/ant/.">
<title>Apache Ant - Downloading Ant - Source Distribution</title>
</head>
<body bgcolor="#ffffff" text="#000000" link="#525D76">
<table border="0" width="100%" cellspacing="0">
<!-- TOP IMAGE -->
<META http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<title>Apache Ant - Downloading Ant - Source Distribution</title>
<link type="text/css" href="page.css" rel="stylesheet">
</head>

<body text="#000000" bgcolor="#ffffff">
<table summary="navigation path" width="100%" border="0" cellpadding="0" cellspacing="0">
<tr>
<td nowrap="nowrap" valign="middle" bgcolor="#CFDCED" height="20"><img height="1" width="5" alt="" border="0" src="images/spacer.gif"><font size="2" face="Arial, Helvetica, Sans-serif"><script src="breadcrumbs.js" language="JavaScript" type="text/javascript"></script></font></td>
</tr>
<tr>
<td bgcolor="#4C6C8F" height="2"><img height="2" width="2" alt="" border="0" src="images/spacer.gif"></td>
</tr>
</table>

<table summary="header with logos" width="100%" border="0" cellpadding="0" cellspacing="0">
<tr>
<td bgcolor="#294563"><a href="http://ant.apache.org/"><img border="0" alt="Apache Ant site" src="images/group-logo.gif"></a></td><td width="100%" align="center" bgcolor="#294563"><a href="http://ant.apache.org/"><img alt="Apache Ant logo" border="0" src="images/project-logo.gif"></a></td><td valign="top" rowspan="2" bgcolor="#294563">
<form target="_blank" onsubmit="q.value = query.value + ' site:ant.apache.org'" action="http://www.google.com/search" method="get">
<table summary="search" border="0" cellspacing="0" cellpadding="0" bgcolor="#4C6C8F">
<tr>
<td colspan="3"><img height="10" width="1" alt="" src="images/spacer.gif"></td>
</tr>
<tr>
<td><img height="1" width="1" alt="" src="images/spacer.gif"></td><td nowrap="nowrap"><input name="q" type="hidden"><input size="15" id="query" type="text"><img height="1" width="5" alt="" src="images/spacer.gif"><input name="Search" value="Search" type="submit">
<br>
<font face="Arial, Helvetica, Sans-serif" size="2" color="white">
the Apache Ant site


</font></td><td><img height="1" width="1" alt="" src="images/spacer.gif"></td>
</tr>
<tr>
<td><img alt="" border="0" height="10" width="9" src="images/search-left.gif"></td><td><img height="1" width="1" alt="" src="images/spacer.gif"></td><td><img alt="" border="0" height="10" width="9" src="images/search-right.gif"></td>
</tr>
</table>
</form>
</td><td bgcolor="#294563"><img height="10" width="10" alt="" src="images/spacer.gif"></td>
</tr>
<tr>
<td valign="bottom" bgcolor="#294563" colspan="2">
<div class="tab">
<table summary="tab bar" border="0" cellpadding="0" cellspacing="0">
<tr>

<td width="8"><img alt="" height="8" width="8" src="images/spacer.gif"></td><td valign="bottom">
<table summary="selected tab" border="0" cellpadding="0" cellspacing="0">
<tr>
<td height="30" valign="top" width="5" bgcolor="#4C6C8F"><img height="5" width="5" alt="" src="images/tabSel-left.gif"></td><td valign="middle" bgcolor="#4C6C8F"><font color="#ffffff" size="2" face="Arial, Helvetica, Sans-serif"><b>Home</b></font></td><td valign="top" width="5" bgcolor="#4C6C8F"><img height="5" width="5" alt="" src="images/tabSel-right.gif"></td>
</tr>
</table>
</td>
</tr>
</table>
</div>
</td><td bgcolor="#294563"><img alt="" width="1" height="1" src="images/spacer.gif"></td>
</tr>
<tr> <tr>
<td align="left">
<a href="http://jakarta.apache.org"><img src="images/jakarta-logo.gif" alt="The Apache Jakarta Project" border="0"></a>
</td>
<td align="right">
<a href="http://jakarta.apache.org/ant/"><img src="./images/ant_logo_large.gif" alt="Apache Ant" border="0"/></a>
</td>
</tr>
<td bgcolor="#4C6C8F" colspan="4"><img width="1" height="10" alt="" src="images/spacer.gif"></td>
</tr>
</table> </table>
<table border="0" width="100%" cellspacing="4">
<tr><td colspan="2">
<hr noshade size="1"/>
</td></tr>
<table summary="page content" bgcolor="#ffffff" width="100%" border="0" cellpadding="0" cellspacing="0">
<tr>
<td valign="top">
<table summary="menu" border="0" cellspacing="0" cellpadding="0">
<tr>
<td rowspan="3" valign="top">
<table summary="blue line" border="0" cellpadding="0" cellspacing="0">
<tr>
<td bgcolor="#294563"><img width="10" height="1" alt="" src="images/spacer.gif"></td>
</tr>
<tr>
<td bgcolor="#CFDCED"><font color="#4C6C8F" size="4" face="Arial, Helvetica, Sans-serif">&nbsp;</font></td>
</tr>
<tr>
<td bgcolor="#294563"><img width="10" height="1" alt="" src="images/spacer.gif"></td>
</tr>
</table>
</td><td bgcolor="#294563"><img width="1" height="1" alt="" src="images/spacer.gif"></td><td valign="bottom" bgcolor="#4C6C8F"><img width="10" height="10" alt="" src="images/spacer.gif"></td><td nowrap="nowrap" valign="top" bgcolor="#4C6C8F">
<div class="menu"><ul>
<li><font color="#CFDCED">Apache Ant</font>
<ul>
<li>
<a href="./index.html">Welcome</a>
</li>
<li>
<a href="./license.html">License</a>
</li>
<li>
<a href="./antnews.html">News</a>
</li>
</ul>
</li>
<li><font color="#CFDCED">Documentation</font>
<ul>
<li>
<a href="./manual/index.html">Manual</a>
</li>
<li>
<a href="./projects.html">Related Projects</a>
</li>
<li>
<a href="./external.html">External Tools and Tasks</a>
</li>
<li>
<a href="./resources.html">Resources</a>
</li>
<li>
<a href="./faq.html">Frequently Asked Questions</a>
</li>
<li>
<a href="./problems.html">Having Problems?</a>
</li>
</ul>
</li>
<li><font color="#CFDCED">Download</font>
<ul>
<li>
<a href="http://ant.apache.org/bindownload.cgi">Binary Distributions</a>
</li>
<li>
<a href="http://ant.apache.org/srcdownload.cgi">Source Distributions</a>
</li>
</ul>
</li>
<li><font color="#CFDCED">Get Involved</font>
<ul>
<li>
<a href="./mail.html">Mailing Lists</a>
</li>
<li>
<a href="./cvs.html">CVS Repositories</a>
</li>
<li>
<a href="http://nagoya.apache.org/bugzilla/enter_bug.cgi?product=Ant">Bug Database</a>
</li>
<li>
<a href="http://nagoya.apache.org/bugzilla/enter_bug.cgi?product=Ant&amp;bug_severity=Enhancement">Enhancement Requests</a>
</li>
</ul>
</li>
<li><font color="#CFDCED">Project Management</font>
<ul>
<li>
<a href="./contributors.html">Contributors</a>
</li>
<li>
<a href="./mission.html">Apache Ant Mission</a>
</li>
<li>
<a href="./guidelines.html">Project Guidelines</a>
</li>
<li>
<a href="./legal.html">Legal</a>
</li>
</ul>
</li>
</ul></div>
</td><td valign="bottom" bgcolor="#4C6C8F"><img width="10" height="10" alt="" src="images/spacer.gif"></td><td bgcolor="#294563"><img width="1" height="1" alt="" src="images/spacer.gif"></td>
</tr>
<tr>
<td valign="bottom" align="left" colspan="2" rowspan="2" bgcolor="#4C6C8F"><img height="10" width="10" border="0" alt="" src="images/menu-left.gif"></td><td bgcolor="#4C6C8F"><img height="10" width="10" border="0" alt="" src="images/spacer.gif"></td><td valign="bottom" align="right" colspan="2" rowspan="2" bgcolor="#4C6C8F"><img height="10" width="10" border="0" alt="" src="images/menu-right.gif"></td>
</tr>
<tr>
<td height="1" bgcolor="#294563"><img width="1" height="1" alt="" src="images/spacer.gif"></td>
</tr>
</table>
</td><td valign="top" width="100%">
<table summary="content" width="100%" border="0" cellpadding="0" cellspacing="0">
<tr>
<td colspan="4" bgcolor="#294563"><img width="10" height="1" alt="" src="images/spacer.gif"></td>
</tr>
<tr>
<td align="left" width="10" bgcolor="#CFDCED"><img width="10" height="1" alt="" src="images/spacer.gif"></td><td align="left" width="50%" bgcolor="#CFDCED"><font color="#4C6C8F" size="3" face="Arial, Helvetica, Sans-serif">
&nbsp;
</font><img width="10" height="8" alt="" src="images/spacer.gif"></td><td align="right" width="50%" bgcolor="#CFDCED"><font color="#4C6C8F" size="3" face="Arial, Helvetica, Sans-serif">
&nbsp;
</font><img width="10" height="8" alt="" src="images/spacer.gif"></td><td width="10" bgcolor="#CFDCED"><img width="10" height="1" alt="" src="images/spacer.gif"></td>
</tr>
<tr>
<td colspan="4" bgcolor="#294563"><img width="10" height="1" alt="" src="images/spacer.gif"></td>
</tr>
<tr>
<td align="left" width="10"><img width="10" height="1" alt="" src="images/spacer.gif"></td><td align="left" width="100%">
<div class="content">
<table class="title">
<tr> <tr>
<!-- LEFT SIDE NAVIGATION -->
<td valign="top" nowrap>
<p><strong>Apache Ant</strong></p>
<ul>
<li> <a href="./index.html">Front Page</a>
</li>
<li> <a href="./antnews.html">News</a>
</li>
<li> <a href="./manual/index.html">Documentation</a>
</li>
<li> <a href="./projects.html">Related Projects</a>
</li>
<li> <a href="./external.html">External Tools and Tasks</a>
</li>
<li> <a href="./resources.html">Resources</a>
</li>
<li> <a href="./faq.html">Ant FAQ</a>
</li>
<li> <a href="./problems.html">Having Problems?</a>
</li>
</ul>
<p><strong>Download</strong></p>
<ul>
<li> <a href="./bindownload.cgi">Binary Distributions</a>
</li>
<li> <a href="./srcdownload.cgi">Source Distributions</a>
</li>
</ul>
<p><strong>Jakarta</strong></p>
<ul>
<li> <a href="http://jakarta.apache.org/site/news.html">News &amp; Status</a>
</li>
<li> <a href="http://jakarta.apache.org/site/mission.html">Mission</a>
</li>
<li> <a href="http://jakarta.apache.org/site/guidelines.html">Guidelines Notes</a>
</li>
<li> <a href="http://jakarta.apache.org/site/faqs.html">FAQs</a>
</li>
</ul>
<p><strong>Get Involved</strong></p>
<ul>
<li> <a href="http://jakarta.apache.org/site/getinvolved.html">Overview</a>
</li>
<li> <a href="http://jakarta.apache.org/site/cvsindex.html">CVS Repositories</a>
</li>
<li> <a href="http://jakarta.apache.org/site/mail.html">Mailing Lists</a>
</li>
<li> <a href="http://jakarta.apache.org/site/library.html">Reference Library</a>
</li>
<li> <a href="http://nagoya.apache.org/bugzilla/enter_bug.cgi?product=Ant">Bug Database</a>
</li>
<li> <a href="http://nagoya.apache.org/bugzilla/enter_bug.cgi?product=Ant&amp;bug_severity=Enhancement">Enhancement Requests</a>
</li>
<li> <a href="http://nagoya.apache.org/bugzilla/buglist.cgi?bug_status=NEW&amp;bug_status=ASSIGNED&amp;bug_status=REOPENED&amp;email1=&amp;emailtype1=substring&amp;emailassigned_to1=1&amp;email2=&amp;emailtype2=substring&amp;emailreporter2=1&amp;bugidtype=include&amp;bug_id=&amp;changedin=&amp;votes=&amp;chfieldfrom=&amp;chfieldto=Now&amp;chfieldvalue=&amp;product=Ant&amp;short_desc=%5BPATCH%5D&amp;short_desc_type=allwordssubstr&amp;long_desc=&amp;long_desc_type=allwordssubstr&amp;bug_file_loc=&amp;bug_file_loc_type=allwordssubstr&amp;keywords=&amp;keywords_type=anywords&amp;field0-0-0=noop&amp;type0-0-0=noop&amp;value0-0-0=&amp;cmdtype=doit&amp;order=Reuse+same+sort+as+last+time">Patch Queue</a>
</li>
</ul>
</td>
<td align="left" valign="top">
<table border="0" cellspacing="0" cellpadding="2" width="100%">
<tr><td bgcolor="#525D76">
<font color="#ffffff" face="arial,helvetica,sanserif">
<a name="Downloading Ant"><strong>Downloading Ant</strong></a>
</font>
</td></tr>
<tr><td>
<blockquote>
<td valign="middle">
<h1>Downloading Ant - Source Distribution</h1>
</td>
</tr>
</table>
<br/>
<table class="nowrap" border="0" cellspacing="0" cellpadding="2" width="100%">
<tr><td bgcolor="#294563"><font color="#ffffff"><a name="Downloading Ant"><strong>Downloading Ant</strong></a></font></td></tr>
</table>
<p>Use the links below to download a source distribution of Ant from <p>Use the links below to download a source distribution of Ant from
one of our mirrors. You <strong>must</strong> one of our mirrors. You <strong>must</strong>
<a href="[location]#Verify Releases">verify the integrity</a> of the <a href="[location]#Verify Releases">verify the integrity</a> of the
@@ -113,17 +214,10 @@ Thus they must be untarred with a GNU compatible version of
<p>If you do not see the file you need in the links below, please see <p>If you do not see the file you need in the links below, please see
the <a href="http://www.apache.org/dist/ant/">master distribution the <a href="http://www.apache.org/dist/ant/">master distribution
directory</a> or, preferably, its <a href="[preferred]/ant/">mirror</a>.</p> directory</a> or, preferably, its <a href="[preferred]/ant/">mirror</a>.</p>
</blockquote>
</td></tr>
<br/>
<table class="nowrap" border="0" cellspacing="0" cellpadding="2" width="100%">
<tr><td bgcolor="#294563"><font color="#ffffff"><a name="Mirror"><strong>Mirror</strong></a></font></td></tr>
</table> </table>
<table border="0" cellspacing="0" cellpadding="2" width="100%">
<tr><td bgcolor="#525D76">
<font color="#ffffff" face="arial,helvetica,sanserif">
<a name="Mirror"><strong>Mirror</strong></a>
</font>
</td></tr>
<tr><td>
<blockquote>
<p>You are currently using <b>[preferred]</b>. If you encounter a <p>You are currently using <b>[preferred]</b>. If you encounter a
problem with this mirror, please select another mirror. If all problem with this mirror, please select another mirror. If all
mirrors are failing, there are <i>backup</i> mirrors (at the end of mirrors are failing, there are <i>backup</i> mirrors (at the end of
@@ -142,17 +236,10 @@ Other mirrors: <select name="Preferred">
</select> </select>
<input type="submit" value="Change" /> <input type="submit" value="Change" />
</form> </form>
</blockquote>
</td></tr>
<br/>
<table class="nowrap" border="0" cellspacing="0" cellpadding="2" width="100%">
<tr><td bgcolor="#294563"><font color="#ffffff"><a name="Current Release of Ant"><strong>Current Release of Ant</strong></a></font></td></tr>
</table> </table>
<table border="0" cellspacing="0" cellpadding="2" width="100%">
<tr><td bgcolor="#525D76">
<font color="#ffffff" face="arial,helvetica,sanserif">
<a name="Current Release of Ant"><strong>Current Release of Ant</strong></a>
</font>
</td></tr>
<tr><td>
<blockquote>
<p>Currently, Apache Ant 1.5.1 is the best available version, see the <p>Currently, Apache Ant 1.5.1 is the best available version, see the
<a href="[preferred]/ant/README.html">release notes</a>.</p> <a href="[preferred]/ant/README.html">release notes</a>.</p>
<ul> <ul>
@@ -171,46 +258,25 @@ Other mirrors: <select name="Preferred">
[<a href="http://www.apache.org/dist/ant/source/jakarta-ant-1.5.1-src.tar.bz2.asc">PGP</a>] [<a href="http://www.apache.org/dist/ant/source/jakarta-ant-1.5.1-src.tar.bz2.asc">PGP</a>]
[<a href="http://www.apache.org/dist/ant/source/jakarta-ant-1.5.1-src.tar.bz2.md5">MD5</a>]</li> [<a href="http://www.apache.org/dist/ant/source/jakarta-ant-1.5.1-src.tar.bz2.md5">MD5</a>]</li>
</ul> </ul>
</blockquote>
</td></tr>
<br/>
<table class="nowrap" border="0" cellspacing="0" cellpadding="2" width="100%">
<tr><td bgcolor="#294563"><font color="#ffffff"><a name="Nightly Builds"><strong>Nightly Builds</strong></a></font></td></tr>
</table> </table>
<table border="0" cellspacing="0" cellpadding="2" width="100%">
<tr><td bgcolor="#525D76">
<font color="#ffffff" face="arial,helvetica,sanserif">
<a name="Nightly Builds"><strong>Nightly Builds</strong></a>
</font>
</td></tr>
<tr><td>
<blockquote>
<p>If you wish to use the latest Ant features, you can try downloading a <p>If you wish to use the latest Ant features, you can try downloading a
<a href="http://cvs.apache.org/builds/jakarta-ant/nightly/">nightly build</a>. <a href="http://cvs.apache.org/builds/jakarta-ant/nightly/">nightly build</a>.
</p> </p>
</blockquote>
</td></tr>
<br/>
<table class="nowrap" border="0" cellspacing="0" cellpadding="2" width="100%">
<tr><td bgcolor="#294563"><font color="#ffffff"><a name="Old Ant Releases"><strong>Old Ant Releases</strong></a></font></td></tr>
</table> </table>
<table border="0" cellspacing="0" cellpadding="2" width="100%">
<tr><td bgcolor="#525D76">
<font color="#ffffff" face="arial,helvetica,sanserif">
<a name="Old Ant Releases"><strong>Old Ant Releases</strong></a>
</font>
</td></tr>
<tr><td>
<blockquote>
<p>Older releases of Ant can be found <a href="http://jakarta.apache.org/builds/ant/release/">here</a>. Those <p>Older releases of Ant can be found <a href="http://jakarta.apache.org/builds/ant/release/">here</a>. Those
releases are only provided as <code>zip</code> archives that can be releases are only provided as <code>zip</code> archives that can be
extracted by <code>jar xf </code><em>archive.zip</em> - we highly extracted by <code>jar xf </code><em>archive.zip</em> - we highly
recommend to not use those releases but upgrade to Ant's <a href="[location]#Current Release of Ant">latest</a> release.</p> recommend to not use those releases but upgrade to Ant's <a href="[location]#Current Release of Ant">latest</a> release.</p>
</blockquote>
</td></tr>
<br/>
<table class="nowrap" border="0" cellspacing="0" cellpadding="2" width="100%">
<tr><td bgcolor="#294563"><font color="#ffffff"><a name="Verify Releases"><strong>Verify Releases</strong></a></font></td></tr>
</table> </table>
<table border="0" cellspacing="0" cellpadding="2" width="100%">
<tr><td bgcolor="#525D76">
<font color="#ffffff" face="arial,helvetica,sanserif">
<a name="Verify Releases"><strong>Verify Releases</strong></a>
</font>
</td></tr>
<tr><td>
<blockquote>
<p>It is essential that you verify the integrity of the downloaded <p>It is essential that you verify the integrity of the downloaded
files using the PGP or MD5 signatures.</p> files using the PGP or MD5 signatures.</p>
<p>The PGP signatures can be verified using PGP or GPG. First <p>The PGP signatures can be verified using PGP or GPG. First
@@ -240,25 +306,32 @@ included in many unix distributions. It is also available as part of
Textutils</a>. Windows users can get binary md5 programs from <a href="http://www.fourmilab.ch/md5/">here</a>, <a href="http://www.pc-tools.net/win32/freeware/console/">here</a>, or Textutils</a>. Windows users can get binary md5 programs from <a href="http://www.fourmilab.ch/md5/">here</a>, <a href="http://www.pc-tools.net/win32/freeware/console/">here</a>, or
<a href="http://www.slavasoft.com/fsum/">here</a>.</p> <a href="http://www.slavasoft.com/fsum/">here</a>.</p>
<p>We highly recommend to verify the PGP signature, though.</p> <p>We highly recommend to verify the PGP signature, though.</p>
</blockquote>
</td></tr>
</table>
</td>
</div>
</td><td width="10"><img width="10" height="4" alt="" src="images/spacer.gif"></td>
</tr>
</table>
</td>
</tr>
</table>
<table summary="footer" cellspacing="0" cellpadding="0" width="100%" border="0">
<tr>
<td colspan="2" height="1" bgcolor="#4C6C8F"><img height="1" width="1" alt="" src="images/spacer.gif"><a href="images/label.gif"></a><a href="images/page.gif"></a><a href="images/chapter.gif"></a><a href="images/chapter_open.gif"></a><a href="images/current.gif"></a><a href="/favicon.ico"></a></td>
</tr>
<tr>
<td colspan="2" bgcolor="#CFDCED" class="copyright" align="center"><font size="2" face="Arial, Helvetica, Sans-Serif">Copyright &copy; 2000-2003&nbsp;The Apache Software Foundation. All rights reserved.<script type="text/javascript" language="JavaScript"><!--
document.write(" - "+"Last Published: " + document.lastModified);
// --></script></font></td>
</tr> </tr>

<!-- FOOTER -->
<tr><td colspan="2">
<hr noshade size="1"/>
</td></tr>
<tr><td colspan="2">
<div align="center"><font color="#525D76" size="-1"><em>
Copyright &#169; 2000-2003, Apache Software Foundation
</em></font></div>
</td></tr>
</table> </table>
</body> </body>
</html> </html>
<!-- end the processing -->













+ 7
- 11
xdocs/antnews.xml View File

@@ -5,14 +5,14 @@
<author email="">Conor MacNeill</author> <author email="">Conor MacNeill</author>
<author email="stefan.bodewig@epost.de">Stefan Bodewig</author> <author email="stefan.bodewig@epost.de">Stefan Bodewig</author>
<author email="">Magesh Umasankar</author> <author email="">Magesh Umasankar</author>
<title>Ant News</title>
<title>News</title>
</properties> </properties>


<body> <body>
<section name="Ant 1.5.1"> <section name="Ant 1.5.1">
<h3>October 3, 2002 - Ant 1.5.1 Available !</h3> <h3>October 3, 2002 - Ant 1.5.1 Available !</h3>
<p>The final version of Ant 1.5.1 is now available for <p>The final version of Ant 1.5.1 is now available for
<a href="http://www.apache.org/dist/ant/">
<a href="http://ant.apache.org/bindownload.cgi">
download</a>. If you have any feedback on this release, feel free to join the download</a>. If you have any feedback on this release, feel free to join the
discussion on the ant-dev and ant-user mailing lists. discussion on the ant-dev and ant-user mailing lists.
</p> </p>
@@ -21,8 +21,7 @@
<section name="Ant 1.5.1Beta1"> <section name="Ant 1.5.1Beta1">
<h3>August 19, 2002 - Ant 1.5.1 Beta1 Available !</h3> <h3>August 19, 2002 - Ant 1.5.1 Beta1 Available !</h3>
<p>The first beta version of Ant 1.5.1 is now available for <p>The first beta version of Ant 1.5.1 is now available for
<a href="http://jakarta.apache.org/builds/jakarta-ant/release/v1.5.1beta1/">
download</a>. If you have any feedback on the beta feel free to join the
download. If you have any feedback on the beta feel free to join the
discussion on the ant-dev and ant-user mailing lists. discussion on the ant-dev and ant-user mailing lists.
</p> </p>
</section> </section>
@@ -44,8 +43,7 @@
<section name="Ant 1.5Beta3"> <section name="Ant 1.5Beta3">
<h3>June 24, 2002 - Ant 1.5 Beta3 Available!</h3> <h3>June 24, 2002 - Ant 1.5 Beta3 Available!</h3>
<p>The third beta version of Ant 1.5 is now available for <p>The third beta version of Ant 1.5 is now available for
<a href="http://jakarta.apache.org/builds/jakarta-ant/release/v1.5Beta3/">
download</a>. If you have any feedback on the beta feel free to join the
download. If you have any feedback on the beta feel free to join the
discussion on the ant-dev and ant-user mailing lists. discussion on the ant-dev and ant-user mailing lists.
</p> </p>
</section> </section>
@@ -53,8 +51,7 @@
<section name="Ant 1.5Beta2"> <section name="Ant 1.5Beta2">
<h3>June 1, 2002 - Ant 1.5 Beta2 Available!</h3> <h3>June 1, 2002 - Ant 1.5 Beta2 Available!</h3>
<p>The second beta version of Ant 1.5 is now available for <p>The second beta version of Ant 1.5 is now available for
<a href="http://jakarta.apache.org/builds/jakarta-ant/release/v1.5Beta2/">
download</a>. If you have any feedback on the beta feel free to join the
download. If you have any feedback on the beta feel free to join the
discussion on the ant-dev and ant-user mailing lists. discussion on the ant-dev and ant-user mailing lists.
</p> </p>
</section> </section>
@@ -62,8 +59,7 @@
<section name="Ant 1.5Beta1"> <section name="Ant 1.5Beta1">
<h3>Ant 1.5 Beta1 Available !</h3> <h3>Ant 1.5 Beta1 Available !</h3>
<p>The first beta version of Ant 1.5 is now available for <p>The first beta version of Ant 1.5 is now available for
<a href="http://jakarta.apache.org/builds/jakarta-ant/release/v1.5Beta1/">
download</a>. If you have any feedback on the beta feel free to join the
download. If you have any feedback on the beta feel free to join the
discussion on the ant-dev and ant-user mailing lists. discussion on the ant-dev and ant-user mailing lists.
</p> </p>
</section> </section>
@@ -176,7 +172,7 @@
<p> <p>
If you want to shape the future of Ant, join the If you want to shape the future of Ant, join the
<a href="http://jakarta.apache.org/site/mail.html">Ant-Dev mailing list</a> and contribute
<a href="mail.html">Ant-Dev mailing list</a> and contribute
your ideas. your ideas.
</p> </p>
</section> </section>


+ 2
- 2
xdocs/bindownload.xml View File

@@ -12,8 +12,8 @@


<p>Use the links below to download a binary distribution of Ant from <p>Use the links below to download a binary distribution of Ant from
one of our mirrors. You <strong>must</strong> one of our mirrors. You <strong>must</strong>
<a href="[location]#Verify Releases">verify the integrity</a> of
the downloaded files using signatures downloaded from our main
<a href="[location]#Verify Releases">verify the integrity</a> of the
downloaded files using signatures downloaded from our main
distribution directory.</p> distribution directory.</p>


<p>Ant is distributed as <code>zip</code>, <code>tar.gz</code> and <p>Ant is distributed as <code>zip</code>, <code>tar.gz</code> and


+ 278
- 0
xdocs/contributors.xml View File

@@ -0,0 +1,278 @@
<?xml version="1.0"?>
<document>
<properties>
<title>Contributors</title>
</properties>

<body>
<section name="Project Management Committee">

<subsection name="Active Members">

<p>
<b>Bruce Atherton</b> (bruce at callenish.com - <a href="http://www.callenish.com/~bruce">http://www.callenish.com/~bruce</a>)
<br/>
Currently a Systems Architect with Avue Technologies, Bruce has been
working with Java since version 1.0a2. He also claims to be one of the first
people to mark up a FAQ with HTML, for a web browser of the distant past
called Cello.
</p>

<p>
<b>Stephane Bailliez</b><br/>
</p>

<p>
<b>Stefan Bodewig</b> (stefan.bodewig at epost.de)
<br/>
Stefan is a senior developer at BoST interactive, where he is mainly
responsible for a rule based configurator system. He spends some
time working on Open Source projects with Ant currently taking the
biggest share of it.
</p>

<p>
<b>Erik Hatcher</b> (ehatcher at apache.org - <a href="http://erik.hatcher.net">http://erik.hatcher.net</a>)
<br/>
Erik is the co-author of <a href="http://www.manning.com/antbook">
Java Development with Ant</a> and speaks on Ant and other topics at
<a href="http://www.completeprogrammer.net">No Fluff, Just Stuff
symposiums</a> as well as other venues. Erik is the President of
<a href="http://www.ehatchersolutions.com">eHatcher Solutions, Inc</a>.
</p>

<p>
<b>Diane Holt</b><br/>
</p>

<p>
<b>Donald Leslie</b><br/>
</p>

<p>
<b>Steve Loughran</b><br/>
</p>

<p>
<b>Conor MacNeill</b> (conor at cortexebusiness.com.au)
<br/>
Conor is a senior developer at Cortex eBusiness, where he develops
J2EE based systems. In his spare time he helps with the development of
the Ant build tool. He is also serving as the Chairman of this PMC.
</p>

<p>
<b>Costin Monolache</b><br/>
</p>

<p>
<b>
<a href="http://www.intertwingly.net/">Sam Ruby</a>
</b>
(rubys at us.ibm.com)
<br/>
Sam takes a perverse pleasure in integrating disparate things. He is
a member of the <a href="http://www.php.net/credits.php">PHP group</a>, Apache
<a href="http://xml.apache.org/whoweare.html">XML PMC</a>, Apache
sponsor for the <a href="http://xml.apache.org/soap">xml-soap</a> subproject
and convener of <a href="http://www.ecma.ch">ECMA</a> TC39 TG3. He is
also serving as the Chairman of the Jakarta PMC.
</p>

<p>
<b>Jon Skeet</b><br/>
</p>

<p>
<b>Magesh Umasankar</b> (umagesh at apache.org)
<br/>
Magesh is a lead software developer at
<a href="http://www.manugistics.com">Manugistics</a>, where
he is responsible for some of the Revenue Optimization
solutions.
</p>

<p>
<b>Christoph Wilhelms</b> (christoph.wilhelms at t-online.de)
<br/>
Christoph is teamleader and a lead software engineer at
<a href="http://www.impress.com/english/index.html">IMPRESS SOFTWARE</a>. He is resposible for
the development of administration tools and development environment for
the IMPRESS Engine, a Java-based intergration software. At the Ant-Project
he takes care of Antidote - the Ant GUI.
</p>

</subsection>
<subsection name="Emeritus Members">

<p>
<b>James Duncan Davidson</b> (duncan at x180.net - <a href="http://x180.net/">http://x180.net/</a>)
<br/>

By day, Duncan works in the Open Source Program Office at Sun
Microsystems where he helps various Open Source efforts within Sun
&quot;do the right thing&quot;. Previously at Sun he was responsible
for the Servlet API Specifications 2.1 and 2.2 as well as the Java API
for XML Parsing 1.0 and was the original author of Tomcat and Ant. He
was one of the rabble-rousers within Sun that helped make the Jakarta
Project a reality and served as the first Chairman of the Jakarta PMC.
</p>

</subsection>

</section>
<section name="Committers">

<subsection name="Active Committers">

<p>
<b>Preston Bannister</b><br/>
</p>

<p>
<b>Nick Davis</b><br/>
</p>

<p>
<b>Darrell DeBoer</b><br/>
</p>

<p>
<b>Peter Donald</b> (peter at apache.org)
<br/>

Peter is an avid java developer who is active in the
<a href="http://jakarta.apache.org/avalon/">Avalon</a> and
<a href="http://ant.apache.org/">Ant</a> projects.
In his spare time he develops a distributed virtual environment
(ie military simulator or 3D game) using java technologies.
</p>

<p>
<b>Danno Ferrin</b> (shemnon at yahoo.com)
<br/>
Danno has been programming in Java since Summer 96. Danno wrote a JSP
engine on his own and released it the very same day Jakarta was
announced at JavaOne. Since then, he decided to join the Jakarta
project in a spirit of co-operation over competition.
</p>

<p>

<b>Jason Hunter</b> (jh at servlets.com)
<br/>
Jason is author of "Java Servlet Programming" (O'Reilly) and publisher
of <a href="http://www.servlets.com/">http://www.servlets.com/</a>.
He works at <a href="http://www.collab.net">CollabNet</a>.
</p>

<p>
<b>Arun Jamwal</b>
<br/>
</p>

<p>
<b>Arnout J. Kuiper</b> (ajkuiper at planet.nl)
<br/>

Arnout J. Kuiper is a Java Architect with the Sun Java Center at Sun
Microsystems. His main focus is web-related technologies on the Java
platform (J2EE, XML, ...).
</p>

<p>
<b>Adam Murdoch</b>
<br/>
</p>

<p>
<b>Harish Prabhandham</b> (harishp at onebox.com)
<br/>
Harish is an engineer with the J2EE team at Sun, primarily responsible
for implementing security in the J2EE Reference Implementation
(RI). He integrated various technologies including servlet/JSP
implementations from Tomcat into the J2EE RI. These days, he hacks PHP
code during the day.
</p>

<p>
<b>Nico Seessle</b><br/>
</p>

<p>
<b>Gal Shachor</b> (shachor at il.ibm.com)
<br/>
Gal Shachor is a research staff member at IBM. He wrote his first
Servlet container (ServletExpress) at the beginning of 1997. Later on
ServletExpress (and Gal) merged into WebSphere, and Gal participated
in the development of WebSphere 1, 2 and 3.
</p>

<p>
<b>Jon S. Stevens</b> (jon at collab.net)
<br/>

Jon is a Co-Founder of <a href="http://www.clearink.com/">Clear Ink
Corp</a> and recently left to work on <a href="http://scarab.tigris.org/">Scarab</a> a next generation Open
Source Java Servlet based Issue/Bug tracking system for <a href="http://www.collab.net/">CollabNet</a>. He is an active developer
of the <a href="http://java.apache.org/jserv/">Apache JServ Servlet
Engine</a> for the Apache Web Server and Co-Author of the <a href="http://java.apache.org/ecs/">Element Construction Set</a> as
well as the web application framework, <a href="http://java.apache.org/turbine/">Turbine</a>.
</p>

<p>
<b>James Todd</b> (jwtodd at pacbell.net)
<br/>
James has developed real time customer oriented apps for roughly 10
years the last 5 of which have predominately been fully integrated,
front and back, extraNet implementations which have been based on
Apache, Java and Tcl.
</p>

<p>
<b>Anil Vijendran</b> (akv at eng.sun.com)
<br/>
Anil Vijendran is the principal developer of the JSP engine in
Tomcat. He's done some pretty scary things in his past life --
implementing the CORBA IDL to C++ 2.0 mapping, skydiving, IDL to Java
compilers, Object Databases (SIGSEV, you da man!) for C++, Java ORB
and EJB runtime environments -- in that order.
</p>

</subsection>
<subsection name="Emeritus Committers">
<p>
<b>Simeon H.K. Fitch</b> (simeon.fitch at mseedsoft.com)
<br/>
Simeon is owner of Mustard Seed Software, which specializes in developing
distributed applications and user interfaces for the science, engineering,
and research oriented clients. He is the lead architect and developer for
Antidote, the GUI for Ant.
</p>

<p>
<b>Thomas Haas</b>
<br/>
</p>

<p>
<b>Stefano Mazzocchi</b> (stefano at apache.org)
<br/>
Stefano is addicted to software design, Java programming and
open development. In the last 4 years, he has contributed way too much
time to Apache, expecially on JServ, JMeter, Avalon, JAMES, Ant, Cocoon
and helping to bring more projects into Apache-land, such as FOP, Batik,
POI and Xindice. The problem is that he's too picky to be satisfied :-)
</p>

<p>
<b>Glenn McAllister</b> (glenn at somanetworks.com)
<br/>
Glenn McAllister is a software developer at SOMA Networks, was formerly
the same at IBM (plus tech writer plus build guy), and does some writing
on the side for the VADD Technical Journal.
</p>
</subsection>
</section>
</body>
</document>

+ 41
- 0
xdocs/cvs.xml View File

@@ -0,0 +1,41 @@
<?xml version="1.0"?>
<document>

<properties>
<title>CVS Repositories</title>
</properties>

<body>

<section name="Access the Source Tree (AnonCVS)">

<p>Anyone can checkout source code from our anonymous CVS
server. To do so, simply use the following commands (if you are
using a GUI CVS client, configure it appropriatly):</p>

<source>
cvs -d :pserver:anoncvs@cvs.apache.org:/home/cvspublic login<br/>
password: anoncvs</source>

<source>
cvs -d :pserver:anoncvs@cvs.apache.org:/home/cvspublic checkout [module-name]</source>

<p>Modules available for access are (click the links to view the
CVS tree via ViewCVS):</p>

<ul>
<li><a
href="http://cvs.apache.org/viewcvs/jakarta-ant/">jakarta-ant</a> -
The &quot;main&quot; Ant module.</li>

<li><a
href="http://cvs.apache.org/viewcvs/jakarta-ant-antidote/">jakarta-ant-antidote</a>
- Antidote, a GUI frontend to Ant.</li>
</ul>

<p>If you are not familiar with CVS, <a
href="http://jakarta.apache.org/site/cvsindex.html">Jakarta's
CVS page</a> may hold many helpful hints.</p>
</section>
</body>
</document>

+ 1
- 1
xdocs/faq.xml View File

@@ -12,7 +12,7 @@
document?</question> document?</question>
<answer> <answer>
<p>The latest version can always be found at Ant&apos;s homepage <p>The latest version can always be found at Ant&apos;s homepage
<a href="http://jakarta.apache.org/ant/faq.html">http://jakarta.apache.org/ant/faq.html</a>.</p>
<a href="http://ant.apache.org/faq.html">http://ant.apache.org/faq.html</a>.</p>
</answer> </answer>
</faq> </faq>




+ 23
- 0
xdocs/guidelines.xml View File

@@ -0,0 +1,23 @@
<?xml version="1.0"?>
<document>

<properties>
<title>Project Guidelines</title>
</properties>

<body>

<section name="Project Guidelines">

<p>We are still in the process of defining the guidelines for this
project - to get an idea what they may look like, we want to point
you to the guidelines of the <a
href="http://jakarta.apache.org/site/guidelines.html">Jakarta</a>
and <a
href="http://httpd.apache.org/dev/guidelines.html">httpd</a>
projects as well as the work currently on the way at the <a
href="http://incubator.apache.org/">Incubator</a> project.</p>

</section>
</body>
</document>

+ 4
- 4
xdocs/index.xml View File

@@ -4,7 +4,7 @@
<properties> <properties>
<author email="">Conor MacNeill</author> <author email="">Conor MacNeill</author>
<author email="stefan.bodewig@epost.de">Stefan Bodewig</author> <author email="stefan.bodewig@epost.de">Stefan Bodewig</author>
<title>Ant</title>
<title>Welcome</title>
</properties> </properties>


<body> <body>
@@ -13,8 +13,8 @@
<h3>Apache Ant 1.5.1 Released!</h3> <h3>Apache Ant 1.5.1 Released!</h3>


<p>Version 1.5.1 of Ant has been released. It is available for <p>Version 1.5.1 of Ant has been released. It is available for
download as <a href="bindownload.cgi">binary</a> or as <a
href="srcdownload.cgi">source</a> distribution.</p>
download as <a href="http://ant.apache.org/bindownload.cgi">binary</a> or as <a
href="http://ant.apache.org/srcdownload.cgi">source</a> distribution.</p>
</section> </section>


<section name="Apache Ant"> <section name="Apache Ant">
@@ -96,7 +96,7 @@ Comprehensive documentation is included in the source and binary distributions.
<section name="Get Involved"> <section name="Get Involved">
<ul> <ul>
<li><a href="http://jakarta.apache.org/getinvolved/getinvolvedindex.html">Get Involved</a></li> <li><a href="http://jakarta.apache.org/getinvolved/getinvolvedindex.html">Get Involved</a></li>
<li><a href="http://jakarta.apache.org/getinvolved/mail.html">Join Mailing Lists</a></li>
<li><a href="mail.html">Join Mailing Lists</a></li>
<li><a href="http://marc.theaimsgroup.com/?l=ant-dev&amp;r=1&amp;w=2">Search the Dev Mailing List</a> <li><a href="http://marc.theaimsgroup.com/?l=ant-dev&amp;r=1&amp;w=2">Search the Dev Mailing List</a>
</li> </li>
<li><a href="http://marc.theaimsgroup.com/?l=ant-user&amp;r=1&amp;w=2">Search the User Mailing List</a> <li><a href="http://marc.theaimsgroup.com/?l=ant-user&amp;r=1&amp;w=2">Search the User Mailing List</a>


+ 30
- 0
xdocs/legal.xml View File

@@ -0,0 +1,30 @@
<?xml version="1.0"?>
<document>
<properties>
<author email="jon@latchkey.com">Jon S. Stevens</author>
<title>Legal</title>
</properties>
<body>
<section name="Legal Stuff They Make Us Say">

<p>All material on this website is Copyright &#169; 1999-2002,
The Apache Software Foundation.</p>

<p>Sun, Sun Microsystems, Solaris, Java, JavaServer Web
Development Kit, and JavaServer Pages are trademarks or
registered trademarks of Sun Microsystems, Inc. UNIX is a
registered trademark in the United States and other countries,
exclusively licensed through X/Open Company, Ltd. Windows,
WindowsNT, and Win32 are registered trademarks of Microsoft
Corp. All other product names mentioned herein and throughout
the entire web site are trademarks of their respective
owners.</p>

</section>

</body>
</document>


+ 65
- 0
xdocs/license.xml View File

@@ -0,0 +1,65 @@
<?xml version="1.0"?>
<document>

<properties>
<title>License</title>
</properties>

<body>

<section name="The Apache Software License">

<source>/*
* ============================================================================
* The Apache Software License, Version 1.1
* ============================================================================
*
* Copyright (C) 2000-2003 The Apache Software Foundation. All
* rights reserved.
*
* Redistribution and use in source and binary forms, with or without modifica-
* tion, are permitted provided that the following conditions are met:
*
* 1. Redistributions of source code must retain the above copyright notice,
* this list of conditions and the following disclaimer.
*
* 2. Redistributions in binary form must reproduce the above copyright notice,
* this list of conditions and the following disclaimer in the documentation
* and/or other materials provided with the distribution.
*
* 3. The end-user documentation included with the redistribution, if any, must
* include the following acknowledgment: "This product includes software
* developed by the Apache Software Foundation (http://www.apache.org/)."
* Alternately, this acknowledgment may appear in the software itself, if
* and wherever such third-party acknowledgments normally appear.
*
* 4. The names "Ant" and "Apache Software Foundation" must not be used to
* endorse or promote products derived from this software without prior
* written permission. For written permission, please contact
* apache@apache.org.
*
* 5. Products derived from this software may not be called "Apache", nor may
* "Apache" appear in their name, without prior written permission of the
* Apache Software Foundation.
*
* THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED WARRANTIES,
* INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
* FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
* APACHE SOFTWARE FOUNDATION OR ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT,
* INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLU-
* DING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS
* OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
* ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
* (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*
* This software consists of voluntary contributions made by many individuals
* on behalf of the Apache Software Foundation. For more information on the
* Apache Software Foundation, please see &lt;http://www.apache.org/&gt;.
*
*/
</source>
<p>You can download the original license file <a href="./LICENSE" target="_new">here</a></p>.
</section>
</body>
</document>

+ 55
- 0
xdocs/mail.xml View File

@@ -0,0 +1,55 @@
<?xml version="1.0"?>
<document>

<properties>
<title>Mailing Lists</title>
</properties>

<body>

<section name="Mailing Lists">

<p>Please read the <a
href="http://jakarta.apache.org/site/mail.html">guidelines of
the Jakarta Project</a> before subscribing and posting to any of
the lists below. They apply to Ant's lists as well.</p>

<p>The user and dev list are subscriber only lists, this means
you have to subscribe before you can post to the list. These
lists are archived at</p>

<ul>
<li><a href="http://archives.apache.org/eyebrowse/ViewLists">List Index on archives.apache.org</a></li>
<li><a href="http://marc.theaimsgroup.com/">Mailing list Archives</a></li>
</ul>

<subsection name="User List">
<p>
<b>Medium Traffic</b>
<a href="mailto:ant-user-subscribe@jakarta.apache.org">Subscribe</a>
<a href="mailto:ant-user-unsubscribe@jakarta.apache.org">Unsubscribe</a>
<a href="http://archives.apache.org/eyebrowse/SummarizeList?listName=ant-user@jakarta.apache.org">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
related to using Ant as a build tool.</p>
</subsection>

<subsection name="Developer List">
<p>
<b>High Traffic</b>
<a href="mailto:ant-dev-subscribe@jakarta.apache.org">Subscribe</a>
<a href="mailto:ant-dev-unsubscribe@jakarta.apache.org">Unsubscribe</a>
<a href="http://archives.apache.org/eyebrowse/SummarizeList?listName=ant-dev@jakarta.apache.org">Archive</a>
</p>

<p>This is the list where participating developers of the Ant
build tool meet and discuss issues, code changes/additions,
etc. Subscribers to this list get notices of each and every
code change, build results, testing notices, etc.</p>
</subsection>
</section>

</body>
</document>

+ 83
- 0
xdocs/mission.xml View File

@@ -0,0 +1,83 @@
<?xml version="1.0"?>
<document>

<properties>
<title>Apache Ant Mission</title>
</properties>

<body>
<section name="Board Resolution">
<p>Apache Ant is a project of the <a
href="http://www.apache.org/">Apache Software Foundation</a>. It
started as a subproject of the <a
href="http://jakarta.apache.org/">Apache Jakarta Project</a>.</p>

<p>This is the board resolution (from the <a href="http://www.apache.org/foundation/records/minutes/2002/board_minutes_2002_11_18.txt">minutes</a>)
that created the Apache Ant project:</p>

<source>
7.D. Resolution [R3] to create the Ant PMC

WHEREAS, the Board of Directors deems it to be in the best
interests of the Foundation and consistent with the
Foundation's purpose to establish a Project Management
Committee charged with the creation and maintenance of
open-source software related to the Apache Ant build tool, for
distribution at no charge to the public.

NOW, THEREFORE, BE IT RESOLVED, that a Project Management
Committee (PMC), to be known as the "Apache Ant PMC", be and
hereby is established pursuant to Bylaws of the Foundation; and
be it further

RESOLVED, that the Apache Ant PMC be and hereby is responsible
for the creation and maintenance of the Ant build system and
related software components, based on software licensed to the
Foundation; and be it further

RESOLVED, that the office of "Vice President, Apache Ant" be
and hereby is created, the person holding such office to serve
at the direction of the Board of Directors as the chair of the
Apache Ant PMC, and to have primary responsibility for
management of the projects within the scope of responsibility
of the Apache Ant PMC; and be it further

RESOLVED, that the persons listed immediately below be and
hereby are appointed to serve as the initial members of the
Apache Ant PMC:

Bruce Atherton
Stefane Bailliez
Stefan Bodewig
Erik Hatcher
Diane Holt
Donald Leslie
Steve Loughran
Conor MacNeill
Costin Manolache
Sam Ruby
Jon Skeet
Magesh Umasankar
Christoph Wilhelms

NOW, THEREFORE, BE IT FURTHER RESOLVED, that Conor MacNeill be
and hereby is appointed to the office of Vice President, Apache
Ant, to serve in accordance with and subject to the direction
of the Board of Directors and the Bylaws of the Foundation
until death, resignation, retirement, removal or
disqualification, or until a successor is appointed; and be it
further

RESOLVED, that the initial Apache Ant PMC be and hereby is
tasked with the creation of a set of bylaws intended to
encourage open development and increased participation in the
Apache Ant Project.

By Unanimous Vote, Resolution R3 was approved. The Ant PMC is
hereby created.
</source>

</section>
</body>
</document>

+ 2
- 2
xdocs/problems.xml View File

@@ -131,7 +131,7 @@ D:\src\java\Unset.java<br></br>
of Ant to see if the problem has been fixed. Nightly builds for Ant of Ant to see if the problem has been fixed. Nightly builds for Ant
are available from the are available from the
<a href="http://cvs.apache.org/builds/jakarta-ant/nightly/"> <a href="http://cvs.apache.org/builds/jakarta-ant/nightly/">
Jakarta web site</a>. While Ant nightly builds are typically quite
Ant web site</a>. While Ant nightly builds are typically quite
stable and are used by stable and are used by
<a href="http://cvs.apache.org/builds/gump/latest/">Gump</a> <a href="http://cvs.apache.org/builds/gump/latest/">Gump</a>
to build many other Jakarta projects, these builds should to build many other Jakarta projects, these builds should
@@ -227,7 +227,7 @@ D:\src\java\Unset.java<br></br>
try to find the cause of the problem and provide a fix yourself. try to find the cause of the problem and provide a fix yourself.
The best way to do that is by working with the latest code from CVS. The best way to do that is by working with the latest code from CVS.
Alternatively, you can work with the source code available from the Alternatively, you can work with the source code available from the
<a href="http://jakarta.apache.org/builds/jakarta-ant/release/v1.4.1/src/">
<a href="http://ant.apache.org/srcdownload.cgi">
source distributions</a>. If you source distributions</a>. If you
are going to tackle the problem at this level, you may want to are going to tackle the problem at this level, you may want to
discuss some details first on the <code>ant-dev</code> discuss some details first on the <code>ant-dev</code>


+ 8
- 8
xdocs/resources.xml View File

@@ -17,7 +17,7 @@
<table> <table>
<tr> <tr>
<th>FAQ:</th> <th>FAQ:</th>
<td><a href="faq.html">http://jakarta.apache.org/ant/faq.html</a></td>
<td><a href="faq.html">http://ant.apache.org/faq.html</a></td>
</tr> </tr>
</table> </table>
</subsection> </subsection>
@@ -96,11 +96,11 @@
1.4. This is the original description:</p> 1.4. This is the original description:</p>


<source> <source>
Ant kurz &amp; gut enth�lt eine vollst�ndige Referenz der Built-in Tasks
und ihrer jeweiligen Attribute sowie kurze Beispiele fr ihre Verwendung.
Daneben bietet das Buch eine knappe Einfhrung in die Arbeit mit Ant und
eine Erluterung der Ant-Basiselemente (Projekte, Properties, Targets und Tasks).
Behandelt werden auerdem grundlegende Konzepte wie Filesets, Patternsets und
Ant kurz &amp; gut enth&#xe4;lt eine vollst&#xe4;ndige Referenz der Built-in Tasks
und ihrer jeweiligen Attribute sowie kurze Beispiele f&#xfc;r ihre Verwendung.
Daneben bietet das Buch eine knappe Einf&#xfc;hrung in die Arbeit mit Ant und
eine Erl&#xe4;uterung der Ant-Basiselemente (Projekte, Properties, Targets und Tasks).
Behandelt werden au&#xdf;erdem grundlegende Konzepte wie Filesets, Patternsets und
Pfadstrukturen, das Schreiben eigener Tasks, die Aufruf-Syntax und Optional Tasks. </source> Pfadstrukturen, das Schreiben eigener Tasks, die Aufruf-Syntax und Optional Tasks. </source>
<table> <table>
<tr> <tr>
@@ -160,7 +160,7 @@
</tr> </tr>
<tr> <tr>
<th>URL:</th> <th>URL:</th>
<td><a href="ant_in_anger.html">http://jakarta.apache.org/ant/ant_in_anger.html</a></td>
<td><a href="ant_in_anger.html">http://ant.apache.org/ant_in_anger.html</a></td>
</tr> </tr>
</table> </table>
</subsection> </subsection>
@@ -176,7 +176,7 @@
</tr> </tr>
<tr> <tr>
<th>URL:</th> <th>URL:</th>
<td><a href="ant_task_guidelines.html">http://jakarta.apache.org/ant/ant_task_guidelines.html</a></td>
<td><a href="ant_task_guidelines.html">http://ant.apache.org/ant_task_guidelines.html</a></td>
</tr> </tr>
</table> </table>
</subsection> </subsection>


+ 0
- 117
xdocs/stylesheets/faq.vsl View File

@@ -1,117 +0,0 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">

<!-- Content Stylesheet for Site -->

## Defined variables
#set ($bodybg = "#ffffff")
#set ($bodyfg = "#000000")
#set ($bodylink = "#525D76")
#set ($bannerbg = "#525D76")
#set ($bannerfg = "#ffffff")
#set ($subbannerbg = "#828DA6")
#set ($subbannerfg = "#ffffff")
#set ($tablethbg = "#039acc")
#set ($tabletdbg = "#a0ddf0")
#set ($pound = "#" )
<!-- start the processing -->
#faqs()
<!-- end the processing -->

## This is where the FAQ specific macro's live

#macro (toc $section)
<table border="0" cellspacing="0" cellpadding="2" width="100%">
<tr><td bgcolor="$subbannerbg">
<font color="$subbannerfg" face="arial,helvetica,sanserif">
<strong>$section.getAttributeValue("title")</strong>
</font>
</td></tr>
<tr><td>
<blockquote>
<ul>
#foreach ($faq in $section.getChildren("faq") )
#subtoc ($faq)
#end
</ul>
</blockquote>
</td></tr>
</table>
#end

#macro (subtoc $faq)
#set ($id = $faq.getAttributeValue("id"))
<li><a href="$pound$id">
$xmlout.outputString($faq.getChild("question"), true)
</a></li>
#end

#macro (answers $section)
#foreach ($faq in $section.getChildren("faq") )
#faq ($faq)
#end
#end

#macro (faq $faq)
#set ($id = $faq.getAttributeValue("id"))
<a name="$id">&nbsp;</a>
<table border="0" cellspacing="0" cellpadding="2" width="100%">
<tr><td bgcolor="$subbannerbg">
<font color="$subbannerfg" face="arial,helvetica,sanserif">
<strong>
$xmlout.outputString($faq.getChild("question"), true)
</strong>
</font>
</td></tr>
<tr><td>
<blockquote>
#foreach ($item in $faq.getChild("answer").getChildren())
#if ($item.getName().equals("img"))
#image ($item)
#elseif ($item.getName().equals("source"))
#source ($item)
#elseif ($item.getName().equals("table"))
#table ($item)
#else
$xmlout.outputString($item)
#end
#end
</blockquote>
</td></tr>
</table>
#end

#macro (faqs)
#header()
<table border="0" cellspacing="0" cellpadding="2" width="100%">
<tr><td bgcolor="$bannerbg">
<font color="$bannerfg" face="arial,helvetica,sanserif">
<strong>Questions</strong>
</font>
</td></tr>
<tr><td>
<blockquote>
#set ($allFaqSections = $root.getChildren("faqsection"))
#foreach ( $faqSection in $allFaqSections )
#toc ($faqSection)
#end
</blockquote>
</td></tr>
</table>

<table border="0" cellspacing="0" cellpadding="2" width="100%">
<tr><td bgcolor="$bannerbg">
<font color="$bannerfg" face="arial,helvetica,sanserif">
<strong>Answers</strong>
</font>
</td></tr>
<tr><td>
<blockquote>
#foreach ( $faqSection in $allFaqSections )
#answers ($faqSection)
#end
</blockquote>
</td></tr>
</table>
#footer()
#end

+ 22
- 22
xdocs/stylesheets/project.xml View File

@@ -1,17 +1,18 @@
<?xml version="1.0" encoding="ISO-8859-1"?> <?xml version="1.0" encoding="ISO-8859-1"?>
<project name="Apache Ant"
href="http://jakarta.apache.org/ant/">
<project name="Apache Ant" href="http://ant.apache.org/">


<title>Apache Ant</title> <title>Apache Ant</title>
<logo href="images/ant_logo_large.gif">Apache Ant</logo> <logo href="images/ant_logo_large.gif">Apache Ant</logo>
<body> <body>
<menu name="Apache Ant"> <menu name="Apache Ant">
<item name="Front Page"
href="/index.html"/>
<item name="News"
href="/antnews.html"/>
<item name="Documentation"
<item name="Welcome" href="/index.html"/>
<item name="License" href="/license.html"/>
<item name="News" href="/antnews.html"/>
</menu>

<menu name="Documentation">
<item name="Manual"
href="/manual/index.html"/> href="/manual/index.html"/>
<item name="Related Projects" <item name="Related Projects"
href="/projects.html"/> href="/projects.html"/>
@@ -19,31 +20,30 @@
href="/external.html"/> href="/external.html"/>
<item name="Resources" <item name="Resources"
href="/resources.html"/> href="/resources.html"/>
<item name="Ant FAQ"
<item name="Frequently Asked Questions"
href="/faq.html"/> href="/faq.html"/>
<item name="Having Problems?" <item name="Having Problems?"
href="/problems.html"/> href="/problems.html"/>
</menu> </menu>


<menu name="Download"> <menu name="Download">
<item name="Binary Distributions" href="/bindownload.cgi"/>
<item name="Source Distributions" href="/srcdownload.cgi"/>
</menu>

<menu name="Jakarta">
<item name="News &amp;amp; Status" href="/site/news.html"/>
<item name="Mission" href="/site/mission.html"/>
<item name="Guidelines Notes" href="/site/guidelines.html"/>
<item name="FAQs" href="/site/faqs.html"/>
<item name="Binary Distributions" href="http://ant.apache.org/bindownload.cgi"/>
<item name="Source Distributions" href="http://ant.apache.org/srcdownload.cgi"/>
</menu> </menu>


<menu name="Get Involved"> <menu name="Get Involved">
<item name="Overview" href="/site/getinvolved.html"/>
<item name="CVS Repositories" href="/site/cvsindex.html"/>
<item name="Mailing Lists" href="/site/mail.html"/>
<item name="Reference Library" href="/site/library.html"/>
<item name="Mailing Lists" href="/mail.html"/>
<item name="CVS Repositories" href="/cvs.html"/>
<item name="Bug Database" href="http://nagoya.apache.org/bugzilla/enter_bug.cgi?product=Ant"/> <item name="Bug Database" href="http://nagoya.apache.org/bugzilla/enter_bug.cgi?product=Ant"/>
<item name="Enhancement Requests" href="http://nagoya.apache.org/bugzilla/enter_bug.cgi?product=Ant&amp;amp;bug_severity=Enhancement"/> <item name="Enhancement Requests" href="http://nagoya.apache.org/bugzilla/enter_bug.cgi?product=Ant&amp;amp;bug_severity=Enhancement"/>
<item name="Patch Queue" href="http://nagoya.apache.org/bugzilla/buglist.cgi?bug_status=NEW&amp;amp;bug_status=ASSIGNED&amp;amp;bug_status=REOPENED&amp;amp;email1=&amp;amp;emailtype1=substring&amp;amp;emailassigned_to1=1&amp;amp;email2=&amp;amp;emailtype2=substring&amp;amp;emailreporter2=1&amp;amp;bugidtype=include&amp;amp;bug_id=&amp;amp;changedin=&amp;amp;votes=&amp;amp;chfieldfrom=&amp;amp;chfieldto=Now&amp;amp;chfieldvalue=&amp;amp;product=Ant&amp;amp;short_desc=%5BPATCH%5D&amp;amp;short_desc_type=allwordssubstr&amp;amp;long_desc=&amp;amp;long_desc_type=allwordssubstr&amp;amp;bug_file_loc=&amp;amp;bug_file_loc_type=allwordssubstr&amp;amp;keywords=&amp;amp;keywords_type=anywords&amp;amp;field0-0-0=noop&amp;amp;type0-0-0=noop&amp;amp;value0-0-0=&amp;amp;cmdtype=doit&amp;amp;order=Reuse+same+sort+as+last+time"/> </menu>
</menu>

<menu name="Project Management">
<item name="Contributors" href="/contributors.html"/>
<item name="Apache Ant Mission" href="/mission.html"/>
<item name="Project Guidelines" href="/guidelines.html"/>
<item name="Legal" href="/legal.html"/>
</menu>

</body> </body>
</project> </project>

+ 165
- 37
xdocs/stylesheets/site.vsl View File

@@ -1,33 +1,81 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">

<!-- Content Stylesheet for Site -->
#*
* ============================================================================
* The Apache Software License, Version 1.1
* ============================================================================
*
* Copyright (C) 2000-2003 The Apache Software Foundation. All
* rights reserved.
*
* Redistribution and use in source and binary forms, with or without modifica-
* tion, are permitted provided that the following conditions are met:
*
* 1. Redistributions of source code must retain the above copyright notice,
* this list of conditions and the following disclaimer.
*
* 2. Redistributions in binary form must reproduce the above copyright notice,
* this list of conditions and the following disclaimer in the documentation
* and/or other materials provided with the distribution.
*
* 3. The end-user documentation included with the redistribution, if any, must
* include the following acknowledgment: "This product includes software
* developed by the Apache Software Foundation (http://www.apache.org/)."
* Alternately, this acknowledgment may appear in the software itself, if
* and wherever such third-party acknowledgments normally appear.
*
* 4. The names "Ant" and "Apache Software Foundation" must not be used to
* endorse or promote products derived from this software without prior
* written permission. For written permission, please contact
* apache@apache.org.
*
* 5. Products derived from this software may not be called "Apache", nor may
* "Apache" appear in their name, without prior written permission of the
* Apache Software Foundation.
*
* THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED WARRANTIES,
* INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
* FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
* APACHE SOFTWARE FOUNDATION OR ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT,
* INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLU-
* DING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS
* OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
* ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
* (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*
* This software consists of voluntary contributions made by many individuals
* on behalf of the Apache Software Foundation. For more information on the
* Apache Software Foundation, please see <http://www.apache.org/>.
*
*#


<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
## Content Stylesheet for Site
## Defined variables ## Defined variables
#set ($bodybg = "#ffffff")
#set ($bodyfg = "#000000")
#set ($bodylink = "#525D76")
#set ($bannerbg = "#525D76")
#set ($bannerfg = "#ffffff")
#set ($subbannerbg = "#828DA6")
#set ($subbannerfg = "#ffffff")
#set ($tablethbg = "#039acc")
#set ($tabletdbg = "#a0ddf0")
<!-- start the processing -->
#set ($lightbg = "#ffffff")
#set ($lightfg = "#ffffff")
#set ($darkfg = "#000000")
#set ($active = "#ffcc00")
#set ($blue3 = "#294563")
#set ($blue2 = "#4C6C8F")
#set ($blue1 = "#CFDCED")
#set ($sourceborder = "#023264")
#set ($pound = "#" )
## start the processing
#document() #document()
<!-- end the processing -->
## end the processing


## This is where the common page macro's live ## This is where the common page macro's live


#macro ( subsection $subsection) #macro ( subsection $subsection)
<table border="0" cellspacing="0" cellpadding="2" width="100%">
<tr><td bgcolor="$subbannerbg">
<font color="$subbannerfg" face="arial,helvetica,sanserif">
<a name="$escape.getText($subsection.getAttributeValue("name"))"><strong>$subsection.getAttributeValue("name")</strong></a>
</font>
</td></tr>
<tr><td>
<blockquote>
<br/>
<a name="$escape.getText($subsection.getAttributeValue("name"))"></a>
<table border="0" cellspacing="0" cellpadding="2" width="100%">
<tr><td bgcolor="$blue2">
<font color="$lightfg" face="arial,helvetica,sanserif">
<strong>$subsection.getAttributeValue("name")</strong>
</font>
</td></tr>
</table>
#foreach ( $items in $subsection.getChildren() ) #foreach ( $items in $subsection.getChildren() )
#if ($items.getName().equals("img")) #if ($items.getName().equals("img"))
#image ($items) #image ($items)
@@ -39,20 +87,13 @@
$xmlout.outputString($items) $xmlout.outputString($items)
#end #end
#end #end
</blockquote>
</td></tr>
</table>
#end #end


#macro ( section $section) #macro ( section $section)
<table border="0" cellspacing="0" cellpadding="2" width="100%">
<tr><td bgcolor="$bannerbg">
<font color="$bannerfg" face="arial,helvetica,sanserif">
<a name="$escape.getText($section.getAttributeValue("name"))"><strong>$section.getAttributeValue("name")</strong></a>
</font>
</td></tr>
<tr><td>
<blockquote>
<br/>
<table class="nowrap" border="0" cellspacing="0" cellpadding="2" width="100%">
<tr><td bgcolor="$blue3"><font color="$lightfg"><a name="$escape.getText($section.getAttributeValue("name"))"><strong>$section.getAttributeValue("name")</strong></a></font></td></tr>
</table>
#foreach ( $items in $section.getChildren() ) #foreach ( $items in $section.getChildren() )
#if ($items.getName().equals("img")) #if ($items.getName().equals("img"))
#image ($items) #image ($items)
@@ -66,16 +107,103 @@
$xmlout.outputString($items) $xmlout.outputString($items)
#end #end
#end #end
</blockquote>
</td></tr>
</table>
#end

## This is where the FAQ specific macro's live

#macro (toc $section)
<br/>
<table border="0" cellspacing="0" cellpadding="2" width="100%">
<tr><td bgcolor="$blue2">
<font color="$lightfg" face="arial,helvetica,sanserif">
<strong>$section.getAttributeValue("title")</strong>
</font>
</td></tr>
</table>
<ul>
#foreach ($faq in $section.getChildren("faq") )
#subtoc ($faq)
#end
</ul>
#end

#macro (subtoc $faq)
#set ($id = $faq.getAttributeValue("id"))
<li><a href="$pound$id">
$xmlout.outputString($faq.getChild("question"), true)
</a></li>
#end

#macro (answers $section)
#foreach ($faq in $section.getChildren("faq") )
#faq ($faq)
#end
#end

#macro (faq $faq)
#set ($id = $faq.getAttributeValue("id"))
<br/>
<a name="$id"></a>
<table border="0" cellspacing="0" cellpadding="2" width="100%">
<tr><td bgcolor="$blue2">
<font color="$lightfg" face="arial,helvetica,sanserif">
<strong>
$xmlout.outputString($faq.getChild("question"), true)
</strong>
</font>
</td></tr>
</table>
#foreach ($item in $faq.getChild("answer").getChildren())
#if ($item.getName().equals("img"))
#image ($item)
#elseif ($item.getName().equals("source"))
#source ($item)
#elseif ($item.getName().equals("table"))
#table ($item)
#else
$xmlout.outputString($item)
#end
#end
#end #end


#macro (document) #macro (document)
#header() #header()
<table class="title">
<tr>
<td valign="middle">
<h1>$root.getChild("properties").getChild("title").getText()</h1>
</td>
</tr>
</table>
#set ($allSections = $root.getChild("body").getChildren("section")) #set ($allSections = $root.getChild("body").getChildren("section"))
#foreach ( $section in $allSections ) #foreach ( $section in $allSections )
#section ($section) #section ($section)
#end #end

#if ($root.getChildren("faqsection").size() > 0)
#set ($allFaqSections = $root.getChildren("faqsection"))
<table border="0" cellspacing="0" cellpadding="2" width="100%">
<tr><td bgcolor="$blue3">
<font color="$lightfg" face="arial,helvetica,sanserif">
<strong>Questions</strong>
</font>
</td></tr>
</table>
#foreach ( $faqSection in $allFaqSections )
#toc ($faqSection)
#end

<table border="0" cellspacing="0" cellpadding="2" width="100%">
<tr><td bgcolor="$blue3">
<font color="$lightfg" face="arial,helvetica,sanserif">
<strong>Answers</strong>
</font>
</td></tr>
</table>
#foreach ( $faqSection in $allFaqSections )
#answers ($faqSection)
#end
#end

#footer() #footer()
#end #end

+ 191
- 95
xdocs/stylesheets/templates.vm View File

@@ -1,7 +1,57 @@
#*
* ============================================================================
* The Apache Software License, Version 1.1
* ============================================================================
*
* Copyright (C) 2000-2003 The Apache Software Foundation. All
* rights reserved.
*
* Redistribution and use in source and binary forms, with or without modifica-
* tion, are permitted provided that the following conditions are met:
*
* 1. Redistributions of source code must retain the above copyright notice,
* this list of conditions and the following disclaimer.
*
* 2. Redistributions in binary form must reproduce the above copyright notice,
* this list of conditions and the following disclaimer in the documentation
* and/or other materials provided with the distribution.
*
* 3. The end-user documentation included with the redistribution, if any, must
* include the following acknowledgment: "This product includes software
* developed by the Apache Software Foundation (http://www.apache.org/)."
* Alternately, this acknowledgment may appear in the software itself, if
* and wherever such third-party acknowledgments normally appear.
*
* 4. The names "Ant" and "Apache Software Foundation" must not be used to
* endorse or promote products derived from this software without prior
* written permission. For written permission, please contact
* apache@apache.org.
*
* 5. Products derived from this software may not be called "Apache", nor may
* "Apache" appear in their name, without prior written permission of the
* Apache Software Foundation.
*
* THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED WARRANTIES,
* INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
* FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
* APACHE SOFTWARE FOUNDATION OR ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT,
* INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLU-
* DING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS
* OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
* ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
* (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*
* This software consists of voluntary contributions made by many individuals
* on behalf of the Apache Software Foundation. For more information on the
* Apache Software Foundation, please see <http://www.apache.org/>.
*
*#

## This is where the common macro's live ## This is where the common macro's live


#macro ( table $table) #macro ( table $table)
<table>
<table class="ForrestTable" cellspacing="1" cellpadding="4">
#foreach ( $items in $table.getChildren() ) #foreach ( $items in $table.getChildren() )
#if ($items.getName().equals("tr")) #if ($items.getName().equals("tr"))
#tr ($items) #tr ($items)
@@ -33,15 +83,13 @@
#else #else
#set ($rowspan = 1) #set ($rowspan = 1)
#end #end
<td bgcolor="$tabletdbg" colspan="$!colspan" rowspan="$!rowspan"
<td colspan="$!colspan" rowspan="$!rowspan"
valign="top" align="left"> valign="top" align="left">
<font color="#000000" size="-1" face="arial,helvetica,sanserif">
#if ($value.getText().length() != 0 || $value.hasChildren()) #if ($value.getText().length() != 0 || $value.hasChildren())
$xmlout.outputString($value, true) $xmlout.outputString($value, true)
#else #else
&nbsp; &nbsp;
#end #end
</font>
</td> </td>
#end #end


@@ -56,16 +104,14 @@
#else #else
#set ($rowspan = 1) #set ($rowspan = 1)
#end #end
<td bgcolor="$tablethbg" colspan="$!colspan" rowspan="$!rowspan"
<th colspan="$!colspan" rowspan="$!rowspan"
valign="top" align="left"> valign="top" align="left">
<font color="#000000" size="-1" face="arial,helvetica,sanserif">
#if ($value.getText().length() != 0 || $value.hasChildren()) #if ($value.getText().length() != 0 || $value.hasChildren())
$xmlout.outputString($value, true) $xmlout.outputString($value, true)
#else #else
&nbsp; &nbsp;
#end #end
</font>
</td>
</th>
#end #end


#macro ( projectanchor $name $value ) #macro ( projectanchor $name $value )
@@ -96,121 +142,171 @@
#if ($value.getAttributeValue("alt")) #if ($value.getAttributeValue("alt"))
#set ($align=$value.getAttributeValue("alt")) #set ($align=$value.getAttributeValue("alt"))
#end #end
<img src="$relativePath$value.getAttributeValue("src")"
width="$!width" height="$!height" align="$!align" alt="$!align">
<img src="$relativePath$value.getAttributeValue("src")"
width="$!width" height="$!height" align="$!align" alt="$!alt">
#end #end


#macro ( source $value) #macro ( source $value)
<div align="left">
<table cellspacing="4" cellpadding="0" border="0">
<tr>
<td bgcolor="#023264" width="1" height="1"><img src="/images/void.gif" alt="" width="1" height="1" vspace="0" hspace="0" border="0"/></td>
<td bgcolor="#023264" height="1"><img src="/images/void.gif" alt="" width="1" height="1" vspace="0" hspace="0" border="0"/></td>
<td bgcolor="#023264" width="1" height="1"><img src="/images/void.gif" alt="" width="1" height="1" vspace="0" hspace="0" border="0"/></td>
</tr>
<tr>
<td bgcolor="#023264" width="1"><img src="/images/void.gif" alt="" width="1" height="1" vspace="0" hspace="0" border="0"/></td>
<td bgcolor="#ffffff"><pre>$escape.getText($value.getText())</pre></td>
<td bgcolor="#023264" width="1"><img src="/images/void.gif" alt="" width="1" height="1" vspace="0" hspace="0" border="0"/></td>
</tr>
<tr>
<td bgcolor="#023264" width="1" height="1"><img src="/images/void.gif" alt="" width="1" height="1" vspace="0" hspace="0" border="0"/></td>
<td bgcolor="#023264" height="1"><img src="/images/void.gif" alt="" width="1" height="1" vspace="0" hspace="0" border="0"/></td>
<td bgcolor="#023264" width="1" height="1"><img src="/images/void.gif" alt="" width="1" height="1" vspace="0" hspace="0" border="0"/></td>
</tr>
</table>
</div>
<pre class="code">$escape.getText($value.getText())</pre>
#end #end


#macro ( makeProject ) #macro ( makeProject )
#set ($menus = $project.getChild("body").getChildren("menu")) #set ($menus = $project.getChild("body").getChildren("menu"))
<div class="menu"><ul>
#foreach ( $menu in $menus ) #foreach ( $menu in $menus )
<p><strong>$menu.getAttributeValue("name")</strong></p>
<ul>
<li><font color="$blue1">$menu.getAttributeValue("name")</font>
<ul>
#foreach ( $item in $menu.getChildren() ) #foreach ( $item in $menu.getChildren() )
#set ($name = $item.getAttributeValue("name")) #set ($name = $item.getAttributeValue("name"))
<li>#projectanchor($name $item.getAttributeValue("href"))</li>
#end
</ul>
#end
#end

#macro (getProjectImage)
#if ($project.getChild("logo"))
<td align="left">
<a href="http://jakarta.apache.org"><img src="images/jakarta-logo.gif" alt="The Apache Jakarta Project" border="0"></a>
</td>
<td align="right">
#set ( $logoString = $project.getChild("logo").getAttributeValue("href") )
#if ( $logoString.startsWith("/") )
<a href="$project.getAttributeValue("href")"><img src="$relativePath$logoString" alt="$project.getChild("logo").getText()" border="0"/></a>
#else
<a href="$project.getAttributeValue("href")"><img src="$relativePath/$logoString" alt="$project.getChild("logo").getText()" border="0"/></a>
#set ($current = $root.getChild("properties").getChild("title").getText() )
<li>
#if ( $current.trim().equals( $name ) )
<span class="sel"><font color="$active">$name</font></span>
#else
#projectanchor($name $item.getAttributeValue("href"))
#end
</li>
#end #end
</td>
#else
<td colspan="2">
<a href="http://jakarta.apache.org"><img src="http://jakarta.apache.org/images/jakarta-logo.gif" alt="The Apache Jakarta Project" align="left" border="0"/></a>
</td>
</ul>
</li>
#end #end
</ul></div>
#end #end


#macro (header) #macro (header)
<html> <html>
<!-- GENERATED FILE, DO NOT EDIT, EDIT THE XML FILE IN xdocs INSTEAD! --> <!-- GENERATED FILE, DO NOT EDIT, EDIT THE XML FILE IN xdocs INSTEAD! -->
<head> <head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
#set ($authors = $root.getChild("properties").getChildren("author"))
#foreach ( $au in $authors )
#metaauthor ( $au.getText() $au.getAttributeValue("email") )
#end
#if ($root.getChild("properties").getChild("base"))
#set ($url = $root.getChild("properties").getChild("base").getAttributeValue("href"))
#if ($url)
<base href="$url">
#else
<base href="$project.getAttributeValue("href")$relativePath">
#end
#end

<title>$project.getChild("title").getText() - $root.getChild("properties").getChild("title").getText()</title>
<META http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<title>$project.getChild("title").getText() - $root.getChild("properties").getChild("title").getText()</title>
<link type="text/css" href="page.css" rel="stylesheet">
#set ($authors = $root.getChild("properties").getChildren("author"))
#foreach ( $au in $authors )
#metaauthor ( $au.getText() $au.getAttributeValue("email") )
#end
</head> </head>
<body bgcolor="$bodybg" text="$bodyfg" link="$bodylink">
<table border="0" width="100%" cellspacing="0">
<!-- TOP IMAGE -->

<body text="$darkfg" bgcolor="$lightbg">
<table summary="navigation path" width="100%" border="0" cellpadding="0" cellspacing="0">
<tr> <tr>
#getProjectImage()
<td nowrap="nowrap" valign="middle" bgcolor="$blue1" height="20"><img height="1" width="5" alt="" border="0" src="images/spacer.gif"><font size="2" face="Arial, Helvetica, Sans-serif"><script src="breadcrumbs.js" language="JavaScript" type="text/javascript"></script></font></td>
</tr>
<tr>
<td bgcolor="$blue2" height="2"><img height="2" width="2" alt="" border="0" src="images/spacer.gif"></td>
</tr> </tr>
</table> </table>
<table border="0" width="100%" cellspacing="4">
<tr><td colspan="2">
<hr noshade size="1"/>
</td></tr>

<table summary="header with logos" width="100%" border="0" cellpadding="0" cellspacing="0">
<tr> <tr>
<!-- LEFT SIDE NAVIGATION -->
<td valign="top" nowrap>
#makeProject()
</td>
<td align="left" valign="top">
<td bgcolor="$blue3"><a href="http://ant.apache.org/"><img border="0" alt="Apache Ant site" src="images/group-logo.gif"></a></td><td width="100%" align="center" bgcolor="$blue3"><a href="http://ant.apache.org/"><img alt="Apache Ant logo" border="0" src="images/project-logo.gif"></a></td><td valign="top" rowspan="2" bgcolor="$blue3">
<form target="_blank" onsubmit="q.value = query.value + ' site:ant.apache.org'" action="http://www.google.com/search" method="get">
<table summary="search" border="0" cellspacing="0" cellpadding="0" bgcolor="$blue2">
<tr>
<td colspan="3"><img height="10" width="1" alt="" src="images/spacer.gif"></td>
</tr>
<tr>
<td><img height="1" width="1" alt="" src="images/spacer.gif"></td><td nowrap="nowrap"><input name="q" type="hidden"><input size="15" id="query" type="text"><img height="1" width="5" alt="" src="images/spacer.gif"><input name="Search" value="Search" type="submit">
<br>
<font face="Arial, Helvetica, Sans-serif" size="2" color="white">
the Apache Ant site


</font></td><td><img height="1" width="1" alt="" src="images/spacer.gif"></td>
</tr>
<tr>
<td><img alt="" border="0" height="10" width="9" src="images/search-left.gif"></td><td><img height="1" width="1" alt="" src="images/spacer.gif"></td><td><img alt="" border="0" height="10" width="9" src="images/search-right.gif"></td>
</tr>
</table>
</form>
</td><td bgcolor="$blue3"><img height="10" width="10" alt="" src="images/spacer.gif"></td>
</tr>
<tr>
<td valign="bottom" bgcolor="$blue3" colspan="2">
<div class="tab">
<table summary="tab bar" border="0" cellpadding="0" cellspacing="0">
<tr>

<td width="8"><img alt="" height="8" width="8" src="images/spacer.gif"></td><td valign="bottom">
<table summary="selected tab" border="0" cellpadding="0" cellspacing="0">
<tr>
<td height="30" valign="top" width="5" bgcolor="$blue2"><img height="5" width="5" alt="" src="images/tabSel-left.gif"></td><td valign="middle" bgcolor="$blue2"><font color="$lightfg" size="2" face="Arial, Helvetica, Sans-serif"><b>Home</b></font></td><td valign="top" width="5" bgcolor="$blue2"><img height="5" width="5" alt="" src="images/tabSel-right.gif"></td>
</tr>
</table>
</td>
</tr>
</table>
</div>
</td><td bgcolor="$blue3"><img alt="" width="1" height="1" src="images/spacer.gif"></td>
</tr>
<tr>
<td bgcolor="$blue2" colspan="4"><img width="1" height="10" alt="" src="images/spacer.gif"></td>
</tr>
</table>
<table summary="page content" bgcolor="$lightbg" width="100%" border="0" cellpadding="0" cellspacing="0">
<tr>
<td valign="top">
<table summary="menu" border="0" cellspacing="0" cellpadding="0">
<tr>
<td rowspan="3" valign="top">
<table summary="blue line" border="0" cellpadding="0" cellspacing="0">
<tr>
<td bgcolor="$blue3"><img width="10" height="1" alt="" src="images/spacer.gif"></td>
</tr>
<tr>
<td bgcolor="$blue1"><font color="$blue2" size="4" face="Arial, Helvetica, Sans-serif">&nbsp;</font></td>
</tr>
<tr>
<td bgcolor="$blue3"><img width="10" height="1" alt="" src="images/spacer.gif"></td>
</tr>
</table>
</td><td bgcolor="$blue3"><img width="1" height="1" alt="" src="images/spacer.gif"></td><td valign="bottom" bgcolor="$blue2"><img width="10" height="10" alt="" src="images/spacer.gif"></td><td nowrap="nowrap" valign="top" bgcolor="$blue2">
#makeProject()
</td><td valign="bottom" bgcolor="$blue2"><img width="10" height="10" alt="" src="images/spacer.gif"></td><td bgcolor="$blue3"><img width="1" height="1" alt="" src="images/spacer.gif"></td>
</tr>
<tr>
<td valign="bottom" align="left" colspan="2" rowspan="2" bgcolor="$blue2"><img height="10" width="10" border="0" alt="" src="images/menu-left.gif"></td><td bgcolor="$blue2"><img height="10" width="10" border="0" alt="" src="images/spacer.gif"></td><td valign="bottom" align="right" colspan="2" rowspan="2" bgcolor="$blue2"><img height="10" width="10" border="0" alt="" src="images/menu-right.gif"></td>
</tr>
<tr>
<td height="1" bgcolor="$blue3"><img width="1" height="1" alt="" src="images/spacer.gif"></td>
</tr>
</table>
</td><td valign="top" width="100%">
<table summary="content" width="100%" border="0" cellpadding="0" cellspacing="0">
<tr>
<td colspan="4" bgcolor="$blue3"><img width="10" height="1" alt="" src="images/spacer.gif"></td>
</tr>
<tr>
<td align="left" width="10" bgcolor="$blue1"><img width="10" height="1" alt="" src="images/spacer.gif"></td><td align="left" width="50%" bgcolor="$blue1"><font color="$blue2" size="3" face="Arial, Helvetica, Sans-serif">
&nbsp;
</font><img width="10" height="8" alt="" src="images/spacer.gif"></td><td align="right" width="50%" bgcolor="$blue1"><font color="$blue2" size="3" face="Arial, Helvetica, Sans-serif">
&nbsp;
</font><img width="10" height="8" alt="" src="images/spacer.gif"></td><td width="10" bgcolor="$blue1"><img width="10" height="1" alt="" src="images/spacer.gif"></td>
</tr>
<tr>
<td colspan="4" bgcolor="$blue3"><img width="10" height="1" alt="" src="images/spacer.gif"></td>
</tr>
<tr>
<td align="left" width="10"><img width="10" height="1" alt="" src="images/spacer.gif"></td><td align="left" width="100%">
<div class="content">
#end #end


#macro (footer) #macro (footer)
</div>
</td><td width="10"><img width="10" height="4" alt="" src="images/spacer.gif"></td>
</tr>
</table>
</td> </td>
</tr> </tr>

<!-- FOOTER -->
<tr><td colspan="2">
<hr noshade size="1"/>
</td></tr>
<tr><td colspan="2">
<div align="center"><font color="$bodylink" size="-1"><em>
Copyright &#169; 2000-2003, Apache Software Foundation
</em></font></div>
</td></tr>
</table>
<table summary="footer" cellspacing="0" cellpadding="0" width="100%" border="0">
<tr>
<td colspan="2" height="1" bgcolor="$blue2"><img height="1" width="1" alt="" src="images/spacer.gif"><a href="images/label.gif"></a><a href="images/page.gif"></a><a href="images/chapter.gif"></a><a href="images/chapter_open.gif"></a><a href="images/current.gif"></a><a href="/favicon.ico"></a></td>
</tr>
<tr>
<td colspan="2" bgcolor="$blue1" class="copyright" align="center"><font size="2" face="Arial, Helvetica, Sans-Serif">Copyright &copy; 2000-2003&nbsp;The Apache Software Foundation. All rights reserved.<script type="text/javascript" language="JavaScript"><!--
document.write(" - "+"Last Published: " + document.lastModified);
// --></script></font></td>
</tr>
</table> </table>
</body> </body>
</html> </html>


Loading…
Cancel
Save