From a8c6fe2bd68333935b02169af8a45dfb5afe40ac Mon Sep 17 00:00:00 2001
From: Peter Reilly lib/myjar.jar
),
or a simple filename (eg., myjar.jar
).
will set
<basename property="cmdname" file="D:/usr/local/foo.exe"
- suffix=".exe"/>
+ suffix=".exe"/>
cmdname
to foo
.
diff --git a/docs/manual/CoreTasks/chmod.html b/docs/manual/CoreTasks/chmod.html
index 2f779e3de..a87dc70cf 100644
--- a/docs/manual/CoreTasks/chmod.html
+++ b/docs/manual/CoreTasks/chmod.html
@@ -99,14 +99,14 @@ href="../CoreTypes/filelist.html">filelists.
-+-
<chmod file="${dist}/start.sh" perm="ugo+rx"/>
+<chmod file="${dist}/start.sh" perm="ugo+rx"/> +
makes the "start.sh" file readable and executable for anyone on a UNIX system.
--+-
<chmod file="${dist}/start.sh" perm="700"/>
+<chmod file="${dist}/start.sh" perm="700"/> +
makes the "start.sh" file readable, writable and executable only for the owner on a UNIX system.
@@ -145,7 +145,7 @@ permissions. </dirset> </chmod> -blockquote> +
keeps non-owners from touching cgi scripts, files with a .old
extension or directories beginning with private_
. A directory