From 1f334e3a60334a68a9856dfe0ab21aa9cbc0bd4c Mon Sep 17 00:00:00 2001
From: Gintas Grigelionis Sets a property if a resource is available at runtime. This resource can be a file, a directory,
+ Sets a property if a resource is available at run time. This resource can be a file, a directory,
a class in the classpath, or a JVM system resource. If the resource is present, the property value is set to Since Ant 1.8.2 This task is provided for the purpose of allowing the user to install a different ProjectHelper
-at runtime.Available
Description
-true
by default; otherwise, the
property is not set. You can set the value to something other than the default by specifying
diff --git a/manual/Tasks/projecthelper.html b/manual/Tasks/projecthelper.html
index 46d17b3db..731b3e8b3 100644
--- a/manual/Tasks/projecthelper.html
+++ b/manual/Tasks/projecthelper.html
@@ -28,7 +28,7 @@
Description
The helpers will be added after all the already registered helpers, but before the default one
(ProjectHelper2
)
See the description of Apache Ant's Project Helper for more diff --git a/manual/Tasks/propertyhelper.html b/manual/Tasks/propertyhelper.html index 64ed2c7e5..7c59e7405 100644 --- a/manual/Tasks/propertyhelper.html +++ b/manual/Tasks/propertyhelper.html @@ -28,7 +28,7 @@
Since Ant 1.8.0
This task is provided for the purpose of allowing the user to (a) install a
-different PropertyHelper
at runtime, or (b) (hopefully more often)
+different PropertyHelper
at run time, or (b) (hopefully more often)
install one or more PropertyHelper
Delegates into
the PropertyHelper
active on the
current Project
. This is somewhat advanced Apache Ant usage and assumes a
diff --git a/manual/Tasks/rmic.html b/manual/Tasks/rmic.html
index 1ffdfbdc5..cd3247af8 100644
--- a/manual/Tasks/rmic.html
+++ b/manual/Tasks/rmic.html
@@ -229,8 +229,8 @@ either while running Java 11+ unless you fork the task and explicitly specify an
parent directory for any source files AND the output directory.
setXXX()
- methods, at runtime.addText()
method, at runtime.addText()
method, at run time.
setXXX()
methods, at runtime.setXXX()
methods, at run time.
addConfiguredXXX()
methods, those methods get invoked now.execute()
is called at runtime. If target1+
execute()
is called at run time. If target1and
target2both depend on
target3, then running ant target1 target2 will run all tasks in
target3twice.
Properties are key-value pairs where Apache Ant tries to expand ${key}
- to value
at runtime.
value
at run time.
There are many tasks that can set properties, the most common one is the property task. In addition properties can be defined diff --git a/manual/tasksoverview.html b/manual/tasksoverview.html index 7e69b5103..d4ef43087 100644 --- a/manual/tasksoverview.html +++ b/manual/tasksoverview.html @@ -854,7 +854,7 @@ documentation.
Sets a property if a specified file, directory, class in the classpath, or JVM system resource is available at - runtime.