Stefan Bodewig
e47b4d5aca
Make Execute work for arguments containing spaces under JDK 1.1 under
Windows (where Runtime.exec() doesn't quote them properly).
Submitted by: Adam Murdoch <adammurdoch@yahoo.com>
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268045 13f79535-47bb-0310-9956-ffa450edef68
25 years ago
Stefan Bodewig
4fbcfdedaf
Treat OS/2 like Win NT with regard to <exec>'s dir attribute.
PR: #126 (Bug #33 )
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268004 13f79535-47bb-0310-9956-ffa450edef68
25 years ago
Stefan Bodewig
10c41029ae
The real patch for exec and JDK 1.3.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@267903 13f79535-47bb-0310-9956-ffa450edef68
25 years ago
Stefan Bodewig
29cf33f78f
Mac patches to Execute (regarding working directory).
Submitted by: beard@netscape.com (Patrick Beard)
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@267881 13f79535-47bb-0310-9956-ffa450edef68
25 years ago
Stefan Bodewig
c2077d52dd
Javadoc doesn't extend Exec any longer.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@267862 13f79535-47bb-0310-9956-ffa450edef68
25 years ago
Conor MacNeill
0b389735d0
Recognize Windows 2000 for ther purposes of exec (so that it behaves
in the same manner as NT)
Submitted by: Robert Watkins <robert.watkins@mincom.com>
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@267860 13f79535-47bb-0310-9956-ffa450edef68
25 years ago
Stefan Bodewig
61320f305f
Reworked the <exec> and (now so called) <execon> tasks.
Submitted by: Mariusz Nowostawski <mariusz@marni.otago.ac.nz>
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@267834 13f79535-47bb-0310-9956-ffa450edef68
25 years ago
Stefan Bodewig
3e3008a15b
New Execution Framework.
This new framework should ease development of tasks that need to
execute external processes.
<exec> now invokes ExecTask, a reimplementation of Exec that uses the
new framework but has some additional features.
Submitted by: Thomas Hass <thomas.haas@softwired-inc.com>
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@267799 13f79535-47bb-0310-9956-ffa450edef68
26 years ago