diff --git a/docs/antnews.html b/docs/antnews.html index 3800e75e6..67171ead9 100644 --- a/docs/antnews.html +++ b/docs/antnews.html @@ -40,6 +40,8 @@
  • News
  • Documentation +
  • +
  • Related Projects
  • External Tools and Tasks
  • diff --git a/docs/external.html b/docs/external.html index 6b8773a2f..6277cebc5 100644 --- a/docs/external.html +++ b/docs/external.html @@ -38,6 +38,8 @@
  • News
  • Documentation +
  • +
  • Related Projects
  • External Tools and Tasks
  • @@ -1819,313 +1821,6 @@ - - - -
    - - Other - -
    -
    - - - -
    - - AntHill - -
    -
    -

    Anthill is a build tool that promotes a controlled build - process by ensuring that every build reflects the source - repository contents and tagging the repository with a unique - build number after every build. Anthill also encourages the - sharing of knowledge within an organization by automatically - updating a project intranet site with artifacts from the - latest build.

    - - - - - - - - - - - - - - - - - -
    - - Compatibility: - - - - bundles Ant 1.3, is compatible with Ant 1.3 to 1.4.1 - -
    - - URL: - - - - http://www.urbancode.com/projects/anthill/ - -
    - - Contact: - - - - Maciej Zawadzki - -
    - - License: - - - - Mozilla-like license - -
    -
    -
    - - - -
    - - CruiseControl - -
    -
    -

    CruiseControl is a tool for setting up a continuous build - process. CruiseControl provides an Ant wrapper and a set of - tasks to automate the checkout/build/test cycle. CruiseControl - also comes bundled with a servlet for viewing the status of - the current build, as well as previous build results.

    - - - - - - - - - - - - - - - - - -
    - - Compatibility: - - - - Ant 1.2 and higher - -
    - - URL: - - - - http://cruisecontrol.sourceforge.net/ - -
    - - Contact: - - - - Project Mailing Lists and Administrators - -
    - - License: - - - - Release 1.0 has been licensed under the GNU General Public - License. Starting with release 1.1 the license has been - changed to a BSD-like license. - -
    -
    -
    - - - -
    - - Rant - -
    -
    -

    Rant stands for Remote Ant. It is a distributed build - system that allows an Ant build file to launch builds on other - systems and receive exceptions should they occur.

    - - - - - - - - - - - - - - - - - -
    - - Compatibility: - - - - Ant 1.4 - -
    - - URL: - - - - http://sourceforge.net/projects/remoteant/ - -
    - - Contact: - - - - Chris Nelson - -
    - - License: - - - - MIT License - -
    -
    -
    - - - -
    - - XML Publication - -
    -
    -

    XML Publication is a set of tools to generate Web pages - from desktop documents or other structured documents using - XSLT and Ant.

    - - - - - - - - - - - - - - - - - -
    - - Compatibility: - - - - Ant 1.4 - -
    - - URL: - - - - http://XMLpublication.org/ - -
    - - Contact: - - - - Jean-Marc Vanel - -
    - - License: - - - - GNU General Public License. - -
    -
    -
    -
    -
    diff --git a/docs/faq.html b/docs/faq.html index 19830d9a1..6b340f842 100644 --- a/docs/faq.html +++ b/docs/faq.html @@ -38,6 +38,8 @@
  • News
  • Documentation +
  • +
  • Related Projects
  • External Tools and Tasks
  • diff --git a/docs/index.html b/docs/index.html index d6fe4587f..078242ef3 100644 --- a/docs/index.html +++ b/docs/index.html @@ -40,6 +40,8 @@
  • News
  • Documentation +
  • +
  • Related Projects
  • External Tools and Tasks
  • diff --git a/docs/logos.html b/docs/logos.html index 31694a3e2..29c0d0f81 100644 --- a/docs/logos.html +++ b/docs/logos.html @@ -38,6 +38,8 @@
  • News
  • Documentation +
  • +
  • Related Projects
  • External Tools and Tasks
  • diff --git a/docs/problems.html b/docs/problems.html index bbe3d4528..9317dba2b 100644 --- a/docs/problems.html +++ b/docs/problems.html @@ -38,6 +38,8 @@
  • News
  • Documentation +
  • +
  • Related Projects
  • External Tools and Tasks
  • diff --git a/docs/projects.html b/docs/projects.html new file mode 100644 index 000000000..7a313174a --- /dev/null +++ b/docs/projects.html @@ -0,0 +1,562 @@ + + + + + + + + + + + + + + The Jakarta Site - Related Projects + + + + + + + + +
    + +
    + + + + + + + + + + + + +
    +
    +
    +

    Apache Ant

    + +

    Download

    + +

    Jakarta

    + +

    Get Involved

    + +
    + + + +
    + + Related Projects + +
    +
    +

    Nothing listed here is directly supported by the Ant + developers, if you encounter any problems with them, please use + the contact information.

    + + + +
    + + AntContrib + +
    +
    +

    The Ant-Contrib project is a collection of user supplied + task (like an <if> task) and a development + playground for experimental tasks like a C/C++ compilation + task for different compilers.

    + + + + + + + + + + + + + + + + + +
    + + Compatibility: + + + + 1.4.1 and above + +
    + + URL: + + + + http://sourcefoge.net/projects/ant-contrib/ + +
    + + Contact: + + + + project mailing list + +
    + + License: + + + + Apache Software Foundation license + +
    +
    +
    + + + +
    + + AntHill + +
    +
    +

    Anthill is a build tool that promotes a controlled build + process by ensuring that every build reflects the source + repository contents and tagging the repository with a unique + build number after every build. Anthill also encourages the + sharing of knowledge within an organization by automatically + updating a project intranet site with artifacts from the + latest build.

    + + + + + + + + + + + + + + + + + +
    + + Compatibility: + + + + bundles Ant 1.3, is compatible with Ant 1.3 to 1.4.1 + +
    + + URL: + + + + http://www.urbancode.com/projects/anthill/ + +
    + + Contact: + + + + Maciej Zawadzki + +
    + + License: + + + + Mozilla-like license + +
    +
    +
    + + + +
    + + CruiseControl + +
    +
    +

    CruiseControl is a tool for setting up a continuous build + process. CruiseControl provides an Ant wrapper and a set of + tasks to automate the checkout/build/test cycle. CruiseControl + also comes bundled with a servlet for viewing the status of + the current build, as well as previous build results.

    + + + + + + + + + + + + + + + + + +
    + + Compatibility: + + + + Ant 1.2 and higher + +
    + + URL: + + + + http://cruisecontrol.sourceforge.net/ + +
    + + Contact: + + + + Project Mailing Lists and Administrators + +
    + + License: + + + + Release 1.0 has been licensed under the GNU General Public + License. Starting with release 1.1 the license has been + changed to a BSD-like license. + +
    +
    +
    + + + +
    + + NAnt + +
    +
    +

    NAnt is a .NET based build tool. In theory it is kind of + like make without make's wrinkles. In practice it's a lot like + Ant.

    + + + + + + + + + + + + + + + + + +
    + + Compatibility: + + + + not compatible to Ant at all. + +
    + + URL: + + + + http://nant.sourceforge.net/ + +
    + + Contact: + + + + project mailing list + +
    + + License: + + + + GNU General Public License + +
    +
    +
    + + + +
    + + Rant + +
    +
    +

    Rant stands for Remote Ant. It is a distributed build + system that allows an Ant build file to launch builds on other + systems and receive exceptions should they occur.

    + + + + + + + + + + + + + + + + + +
    + + Compatibility: + + + + Ant 1.4 + +
    + + URL: + + + + http://sourceforge.net/projects/remoteant/ + +
    + + Contact: + + + + Chris Nelson + +
    + + License: + + + + MIT License + +
    +
    +
    + + + +
    + + XML Publication + +
    +
    +

    XML Publication is a set of tools to generate Web pages + from desktop documents or other structured documents using + XSLT and Ant.

    + + + + + + + + + + + + + + + + + +
    + + Compatibility: + + + + Ant 1.4 + +
    + + URL: + + + + http://XMLpublication.org/ + +
    + + Contact: + + + + Jean-Marc Vanel + +
    + + License: + + + + GNU General Public License. + +
    +
    +
    +
    +
    +
    +
    +
    +
    + Copyright © 2000-2002, Apache Software Foundation +
    +
    + + + + + + + diff --git a/docs/resources.html b/docs/resources.html index 56acf308c..00da5b2f6 100644 --- a/docs/resources.html +++ b/docs/resources.html @@ -38,6 +38,8 @@
  • News
  • Documentation +
  • +
  • Related Projects
  • External Tools and Tasks
  • diff --git a/xdocs/external.xml b/xdocs/external.xml index c97f50e87..a65074387 100644 --- a/xdocs/external.xml +++ b/xdocs/external.xml @@ -649,117 +649,5 @@ -
    - -

    Anthill is a build tool that promotes a controlled build - process by ensuring that every build reflects the source - repository contents and tagging the repository with a unique - build number after every build. Anthill also encourages the - sharing of knowledge within an organization by automatically - updating a project intranet site with artifacts from the - latest build.

    - - - - - - - - - - - - - - - - - - -
    Compatibility:bundles Ant 1.3, is compatible with Ant 1.3 to 1.4.1
    URL:http://www.urbancode.com/projects/anthill/
    Contact:Maciej Zawadzki
    License:Mozilla-like license
    -
    - - -

    CruiseControl is a tool for setting up a continuous build - process. CruiseControl provides an Ant wrapper and a set of - tasks to automate the checkout/build/test cycle. CruiseControl - also comes bundled with a servlet for viewing the status of - the current build, as well as previous build results.

    - - - - - - - - - - - - - - - - - - -
    Compatibility:Ant 1.2 and higher
    URL:http://cruisecontrol.sourceforge.net/
    Contact:Project Mailing Lists and Administrators
    License:Release 1.0 has been licensed under the GNU General Public - License. Starting with release 1.1 the license has been - changed to a BSD-like license.
    -
    - - - -

    Rant stands for Remote Ant. It is a distributed build - system that allows an Ant build file to launch builds on other - systems and receive exceptions should they occur.

    - - - - - - - - - - - - - - - - - - -
    Compatibility:Ant 1.4
    URL:http://sourceforge.net/projects/remoteant/
    Contact:Chris Nelson
    License:MIT License
    -
    - - - -

    XML Publication is a set of tools to generate Web pages - from desktop documents or other structured documents using - XSLT and Ant.

    - - - - - - - - - - - - - - - - - - -
    Compatibility:Ant 1.4
    URL:http://XMLpublication.org/
    Contact:Jean-Marc Vanel
    License:GNU General Public License.
    -
    -
    - diff --git a/xdocs/projects.xml b/xdocs/projects.xml new file mode 100644 index 000000000..81f201258 --- /dev/null +++ b/xdocs/projects.xml @@ -0,0 +1,185 @@ + + + + + Stefan Bodewig + Related Projects + + + + +
    + +

    Nothing listed here is directly supported by the Ant + developers, if you encounter any problems with them, please use + the contact information.

    + + + +

    The Ant-Contrib project is a collection of user supplied + task (like an <if> task) and a development + playground for experimental tasks like a C/C++ compilation + task for different compilers.

    + + + + + + + + + + + + + + + + + + +
    Compatibility:1.4.1 and above
    URL:http://sourcefoge.net/projects/ant-contrib/
    Contact:project mailing list
    License:Apache Software Foundation license
    +
    + + + +

    Anthill is a build tool that promotes a controlled build + process by ensuring that every build reflects the source + repository contents and tagging the repository with a unique + build number after every build. Anthill also encourages the + sharing of knowledge within an organization by automatically + updating a project intranet site with artifacts from the + latest build.

    + + + + + + + + + + + + + + + + + + +
    Compatibility:bundles Ant 1.3, is compatible with Ant 1.3 to 1.4.1
    URL:http://www.urbancode.com/projects/anthill/
    Contact:Maciej Zawadzki
    License:Mozilla-like license
    +
    + + + +

    CruiseControl is a tool for setting up a continuous build + process. CruiseControl provides an Ant wrapper and a set of + tasks to automate the checkout/build/test cycle. CruiseControl + also comes bundled with a servlet for viewing the status of + the current build, as well as previous build results.

    + + + + + + + + + + + + + + + + + + +
    Compatibility:Ant 1.2 and higher
    URL:http://cruisecontrol.sourceforge.net/
    Contact:Project Mailing Lists and Administrators
    License:Release 1.0 has been licensed under the GNU General Public + License. Starting with release 1.1 the license has been + changed to a BSD-like license.
    +
    + + + +

    NAnt is a .NET based build tool. In theory it is kind of + like make without make's wrinkles. In practice it's a lot like + Ant.

    + + + + + + + + + + + + + + + + + + +
    Compatibility:not compatible to Ant at all.
    URL:http://nant.sourceforge.net/
    Contact:project mailing list
    License:GNU General Public License
    +
    + + + +

    Rant stands for Remote Ant. It is a distributed build + system that allows an Ant build file to launch builds on other + systems and receive exceptions should they occur.

    + + + + + + + + + + + + + + + + + + +
    Compatibility:Ant 1.4
    URL:http://sourceforge.net/projects/remoteant/
    Contact:Chris Nelson
    License:MIT License
    +
    + + + +

    XML Publication is a set of tools to generate Web pages + from desktop documents or other structured documents using + XSLT and Ant.

    + + + + + + + + + + + + + + + + + + +
    Compatibility:Ant 1.4
    URL:http://XMLpublication.org/
    Contact:Jean-Marc Vanel
    License:GNU General Public License.
    +
    +
    + + +
    diff --git a/xdocs/stylesheets/project.xml b/xdocs/stylesheets/project.xml index 98f045a20..f6579f82f 100644 --- a/xdocs/stylesheets/project.xml +++ b/xdocs/stylesheets/project.xml @@ -15,6 +15,8 @@ href="/antnews.html"/> +