This is an automated email from the ASF dual-hosted git repository.
jaikiran pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ant.git
The following commit(s) were added to refs/heads/master by this push:
new da9079eed Remove references to outdated -Djava.compiler=NONE
da9079eed is described below
commit da9079eed099f9d9ecc0e9d5dda9a040a761aa48
Author: Jaikiran Pai <[email protected]>
AuthorDate: Sat Aug 12 17:26:09 2023 +0530
Remove references to outdated -Djava.compiler=NONE
---
manual/Tasks/antlr.html | 2 +-
manual/Tasks/junit.html | 2 +-
manual/Tasks/junitlauncher.html | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/manual/Tasks/antlr.html b/manual/Tasks/antlr.html
index 8add5c04c..da80ce7b8 100644
--- a/manual/Tasks/antlr.html
+++ b/manual/Tasks/antlr.html
@@ -127,7 +127,7 @@ nested <code><jvmarg></code> attributes, for
example:</p>
<pre>
<antlr target="...">
- <jvmarg value="-Djava.compiler=NONE"/>
+ <jvmarg value="-Dfoo=bar"/>
...
</antlr></pre>
diff --git a/manual/Tasks/junit.html b/manual/Tasks/junit.html
index f0e5c95e8..4abb35a27 100644
--- a/manual/Tasks/junit.html
+++ b/manual/Tasks/junit.html
@@ -240,7 +240,7 @@ nested <code><jvmarg></code> elements. For
example:</p>
<pre>
<junit fork="yes">
- <jvmarg value="-Djava.compiler=NONE"/>
+ <jvmarg value="-Dfoo=bar"/>
...
</junit>
</pre>
diff --git a/manual/Tasks/junitlauncher.html b/manual/Tasks/junitlauncher.html
index acecdddd5..29ec62828 100644
--- a/manual/Tasks/junitlauncher.html
+++ b/manual/Tasks/junitlauncher.html
@@ -651,7 +651,7 @@ The <code>fork</code> element allows the following nested
elements:
</p>
<pre>
<fork ...>
- <jvmarg value="-Djava.compiler=NONE"/>
+ <jvmarg value="-Dfoo=bar"/>
...
</fork>
</pre>