summaryrefslogtreecommitdiff
path: root/manual/Tasks/java.html
diff options
context:
space:
mode:
authorGintas Grigelionis <gintas@apache.org>2018-03-04 15:17:41 +0100
committerGintas Grigelionis <gintas@apache.org>2018-03-04 15:17:41 +0100
commit3ba058c3b54d5c4799f6c4114a4aa603ae8d9829 (patch)
tree66fe0e46f5841c39b64ae064333b567a47b1f42e /manual/Tasks/java.html
parent34ef3390094ebee20d04217b1af993785061f732 (diff)
downloadant-3ba058c3b54d5c4799f6c4114a4aa603ae8d9829.tar.gz
Place novelty information for tasks and elements prominently and uniformly
Diffstat (limited to 'manual/Tasks/java.html')
-rw-r--r--manual/Tasks/java.html17
1 files changed, 9 insertions, 8 deletions
diff --git a/manual/Tasks/java.html b/manual/Tasks/java.html
index 01b3759e4..46459c3c6 100644
--- a/manual/Tasks/java.html
+++ b/manual/Tasks/java.html
@@ -225,23 +225,23 @@ for <a href="exec.html#env">environment variables</a>.</p>
<h4>syspropertyset</h4>
+<p><em>Since Ant 1.6</em>.</p>
+
<p>You can specify a set of properties to be used as system properties
with <a href="../Types/propertyset.html">syspropertyset</a>s.</p>
-<p><em>since Ant 1.6</em>.</p>
-
<h4>classpath</h4>
<p><code>Java</code>'s <var>classpath</var> attribute is a <a href="../using.html#path">path-like
structure</a> and can also be set via a nested <code>classpath</code> element.</p>
<h4>bootclasspath</h4>
+<p><em>Since Ant 1.6</em>.</p>
+
<p>The location of bootstrap class files can be specified using
this <a href="../using.html#path">path-like structure</a>&mdash;will be ignored if <var>fork</var>
is not <q>true</q> or the target JVM doesn't support it (i.e. Java 1.1).</p>
-<p><em>since Ant 1.6</em>.</p>
-
<h4>env</h4>
<p>It is possible to specify environment variables to pass to the forked JVM via
nested <code>env</code> elements. See the description in the section
@@ -249,6 +249,9 @@ about <a href="exec.html#env">exec</a></p>
<p>Settings will be ignored if <var>fork</var> is <q>false</q>.</p>
<h4>permissions</h4>
+
+<p><em>Since Ant 1.6</em>.</p>
+
<p>Security permissions can be revoked and granted during the execution of the class via a
nested <code>permissions</code> element. For more information please
see <a href="../Types/permissions.html">permissions</a>.</p>
@@ -261,17 +264,15 @@ indicated by <var>failonerror</var>. All permissions not granted per default wil
whatever security manager was already in place. <code>exitVM</code> will be disallowed.</p>
<p>Settings will be ignored if <var>fork</var> is <q>true</q>.</p>
-<p><em>since Ant 1.6</em>.</p>
-
<h4>assertions</h4>
+<p><em>Since Ant 1.6</em>.</p>
+
<p>You can control enablement of Java 1.4 assertions with
an <a href="../Types/assertions.html"><code>&lt;assertions&gt;</code></a> subelement.</p>
<p>Assertion statements are currently ignored in non-forked mode.</p>
-<p><em>since Ant 1.6</em>.</p>
-
<h4 id="redirector">redirector</h4>
<em>Since Ant 1.6.2</em>
<p>A nested <a href="../Types/redirector.html">I/O Redirector</a> can be specified. In general, the