diff options
author | Stefan Bodewig <bodewig@apache.org> | 2000-07-19 13:00:46 +0000 |
---|---|---|
committer | Stefan Bodewig <bodewig@apache.org> | 2000-07-19 13:00:46 +0000 |
commit | 3e3008a15b43ba87249ec8342bd5c944185ca026 (patch) | |
tree | 373125c0b72b867bf682b477ae302db83412f1de /bootstrap.sh | |
parent | 3e49b015c51a6c6deaedf791ad96a464af3b0454 (diff) | |
download | ant-3e3008a15b43ba87249ec8342bd5c944185ca026.tar.gz |
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
Diffstat (limited to 'bootstrap.sh')
-rwxr-xr-x | bootstrap.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bootstrap.sh b/bootstrap.sh index 3c171f3c7..00fd4a360 100755 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -39,6 +39,7 @@ echo ... Compiling Ant Classes javac -d ${CLASSDIR} ${TOOLS}/tar/*.java javac -d ${CLASSDIR} ${TOOLS}/ant/*.java +javac -d ${CLASSDIR} ${TOOLS}/ant/types/*.java javac -d ${CLASSDIR} ${TOOLS}/ant/taskdefs/*.java echo ... Copying Required Files |