Return-Path: Delivered-To: apmail-ant-dev-archive@www.apache.org Received: (qmail 11288 invoked from network); 10 May 2004 20:51:44 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 10 May 2004 20:51:44 -0000 Received: (qmail 49329 invoked by uid 500); 10 May 2004 20:41:45 -0000 Delivered-To: apmail-ant-dev-archive@ant.apache.org Received: (qmail 43348 invoked by uid 500); 10 May 2004 20:40:11 -0000 Mailing-List: contact dev-help@ant.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Ant Developers List" Reply-To: "Ant Developers List" Delivered-To: mailing list dev@ant.apache.org Received: (qmail 38585 invoked by uid 500); 10 May 2004 20:39:12 -0000 Received: (qmail 36581 invoked by uid 98); 10 May 2004 20:38:54 -0000 Received: from jhm@apache.org by hermes.apache.org by uid 82 with qmail-scanner-1.20 (clamuko: 0.70. Clear:RC:0(209.237.227.194):. Processed in 2.258636 secs); 10 May 2004 20:38:54 -0000 X-Qmail-Scanner-Mail-From: jhm@apache.org via hermes.apache.org X-Qmail-Scanner: 1.20 (Clear:RC:0(209.237.227.194):. Processed in 2.258636 secs) Received: from unknown (HELO minotaur.apache.org) (209.237.227.194) by hermes.apache.org with SMTP; 10 May 2004 20:38:50 -0000 Received: (qmail 6299 invoked by uid 1694); 10 May 2004 15:01:41 -0000 Date: 10 May 2004 15:01:41 -0000 Message-ID: <20040510150141.6298.qmail@minotaur.apache.org> From: jhm@apache.org To: ant-cvs@apache.org Subject: cvs commit: ant/docs external.html projects.html X-Spam-Rating: hermes.apache.org 1.6.2 0/1000/N X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N jhm 2004/05/10 08:01:41 Modified: xdocs Tag: ANT_16_BRANCH external.xml projects.xml docs Tag: ANT_16_BRANCH external.html projects.html Log: Sync with HEAD Revision Changes Path No revision No revision 1.100.2.12 +25 -5 ant/xdocs/external.xml Index: external.xml =================================================================== RCS file: /home/cvs/ant/xdocs/external.xml,v retrieving revision 1.100.2.11 retrieving revision 1.100.2.12 diff -u -r1.100.2.11 -r1.100.2.12 --- external.xml 30 Apr 2004 06:23:09 -0000 1.100.2.11 +++ external.xml 10 May 2004 15:01:40 -0000 1.100.2.12 @@ -130,7 +130,7 @@

AntDoc can be run via an Ant task, AntDoc GUI can be run via an Ant task, or via a JVM launch.

- +
@@ -389,7 +389,7 @@ - + @@ -728,7 +728,15 @@ "border" (add a border), "text" (text on image), "crop" (a sub-image of a bigger image), "rotate", "grayscale" (change a color - image to shades of gray).

+ image to shades of gray).
+ Now it supports transparency (making images translucent), a + bestfit option for Resize, simple support for images within + a security-constraint, a preliminary support (if pjatools.jar + is available) for saving files as GIF and some other fixes.

+ +

IMPORTANT: You will need the PMIW (Poor Man's Imaging Wrapper) jar + for all the operations and the pjatools jar for GIF encoding/ saving + support.

Compatibility: Ant 1.4.1 and higher
Contact:masogato@users.sourceforge.netmasogato@users.sourceforge.net
License:
@@ -741,8 +749,20 @@ href="http://www.mullassery.com/software/ANT/">http://www.mullassery.com/software/ANT/ + + + + + + + + - + @@ -1548,7 +1568,7 @@ 1.10.2.3 +80 -48 ant/xdocs/projects.xml Index: projects.xml =================================================================== RCS file: /home/cvs/ant/xdocs/projects.xml,v retrieving revision 1.10.2.2 retrieving revision 1.10.2.3 diff -u -r1.10.2.2 -r1.10.2.3 --- projects.xml 16 Feb 2004 16:45:09 -0000 1.10.2.2 +++ projects.xml 10 May 2004 15:01:40 -0000 1.10.2.3 @@ -22,7 +22,7 @@ - +

Nothing listed here is directly supported by the Ant @@ -37,7 +37,7 @@ (J2EE or other) specific for your application architecture.

-
pmiw jarhttp://www.mullassery.com/software/PMIW/ + (Poor Man's Imaging Wrapper)
pjatools jarhttp://www.eteks.com/pja/en/ + (pjatools for GIF encoding support)
Contact:Abey MullasseryAbey Mullassery
License:
URL: - http://www.kanaputs.org/ + http://www.kanaputs.org/
http://www.kanaputs.org/ant.html
+
@@ -64,7 +64,7 @@ playground for experimental tasks like a C/C++ compilation task for different compilers.

-
Compatibility: 1.4.1 and above
+
@@ -96,14 +96,14 @@ Try/Catch/Finally, Switch, Variable, Stopwatch, Limit, Math, Post, SSH, SCP, AntFetch, AntCallBack.

-
Compatibility: 1.4.1 and above
+
- + - + @@ -126,7 +126,7 @@ updating a project intranet site with artifacts from the latest build.

-
Compatibility:Tested extensively with Ant 1.5.x.Ant 1.5 and higher.
URL:http://antelope.sourceforge.net/http://antelope.tigris.org/
Contact:
+
@@ -146,6 +146,70 @@
Compatibility: bundles Ant 1.3, is compatible with Ant 1.3 to 1.4.1
+ + +

The antworks project is a set of tools and standardized targets that + greatly simplifies using ant in your project.

+

+ The driver behind antworks is Importer. Importer is an extension to the + ant import task that will download and + cache an ant build.xml file and it's associated resources called + antlets. Antlets are available for Java compiling + and packaging, JUnit, Forrest, J2EE and + more. +

+

+ See the Getting Started + guide for more information. +

+ + + + + + + + + + + + + + + + + + +
Compatibility:1.6 and later
URL:http://antworks.sourceforge.net/index.html
Contact:Antworks Developers mailing lists
License:The Apache License 2.0
+
+ + + +

BuildMonkey is a Web-based automated build dashboard, with upload + capability and google web search. It schedules the running of Ant + build scripts - checking sources out of CM - and makes the results + available centrally.

+ + + + + + + + + + + + + + + + + + +
Compatibility:Ant 1.5.4 or later
URL:http://www.buildmonkey.com
Contact:jb@buildmonkey.com
License:Freeware, commercial/support licences available
+
+

CruiseControl is a tool for setting up a continuous build @@ -154,7 +218,7 @@ also comes bundled with a servlet for viewing the status of the current build, as well as previous build results.

- +
@@ -204,50 +268,18 @@ - -

Krysalis Centipede is a project build system based on - Apache Ant. Centipede uses pre-packaged modules called "cents" - that it downloads and installs automatically. Cents can be - used as Ant tasks or easy to use targets.

- -

For example, Forrest is an XML standards oriented project - documentation framework based on Apache Cocoon. In order to - assist your projects adoption of this powerful documentation - generation tool we have packaged it as a cent that will - (optionally) be automatically downloaded, installed and used - to build project documentation which includes output from - other cents such as Javadoc, JDepend, Checkstyle and many - others.

- -
Compatibility: Ant 1.2 and higher
- - - - - - - - - - - - - - - - -
Compatibility:1.4.1 an later
URL:http://krysalis.org/centipede/
Contact:mailing lists
License:The Krysalis Patchy Software License, based on and - fully compatible with the Apache Software Foundation - license
+

The Centipede admin told us, that that project + "is no more" and that "Antworks has taken it place." +

- +

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.

- +
@@ -273,7 +305,7 @@ system that allows an Ant build file to launch builds on other systems and receive exceptions should they occur.

-
Compatibility: compatible in spirit.
+
@@ -299,7 +331,7 @@ from desktop documents or other structured documents using XSLT and Ant.

-
Compatibility: Ant 1.4
+
@@ -322,4 +354,4 @@ - + \ No newline at end of file No revision No revision 1.136.2.12 +34 -5 ant/docs/external.html Index: external.html =================================================================== RCS file: /home/cvs/ant/docs/external.html,v retrieving revision 1.136.2.11 retrieving revision 1.136.2.12 diff -u -r1.136.2.11 -r1.136.2.12 --- external.html 30 Apr 2004 06:23:09 -0000 1.136.2.11 +++ external.html 10 May 2004 15:01:40 -0000 1.136.2.12 @@ -341,7 +341,7 @@ progress.

AntDoc can be run via an Ant task, AntDoc GUI can be run via an Ant task, or via a JVM launch.

-
Compatibility: Ant 1.4
+
@@ -1426,7 +1426,14 @@ "border" (add a border), "text" (text on image), "crop" (a sub-image of a bigger image), "rotate", "grayscale" (change a color - image to shades of gray).

+ image to shades of gray).
+ Now it supports transparency (making images translucent), a + bestfit option for Resize, simple support for images within + a security-constraint, a preliminary support (if pjatools.jar + is available) for saving files as GIF and some other fixes.

+

IMPORTANT: You will need the PMIW (Poor Man's Imaging Wrapper) jar + for all the operations and the pjatools jar for GIF encoding/ saving + support.

@@ -827,7 +827,7 @@ - masogato@users.sourceforge.net + masogato@users.sourceforge.net
+ + + + + + + + @@ -2871,7 +2900,7 @@ 1.45.2.4 +111 -54 ant/docs/projects.html Index: projects.html =================================================================== RCS file: /home/cvs/ant/docs/projects.html,v retrieving revision 1.45.2.3 retrieving revision 1.45.2.4 diff -u -r1.45.2.3 -r1.45.2.4 --- projects.html 12 Feb 2004 12:38:59 -0000 1.45.2.3 +++ projects.html 10 May 2004 15:01:41 -0000 1.45.2.4 @@ -182,7 +182,7 @@ a CASE-tool and generates classes and deployable components (J2EE or other) specific for your application architecture.

-
+ pmiw jar + + http://www.mullassery.com/software/PMIW/ + (Poor Man's Imaging Wrapper) +
+ pjatools jar + + http://www.eteks.com/pja/en/ + (pjatools for GIF encoding support) +
Contact: - Abey Mullassery + Abey Mullassery
- http://www.kanaputs.org/ + http://www.kanaputs.org/
http://www.kanaputs.org/ant.html
+
@@ -232,7 +232,7 @@ task (like an <if> task) and a development playground for experimental tasks like a C/C++ compilation task for different compilers.

- +
@@ -286,7 +286,7 @@

Includes several additional tasks: Assert, If/Else, Try/Catch/Finally, Switch, Variable, Stopwatch, Limit, Math, Post, SSH, SCP, AntFetch, AntCallBack.

- +
@@ -304,7 +304,7 @@ @@ -339,7 +339,7 @@ sharing of knowledge within an organization by automatically updating a project intranet site with artifacts from the latest build.

-
@@ -294,7 +294,7 @@ - Tested extensively with Ant 1.5.x. + Ant 1.5 and higher.
- http://antelope.sourceforge.net/ + http://antelope.tigris.org/
+
@@ -382,15 +382,24 @@

- - CruiseControl + + Antworks

-

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.

- +

The antworks project is a set of tools and standardized targets that + greatly simplifies using ant in your project.

+

+ The driver behind antworks is Importer. Importer is an extension to the + ant import task that will download and + cache an ant build.xml file and it's associated resources called + antlets. Antlets are available for Java compiling + and packaging, JUnit, Forrest, J2EE and + more. +

+

+ See the Getting Started + guide for more information. +

+
@@ -408,7 +417,7 @@ @@ -418,7 +427,7 @@ @@ -428,21 +437,19 @@
@@ -398,7 +407,7 @@ - Ant 1.2 and higher + 1.6 and later
- http://cruisecontrol.sourceforge.net/ + http://antworks.sourceforge.net/index.html
- Project Mailing Lists and Administrators + Antworks Developers mailing lists
- 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. + The Apache License 2.0

- - Invicta + + BuildMonkey

-

Invicta is a build management tool. Using simple project definition files, - it generates powerful build scripts (such as ANT) while hiding their - complexity. Invicta is a modular framework that allows developing additional - components and output types.

- +

BuildMonkey is a Web-based automated build dashboard, with upload + capability and google web search. It schedules the running of Ant + build scripts - checking sources out of CM - and makes the results + available centrally.

+
@@ -460,7 +467,7 @@ @@ -470,7 +477,7 @@ @@ -480,26 +487,71 @@
@@ -450,7 +457,7 @@ - Ant 1.5 and higher + Ant 1.5.4 or later
- http://invicta.sf.net/ + http://www.buildmonkey.com
- Project Mailing Lists and Administrators + jb@buildmonkey.com
- LGPL. + Freeware, commercial/support licences available

- - Krysalis Centipede + + 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. +
+

+ + Invicta

-

Krysalis Centipede is a project build system based on - Apache Ant. Centipede uses pre-packaged modules called "cents" - that it downloads and installs automatically. Cents can be - used as Ant tasks or easy to use targets.

-

For example, Forrest is an XML standards oriented project - documentation framework based on Apache Cocoon. In order to - assist your projects adoption of this powerful documentation - generation tool we have packaged it as a cent that will - (optionally) be automatically downloaded, installed and used - to build project documentation which includes output from - other cents such as Javadoc, JDepend, Checkstyle and many - others.

+

Invicta is a build management tool. Using simple project definition files, + it generates powerful build scripts (such as ANT) while hiding their + complexity. Invicta is a modular framework that allows developing additional + components and output types.

@@ -518,7 +570,7 @@ @@ -528,7 +580,7 @@ @@ -538,20 +590,25 @@
- 1.4.1 an later + Ant 1.5 and higher
- http://krysalis.org/centipede/ + http://invicta.sf.net/
- mailing lists + Project Mailing Lists and Administrators
- The Krysalis Patchy Software License, based on and - fully compatible with the Apache Software Foundation - license + LGPL.

+ + Krysalis Centipede +

+

The Centipede admin told us, that that project + "is no more" and that "Antworks has taken it place." +

+

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.

- +
@@ -600,7 +657,7 @@

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.

- +
@@ -649,7 +706,7 @@

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

- +
--------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org For additional commands, e-mail: dev-help@ant.apache.org