From 21eb88b560f2395f35fcfae3be3c65fcababeb36 Mon Sep 17 00:00:00 2001
From: Stefan Bodewig
Date: Thu, 27 Mar 2003 13:14:31 +0000
Subject: [PATCH] Add a forwardslash attribute to
Submitted by: Zdenek Wagner
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274322 13f79535-47bb-0310-9956-ffa450edef68
---
WHATSNEW | 5 +++++
docs/manual/CoreTasks/apply.html | 10 +++++++++-
.../apache/tools/ant/taskdefs/ExecuteOn.java | 19 ++++++++++++++++++-
3 files changed, 32 insertions(+), 2 deletions(-)
diff --git a/WHATSNEW b/WHATSNEW
index 2c8a045a7..98e8e0fd5 100644
--- a/WHATSNEW
+++ b/WHATSNEW
@@ -179,6 +179,11 @@ Other changes:
* New task that synchronizes two directory trees.
+* has new forwardslash attribute that can force filenames to
+ use forward slashes (/) as file separators even on platforms with a
+ different separator. This is useful if you want to run certain
+ ported Unix tools.
+
Changes from Ant 1.5.2 to Ant 1.5.3
===================================
diff --git a/docs/manual/CoreTasks/apply.html b/docs/manual/CoreTasks/apply.html
index 92d845a0d..78e025cf2 100644
--- a/docs/manual/CoreTasks/apply.html
+++ b/docs/manual/CoreTasks/apply.html
@@ -57,6 +57,14 @@ one mapper.
the dest attribute for target files).
No, default is false |
+
+ forwardslash |
+ whether the absolute file names should be passed
+ with forward slashes even if the operating system requires other
+ file separator. The option is ignored if the system file separator
+ is a forward slash. |
+ No, default is false |
+
os |
list of Operating Systems on which the command may be
@@ -220,7 +228,7 @@ of all files separated by spaces.
.o , replacing TARGETFILE with the absolute filename of
the .o and SOURCEFILE with the absolute name of the
.c file.
-
Copyright © 2000-2002 Apache Software Foundation. All rights
+
Copyright © 2000-2003 Apache Software Foundation. All rights
Reserved.
|