Return-Path: Delivered-To: apmail-jakarta-ant-dev-archive@apache.org Received: (qmail 97771 invoked from network); 8 Aug 2002 07:48:57 -0000 Received: from unknown (HELO nagoya.betaversion.org) (192.18.49.131) by daedalus.apache.org with SMTP; 8 Aug 2002 07:48:57 -0000 Received: (qmail 18298 invoked by uid 97); 8 Aug 2002 07:49:29 -0000 Delivered-To: qmlist-jakarta-archive-ant-dev@jakarta.apache.org Received: (qmail 18223 invoked by uid 97); 8 Aug 2002 07:49:27 -0000 Mailing-List: contact ant-dev-help@jakarta.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 ant-dev@jakarta.apache.org Received: (qmail 18210 invoked by uid 97); 8 Aug 2002 07:49:27 -0000 X-Antivirus: nagoya (v4198 created Apr 24 2002) Date: 8 Aug 2002 07:48:47 -0000 Message-ID: <20020808074847.7298.qmail@icarus.apache.org> From: bodewig@apache.org To: jakarta-ant-cvs@apache.org Subject: cvs commit: jakarta-ant/docs/manual/CoreTypes selectors-program.html selectors.html X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N bodewig 2002/08/08 00:48:46 Modified: docs/manual/CoreTypes Tag: ANT_15_BRANCH selectors-program.html selectors.html Log: merge corrections of selector docs to 1.5 branch Revision Changes Path No revision No revision 1.1.2.3 +4 -4 jakarta-ant/docs/manual/CoreTypes/selectors-program.html Index: selectors-program.html =================================================================== RCS file: /home/cvs/jakarta-ant/docs/manual/CoreTypes/selectors-program.html,v retrieving revision 1.1.2.2 retrieving revision 1.1.2.3 diff -u -r1.1.2.2 -r1.1.2.3 --- selectors-program.html 29 May 2002 14:46:05 -0000 1.1.2.2 +++ selectors-program.html 8 Aug 2002 07:48:46 -0000 1.1.2.3 @@ -91,7 +91,7 @@ isSelected() method call validate() and a BuildException will be thrown with the contents of your error message. The validate() method also gives you a - last change to check your settings for consistency because it + last chance to check your settings for consistency because it calls verifySettings(). Override this method and call setError() within it if you detect any problems in how your selector is set up.

@@ -133,9 +133,9 @@

-
-

Copyright © 2002 Apache Software -Foundation. All rights Reserved.

+
+

Copyright © 2002 Apache Software + Foundation. All rights Reserved.

1.1.2.6 +12 -11 jakarta-ant/docs/manual/CoreTypes/selectors.html Index: selectors.html =================================================================== RCS file: /home/cvs/jakarta-ant/docs/manual/CoreTypes/selectors.html,v retrieving revision 1.1.2.5 retrieving revision 1.1.2.6 diff -u -r1.1.2.5 -r1.1.2.6 --- selectors.html 12 Jul 2002 21:05:56 -0000 1.1.2.5 +++ selectors.html 8 Aug 2002 07:48:46 -0000 1.1.2.6 @@ -23,21 +23,21 @@ contain other selectors, and these are called Selector Containers. There is also a category of selectors that allow - user-defined extensions, called + user-defined extensions, called Custom Selectors. The ones built in to Ant are called Core Selectors.

- +

Core Selectors

Core selectors are the ones that come standard with Ant. They can be used within a fileset and can be contained within Selector Containers.

- +

The core selectors are:

- +
  • <contains> - Select files that contain a particular text string @@ -173,7 +173,7 @@

    Depend Selector

    The <depend> tag selects files - whose last modified date is later than another, equivalent file in + whose last modified date is later than another, equivalent file in another location.

    The <depend> tag supports the use of a @@ -216,7 +216,7 @@ </fileset> -

    Selects all the Java source files which were modified in the +

    Selects all the Java source files which were modified in the 1.5 release.

    @@ -622,7 +622,7 @@ </fileset> -

    Selects all the files in the top directory along with all the +

    Selects all the files in the top directory along with all the image files below it.

    @@ -631,7 +631,8 @@

    Selector Reference

    The <selector> tag is used to create selectors - that can be reused through references. It should be used outside of + that can be reused through references. It is the only selector which can + be used outside of any target, as an element of the <project> tag. It can contain only one other selector, but of course that selector can be a container. @@ -766,9 +767,9 @@

    For more details concerning writing your own selectors, consult Programming Selectors in Ant.

    -
    -

    Copyright © 2002 Apache Software -Foundation. All rights Reserved.

    +
    +

    Copyright © 2002 Apache Software + Foundation. All rights Reserved.

    -- To unsubscribe, e-mail: For additional commands, e-mail: