Return-Path: Delivered-To: apmail-ant-notifications-archive@minotaur.apache.org Received: (qmail 96562 invoked from network); 7 May 2009 08:54:07 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 7 May 2009 08:54:07 -0000 Received: (qmail 91707 invoked by uid 500); 7 May 2009 08:54:07 -0000 Delivered-To: apmail-ant-notifications-archive@ant.apache.org Received: (qmail 91638 invoked by uid 500); 7 May 2009 08:54:07 -0000 Mailing-List: contact notifications-help@ant.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@ant.apache.org Delivered-To: mailing list notifications@ant.apache.org Received: (qmail 91629 invoked by uid 99); 7 May 2009 08:54:07 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 07 May 2009 08:54:07 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 07 May 2009 08:53:59 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id C66C023889BB; Thu, 7 May 2009 08:53:37 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r772556 - in /ant/core/trunk/docs/manual: CoreTasks/ OptionalTasks/ Date: Thu, 07 May 2009 08:53:37 -0000 To: notifications@ant.apache.org From: bodewig@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20090507085337.C66C023889BB@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: bodewig Date: Thu May 7 08:53:35 2009 New Revision: 772556 URL: http://svn.apache.org/viewvc?rev=772556&view=rev Log: we keep adding attributes to fileset but not to MatchingTask, so don't lie. Related to PR 46738 Modified: ant/core/trunk/docs/manual/CoreTasks/copydir.html ant/core/trunk/docs/manual/CoreTasks/fixcrlf.html ant/core/trunk/docs/manual/CoreTasks/jar.html ant/core/trunk/docs/manual/CoreTasks/javac.html ant/core/trunk/docs/manual/CoreTasks/replace.html ant/core/trunk/docs/manual/CoreTasks/rmic.html ant/core/trunk/docs/manual/CoreTasks/zip.html ant/core/trunk/docs/manual/OptionalTasks/cab.html ant/core/trunk/docs/manual/OptionalTasks/depend.html ant/core/trunk/docs/manual/OptionalTasks/image.html ant/core/trunk/docs/manual/OptionalTasks/native2ascii.html ant/core/trunk/docs/manual/OptionalTasks/netrexxc.html ant/core/trunk/docs/manual/OptionalTasks/renameextensions.html Modified: ant/core/trunk/docs/manual/CoreTasks/copydir.html URL: http://svn.apache.org/viewvc/ant/core/trunk/docs/manual/CoreTasks/copydir.html?rev=772556&r1=772555&r2=772556&view=diff ============================================================================== --- ant/core/trunk/docs/manual/CoreTasks/copydir.html (original) +++ ant/core/trunk/docs/manual/CoreTasks/copydir.html Thu May 7 08:53:35 2009 @@ -39,7 +39,7 @@ href="../dirtasks.html#directorybasedtasks">directory based tasks, on how the inclusion/exclusion of files works, and how to write patterns.

This task forms an implicit FileSet and -supports all attributes of <fileset> +supports most attributes of <fileset> (dir becomes src) as well as the nested <include>, <exclude> and <patternset> elements.

Modified: ant/core/trunk/docs/manual/CoreTasks/fixcrlf.html URL: http://svn.apache.org/viewvc/ant/core/trunk/docs/manual/CoreTasks/fixcrlf.html?rev=772556&r1=772555&r2=772556&view=diff ============================================================================== --- ant/core/trunk/docs/manual/CoreTasks/fixcrlf.html (original) +++ ant/core/trunk/docs/manual/CoreTasks/fixcrlf.html Thu May 7 08:53:35 2009 @@ -48,7 +48,7 @@

This task forms an implicit FileSet and - supports all attributes of <fileset> + supports most attributes of <fileset> (dir becomes srcdir) as well as the nested <include>, <exclude> and <patternset> elements. Modified: ant/core/trunk/docs/manual/CoreTasks/jar.html URL: http://svn.apache.org/viewvc/ant/core/trunk/docs/manual/CoreTasks/jar.html?rev=772556&r1=772555&r2=772556&view=diff ============================================================================== --- ant/core/trunk/docs/manual/CoreTasks/jar.html (original) +++ ant/core/trunk/docs/manual/CoreTasks/jar.html Thu May 7 08:53:35 2009 @@ -39,7 +39,7 @@ href="../dirtasks.html#directorybasedtasks">directory based tasks, on how the inclusion/exclusion of files works, and how to write patterns.

This task forms an implicit FileSet and -supports all attributes of <fileset> +supports most attributes of <fileset> (dir becomes basedir) as well as the nested <include>, <exclude> and <patternset> elements.

Modified: ant/core/trunk/docs/manual/CoreTasks/javac.html URL: http://svn.apache.org/viewvc/ant/core/trunk/docs/manual/CoreTasks/javac.html?rev=772556&r1=772555&r2=772556&view=diff ============================================================================== --- ant/core/trunk/docs/manual/CoreTasks/javac.html (original) +++ ant/core/trunk/docs/manual/CoreTasks/javac.html Thu May 7 08:53:35 2009 @@ -438,7 +438,7 @@

Parameters specified as nested elements

This task forms an implicit FileSet and -supports all attributes of <fileset> +supports most attributes of <fileset> (dir becomes srcdir) as well as the nested <include>, <exclude> and <patternset> elements.

Modified: ant/core/trunk/docs/manual/CoreTasks/replace.html URL: http://svn.apache.org/viewvc/ant/core/trunk/docs/manual/CoreTasks/replace.html?rev=772556&r1=772555&r2=772556&view=diff ============================================================================== --- ant/core/trunk/docs/manual/CoreTasks/replace.html (original) +++ ant/core/trunk/docs/manual/CoreTasks/replace.html Thu May 7 08:53:35 2009 @@ -139,7 +139,7 @@ "wombat", in the file ${src}/index.html.

Parameters specified as nested elements

This task forms an implicit FileSet and -supports all attributes of <fileset> as well as the +supports most attributes of <fileset> as well as the nested <include>, <exclude> and <patternset> elements.

Since Ant 1.8.0 this task supports any filesystem Modified: ant/core/trunk/docs/manual/CoreTasks/rmic.html URL: http://svn.apache.org/viewvc/ant/core/trunk/docs/manual/CoreTasks/rmic.html?rev=772556&r1=772555&r2=772556&view=diff ============================================================================== --- ant/core/trunk/docs/manual/CoreTasks/rmic.html (original) +++ ant/core/trunk/docs/manual/CoreTasks/rmic.html Thu May 7 08:53:35 2009 @@ -43,7 +43,7 @@ href="../dirtasks.html#directorybasedtasks">directory based tasks, on how the inclusion/exclusion of files works, and how to write patterns.

This task forms an implicit FileSet and -supports all attributes of <fileset> +supports most attributes of <fileset> (dir becomes base) as well as the nested <include>, <exclude> and <patternset> elements.

Modified: ant/core/trunk/docs/manual/CoreTasks/zip.html URL: http://svn.apache.org/viewvc/ant/core/trunk/docs/manual/CoreTasks/zip.html?rev=772556&r1=772555&r2=772556&view=diff ============================================================================== --- ant/core/trunk/docs/manual/CoreTasks/zip.html (original) +++ ant/core/trunk/docs/manual/CoreTasks/zip.html Thu May 7 08:53:35 2009 @@ -39,7 +39,7 @@ href="../dirtasks.html#directorybasedtasks">directory based tasks, on how the inclusion/exclusion of files works, and how to write patterns.

This task forms an implicit FileSet and -supports all attributes of <fileset> +supports most attributes of <fileset> (dir becomes basedir) as well as the nested <include>, <exclude> and <patternset> elements.

Modified: ant/core/trunk/docs/manual/OptionalTasks/cab.html URL: http://svn.apache.org/viewvc/ant/core/trunk/docs/manual/OptionalTasks/cab.html?rev=772556&r1=772555&r2=772556&view=diff ============================================================================== --- ant/core/trunk/docs/manual/OptionalTasks/cab.html (original) +++ ant/core/trunk/docs/manual/OptionalTasks/cab.html Thu May 7 08:53:35 2009 @@ -37,7 +37,7 @@ tasks, on how the inclusion/exclusion of files works, and how to write patterns.

This task forms an implicit FileSet and -supports all attributes of <fileset> +supports most attributes of <fileset> (dir becomes basedir) as well as the nested <include>, <exclude> and <patternset> elements.

Modified: ant/core/trunk/docs/manual/OptionalTasks/depend.html URL: http://svn.apache.org/viewvc/ant/core/trunk/docs/manual/OptionalTasks/depend.html?rev=772556&r1=772555&r2=772556&view=diff ============================================================================== --- ant/core/trunk/docs/manual/OptionalTasks/depend.html (original) +++ ant/core/trunk/docs/manual/OptionalTasks/depend.html Thu May 7 08:53:35 2009 @@ -180,7 +180,7 @@

Additionally, this task forms an implicit FileSet -and supports all attributes of +and supports most attributes of <fileset> (dir becomes srcdir), as well as the nested <include>, <exclude>, and <patternset> elements. Modified: ant/core/trunk/docs/manual/OptionalTasks/image.html URL: http://svn.apache.org/viewvc/ant/core/trunk/docs/manual/OptionalTasks/image.html?rev=772556&r1=772555&r2=772556&view=diff ============================================================================== --- ant/core/trunk/docs/manual/OptionalTasks/image.html (original) +++ ant/core/trunk/docs/manual/OptionalTasks/image.html Thu May 7 08:53:35 2009 @@ -120,7 +120,7 @@

Parameters specified as nested elements

This task forms an implicit FileSet and -supports all attributes of <fileset> as well as the +supports most attributes of <fileset> as well as the nested <include>, <exclude> and <patternset> elements.

Modified: ant/core/trunk/docs/manual/OptionalTasks/native2ascii.html URL: http://svn.apache.org/viewvc/ant/core/trunk/docs/manual/OptionalTasks/native2ascii.html?rev=772556&r1=772555&r2=772556&view=diff ============================================================================== --- ant/core/trunk/docs/manual/OptionalTasks/native2ascii.html (original) +++ ant/core/trunk/docs/manual/OptionalTasks/native2ascii.html Thu May 7 08:53:35 2009 @@ -51,7 +51,7 @@

This task forms an implicit File Set, - and supports all attributes of <fileset> + and supports most attributes of <fileset> (dir becomes src) as well as nested <include>, <exclude>, and <patternset> elements. Modified: ant/core/trunk/docs/manual/OptionalTasks/netrexxc.html URL: http://svn.apache.org/viewvc/ant/core/trunk/docs/manual/OptionalTasks/netrexxc.html?rev=772556&r1=772555&r2=772556&view=diff ============================================================================== --- ant/core/trunk/docs/manual/OptionalTasks/netrexxc.html (original) +++ ant/core/trunk/docs/manual/OptionalTasks/netrexxc.html Thu May 7 08:53:35 2009 @@ -48,7 +48,7 @@ href="../dirtasks.html#directorybasedtasks">directory based tasks, on how the inclusion/exclusion of files works, and how to write patterns.

This task forms an implicit FileSet and -supports all attributes of <fileset> +supports most attributes of <fileset> (dir becomes srcdir) as well as the nested <include>, <exclude> and <patternset> elements.

Modified: ant/core/trunk/docs/manual/OptionalTasks/renameextensions.html URL: http://svn.apache.org/viewvc/ant/core/trunk/docs/manual/OptionalTasks/renameextensions.html?rev=772556&r1=772555&r2=772556&view=diff ============================================================================== --- ant/core/trunk/docs/manual/OptionalTasks/renameextensions.html (original) +++ ant/core/trunk/docs/manual/OptionalTasks/renameextensions.html Thu May 7 08:53:35 2009 @@ -38,7 +38,7 @@ directory based tasks, on how the inclusion/exclusion of files works, and how to write patterns. This task forms an implicit FileSet and -supports all attributes of <fileset> +supports most attributes of <fileset> (dir becomes srcDir) as well as the nested <include>, <exclude> and <patternset> elements.