Browse Source

Add Ant News page

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268774 13f79535-47bb-0310-9956-ffa450edef68
master
Conor MacNeill 24 years ago
parent
commit
288cc49962
5 changed files with 295 additions and 28 deletions
  1. +212
    -0
      webpage/docs/antnews.html
  2. +5
    -13
      webpage/docs/index.html
  3. +74
    -0
      webpage/xdocs/antnews.xml
  4. +2
    -14
      webpage/xdocs/index.xml
  5. +2
    -1
      webpage/xdocs/stylesheets/project.xml

+ 212
- 0
webpage/docs/antnews.html View File

@@ -0,0 +1,212 @@
<!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 -->
<!-- ====================================================================== -->
<!-- Main Page Section -->
<!-- ====================================================================== -->
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"/>

<meta name="author" value="Conor MacNeill">
<meta name="email" value="conor@cortexebusiness.com.au">
<title>The Jakarta Site - Ant News</title>
</head>

<body bgcolor="#ffffff" text="#000000" link="#525D76">
<table border="0" width="100%" cellspacing="0">
<!-- TOP IMAGE -->
<tr>
<td colspan="2">
<a href="http://jakarta.apache.org"><img src="http://jakarta.apache.org/images/jakarta-logo.gif" align="left" border="0"/></a>
</td>
</tr>
</table>
<table border="0" width="100%" cellspacing="4">
<tr><td colspan="2">
<hr noshade="" size="1"/>
</td></tr>
<tr>
<!-- LEFT SIDE NAVIGATION -->
<td valign="top" nowrap="true">
<p><strong>Essentials</strong></p>
<ul>
<li> <a href="./index.html">Front Page</a>
</li>
<li> <a href="./ant/antnews.html">Ant News</a>
</li>
<li> <a href="http://jakarta.apache.org/site/news.html">Jakarta News & 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>Download</strong></p>
<ul>
<li> <a href="http://jakarta.apache.org/site/binindex.html">Binaries</a>
</li>
<li> <a href="http://jakarta.apache.org/site/sourceindex.html">Source Code</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://jakarta.apache.org/site/bugs.html">Bug Database</a>
</li>
</ul>
<p><strong>Other Projects</strong></p>
<ul>
<li> <a href="http://jakarta.apache.org/ecs/index.html">ECS</a>
</li>
<li> <a href="http://jakarta.apache.org/log4j/doc/index.html">Log4J</a>
</li>
<li> <a href="http://jakarta.apache.org/oro/index.html">ORO</a>
</li>
<li> <a href="http://jakarta.apache.org/regexp/index.html">Regexp</a>
</li>
<li> <a href="http://jakarta.apache.org/slide/index.html">Slide</a>
</li>
<li> <a href="http://jakarta.apache.org/struts/index.html">Struts</a>
</li>
<li> <a href="http://jakarta.apache.org/taglibs/index.html">Taglibs</a>
</li>
<li> <a href="http://jakarta.apache.org/tomcat/index.html">Tomcat</a>
</li>
<li> <a href="http://jakarta.apache.org/velocity/index.html">Velocity</a>
</li>
<li> <a href="http://jakarta.apache.org/watchdog/index.html">Watchdog</a>
</li>
</ul>
<p><strong>Misc</strong></p>
<ul>
<li> <a href="http://jakarta.apache.org/site/whoweare.html">Who We Are</a>
</li>
<li> <a href="http://jakarta.apache.org/site/acknowledgements.html">Acknowledgements</a>
</li>
<li> <a href="http://jakarta.apache.org/site/roles.html">Management</a>
</li>
<li> <a href="http://jakarta.apache.org/site/jakarta-site2.html">About This Site</a>
</li>
<li> <a href="http://jakarta.apache.org/site/contact.html">Contact</a>
</li>
<li> <a href="http://jakarta.apache.org/site/legal.html">Legal</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">
<strong>Ant 2.0 Requirements</strong>
</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
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
be addressed.
</p>
<p>
As we continue to evolve and enhance Ant 1.x, it is now time to define what Ant 2.0 will
encompass. Ant 2.0 will be a major rearchitecting of Ant. It has a number of goals including:
<ul>
<li>Define the "contract" with build file writers to which Ant will be bound.</li>
<li>Define the "contract" between the Ant core and Task writers.</li>
<li>Make Ant more easily extendable by allowing additional tasks to be "dropped" in.</li>
<li>Allow Ant to function as a component to simplify integration with GUIs and IDEs.</li>
<li>Make Ant more regular and logical.</li>
</ul>
It is expected that Ant 2.0 will break Ant 1.x based build files. The intention is to
make this the last time that will happen.
</p>
<p>
To advance the definition of Ant, user requirements are now being accepted on the
Ant-Dev mailing list. Any requirement will be accepted for consideration. The
requirements are being collected into a document which is available
<a href="/ant/ant2/requested-features.txt">on-line</a>. New features will be excepted
until March 21st, 2001. At that time, each requirement will be discussed
for inclusion in an Ant 2.0 requirement document.
</p>
<p>
For your reference some of the goals which have shaped the development of Ant 1.x are
available <a href="/ant/ant2/original-specification.html">here</a>. These continue to be
relevant to Ant 2.0.
</p>
<p>
If you want to shape the future of Ant, join the
<a href="/site/mail.html">Ant-Dev mailing list</a> and contribute
your ideas.
</p>
</blockquote>
</td></tr>
</table>
<table border="0" cellspacing="0" cellpadding="2" width="100%">
<tr><td bgcolor="#525D76">
<font color="#ffffff" face="arial,helvetica,sanserif">
<strong>Ant 1.3 Released</strong>
</font>
</td></tr>
<tr><td>
<blockquote>
<p>
Ant 1.3 has been released after going through three betas. Thanks to everyone who
took the time to test the beta and report bugs and enhancements.
</p>
<p>You can download the release from here
<a href="http://jakarta.apache.org/builds/jakarta-ant/release/v1.3/">here</a>.
Both source and binary releases are available in zip, tarball and RPM formats.
</p>
<p>Please report all bugs using the
<a href="http://nagoya.apache.org/bugzilla/enter_bug.cgi?product=Ant">Apache Bugzilla</a>
</p>
</blockquote>
</td></tr>
</table>
</td>
</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; 1999-2001, Apache Software Foundation
</em></font></div>
</td></tr>
</table>
</body>
</html>
<!-- end the processing -->
















+ 5
- 13
webpage/docs/index.html View File

@@ -38,7 +38,9 @@
<ul> <ul>
<li> <a href="./index.html">Front Page</a> <li> <a href="./index.html">Front Page</a>
</li> </li>
<li> <a href="http://jakarta.apache.org/site/news.html">News & Status</a>
<li> <a href="./ant/antnews.html">Ant News</a>
</li>
<li> <a href="http://jakarta.apache.org/site/news.html">Jakarta News & Status</a>
</li> </li>
<li> <a href="http://jakarta.apache.org/site/mission.html">Mission</a> <li> <a href="http://jakarta.apache.org/site/mission.html">Mission</a>
</li> </li>
@@ -218,18 +220,8 @@ Comprehensive documentation is included in the source and binary distribtions.
<tr><td> <tr><td>
<blockquote> <blockquote>
<p> <p>
While development of Ant 1.x continues and is supposed to produce
results that are backwards compatible (back to Ant 1.2), we've
felt that some areas could need a major overhaul and backwards
compatibility would stand in our way - this is where the next
major version of Ant comes into the game.
</p>
<p>
Currently we are collecting feature requests for Ant2. Up to March
21st, all requests sent to the Dev mailing list will be collected
<a href="ant2/requested-features.txt">here</a>. Following that a
discussion and voting process outlined <a href="http://marc.theaimsgroup.com/?l=ant-dev&amp;m=98379315617029&amp;w=2">here</a>
will result in a detailed requirements document.
We are currently collecting feature requests for Ant2. Please
read the latest <a href="/ant/antnews.html">Ant news</a> for more details.
</p> </p>
</blockquote> </blockquote>
</td></tr> </td></tr>


+ 74
- 0
webpage/xdocs/antnews.xml View File

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

<properties>
<author email="conor@cortexebusiness.com.au">Conor MacNeill</author>
<title>Ant News</title>
</properties>

<body>

<section name="Ant 2.0 Requirements">
<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
are a number of limitations and inconsistencies that are now apparent and which need to
be addressed.
</p>
<p>
As we continue to evolve and enhance Ant 1.x, it is now time to define what Ant 2.0 will
encompass. Ant 2.0 will be a major rearchitecting of Ant. It has a number of goals including:
<ul>
<li>Define the "contract" with build file writers to which Ant will be bound.</li>
<li>Define the "contract" between the Ant core and Task writers.</li>
<li>Make Ant more easily extendable by allowing additional tasks to be "dropped" in.</li>
<li>Allow Ant to function as a component to simplify integration with GUIs and IDEs.</li>
<li>Make Ant more regular and logical.</li>
</ul>
It is expected that Ant 2.0 will break Ant 1.x based build files. The intention is to
make this the last time that will happen.
</p>
<p>
To advance the definition of Ant, user requirements are now being accepted on the
Ant-Dev mailing list. Any requirement will be accepted for consideration. The
requirements are being collected into a document which is available
<a href="/ant/ant2/requested-features.txt">on-line</a>. New features will be excepted
until March 21st, 2001. At that time, each requirement will be discussed
for inclusion in an Ant 2.0 requirement document.
</p>
<p>
For your reference some of the goals which have shaped the development of Ant 1.x are
available <a href="/ant/ant2/original-specification.html">here</a>. These continue to be
relevant to Ant 2.0.
</p>
<p>
If you want to shape the future of Ant, join the
<a href="/site/mail.html">Ant-Dev mailing list</a> and contribute
your ideas.
</p>
</section>

<section name="Ant 1.3 Released">

<p>
Ant 1.3 has been released after going through three betas. Thanks to everyone who
took the time to test the beta and report bugs and enhancements.
</p>
<p>You can download the release from here
<a href="http://jakarta.apache.org/builds/jakarta-ant/release/v1.3/">here</a>.
Both source and binary releases are available in zip, tarball and RPM formats.
</p>
<p>Please report all bugs using the
<a href="http://nagoya.apache.org/bugzilla/enter_bug.cgi?product=Ant">Apache Bugzilla</a>
</p>

</section>

</body>
</document>


+ 2
- 14
webpage/xdocs/index.xml View File

@@ -90,20 +90,8 @@ Comprehensive documentation is included in the source and binary distribtions.
<section name="Towards Ant2"> <section name="Towards Ant2">
<p> <p>
While development of Ant 1.x continues and is supposed to produce
results that are backwards compatible (back to Ant 1.2), we've
felt that some areas could need a major overhaul and backwards
compatibility would stand in our way - this is where the next
major version of Ant comes into the game.
</p>

<p>
Currently we are collecting feature requests for Ant2. Up to March
21st, all requests sent to the Dev mailing list will be collected
<a href="ant2/requested-features.txt">here</a>. Following that a
discussion and voting process outlined <a
href="http://marc.theaimsgroup.com/?l=ant-dev&amp;m=98379315617029&amp;w=2">here</a>
will result in a detailed requirements document.
We are currently collecting feature requests for Ant2. Please
read the latest <a href="/ant/antnews.html">Ant news</a> for more details.
</p> </p>
</section> </section>


+ 2
- 1
webpage/xdocs/stylesheets/project.xml View File

@@ -10,7 +10,8 @@
<body> <body>
<menu name="Essentials"> <menu name="Essentials">
<item name="Front Page" href="/index.html"/> <item name="Front Page" href="/index.html"/>
<item name="News &amp; Status" href="/site/news.html"/>
<item name="Ant News" href="/ant/antnews.html"/>
<item name="Jakarta News &amp; Status" href="/site/news.html"/>
<item name="Mission" href="/site/mission.html"/> <item name="Mission" href="/site/mission.html"/>
<item name="Guidelines Notes" href="/site/guidelines.html"/> <item name="Guidelines Notes" href="/site/guidelines.html"/>
<item name="FAQs" href="/site/faqs.html"/> <item name="FAQs" href="/site/faqs.html"/>


Loading…
Cancel
Save