You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ant.apache.org by bo...@apache.org on 2016/01/05 17:17:43 UTC

ant git commit: extension is ignored when both in and out are given

Repository: ant
Updated Branches:
  refs/heads/master 7051493ef -> e7d5d49db


extension is ignored when both in and out are given

http://stackoverflow.com/questions/34588194/attribute-extension-in-xslt-task-doesnt-work


Project: http://git-wip-us.apache.org/repos/asf/ant/repo
Commit: http://git-wip-us.apache.org/repos/asf/ant/commit/e7d5d49d
Tree: http://git-wip-us.apache.org/repos/asf/ant/tree/e7d5d49d
Diff: http://git-wip-us.apache.org/repos/asf/ant/diff/e7d5d49d

Branch: refs/heads/master
Commit: e7d5d49dbb68caac23d3138064c8904b82b681cc
Parents: 7051493
Author: Stefan Bodewig <bo...@apache.org>
Authored: Tue Jan 5 17:17:05 2016 +0100
Committer: Stefan Bodewig <bo...@apache.org>
Committed: Tue Jan 5 17:17:05 2016 +0100

----------------------------------------------------------------------
 manual/Tasks/style.html | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ant/blob/e7d5d49d/manual/Tasks/style.html
----------------------------------------------------------------------
diff --git a/manual/Tasks/style.html b/manual/Tasks/style.html
index f02b98e..a1b9f2d 100644
--- a/manual/Tasks/style.html
+++ b/manual/Tasks/style.html
@@ -92,7 +92,8 @@ element which is used to perform Entity and URI resolution.</p>
     <td valign="top">extension</td>
     <td valign="top">desired file extension to be used for the targets. If not
       specified, the default is &quot;.html&quot;.  Will be ignored if
-      a nested <code>&lt;mapper&gt;</code> has been specified.</td>
+      a nested <code>&lt;mapper&gt;</code> or both <code>in</code> and
+      <code>out</code> have been specified.</td>
     <td align="center" valign="top">No</td>
   </tr>
   <tr>