Return-Path: Mailing-List: contact dev-help@ant.apache.org; run by ezmlm Delivered-To: mailing list dev@ant.apache.org Received: (qmail 79816 invoked by uid 500); 24 Feb 2003 15:02:18 -0000 Received: (qmail 79798 invoked from network); 24 Feb 2003 15:02:18 -0000 Received: from icarus.apache.org (208.185.179.13) by daedalus.apache.org with SMTP; 24 Feb 2003 15:02:18 -0000 Received: (qmail 50372 invoked by uid 1146); 24 Feb 2003 15:02:16 -0000 Date: 24 Feb 2003 15:02:16 -0000 Message-ID: <20030224150216.50370.qmail@icarus.apache.org> From: bodewig@apache.org To: ant-cvs@apache.org Subject: cvs commit: ant/xdocs external.xml X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N bodewig 2003/02/24 07:02:16 Modified: docs antnews.html external.html xdocs external.xml Log: Add pointer to "SmartAnalyzer" Submitted by: Pierre Andrews Revision Changes Path 1.54 +0 -1 ant/docs/antnews.html Index: antnews.html =================================================================== RCS file: /home/cvs/ant/docs/antnews.html,v retrieving revision 1.53 retrieving revision 1.54 diff -u -r1.53 -r1.54 --- antnews.html 10 Feb 2003 23:41:09 -0000 1.53 +++ antnews.html 24 Feb 2003 15:02:15 -0000 1.54 @@ -230,7 +230,6 @@

The final version of Ant 1.5.1 is now available for download. If you have any feedback on this release, feel free to join the - discussion on the ant-dev and ant-user mailing lists.


1.92 +54 -0 ant/docs/external.html Index: external.html =================================================================== RCS file: /home/cvs/ant/docs/external.html,v retrieving revision 1.91 retrieving revision 1.92 diff -u -r1.91 -r1.92 --- external.html 18 Feb 2003 11:25:47 -0000 1.91 +++ external.html 24 Feb 2003 15:02:15 -0000 1.92 @@ -2152,6 +2152,60 @@
+ + + +
+ + SmartAnalyzer + +
+

Powerful analysis of dependencies between Java classes. + Only affected classes will be recompiled and it can be used + with any bytecode compiler.

+ + + + + + + + + + + + + + + + + +
+ Compatibility: + + Apache Ant version 1.5.1 +
+ URL: + + http://smartanalyzer.sourceforge.net/ +
+ Contact: + + support at sourceforge project page +
+ License: + + GNU General Public Licence (GPL) +
+
1.69 +26 -0 ant/xdocs/external.xml Index: external.xml =================================================================== RCS file: /home/cvs/ant/xdocs/external.xml,v retrieving revision 1.68 retrieving revision 1.69 diff -u -r1.68 -r1.69 --- external.xml 18 Feb 2003 11:25:48 -0000 1.68 +++ external.xml 24 Feb 2003 15:02:15 -0000 1.69 @@ -1000,6 +1000,32 @@
+ + +

Powerful analysis of dependencies between Java classes. + Only affected classes will be recompiled and it can be used + with any bytecode compiler.

+ + + + + + + + + + + + + + + + + + +
Compatibility:Apache Ant version 1.5.1
URL:http://smartanalyzer.sourceforge.net/
Contact:support at sourceforge project page
License:GNU General Public Licence (GPL)
+
+

The styler task makes useful combinations of XSLT transformations