This is an automated email from the ASF dual-hosted git repository. paulk pushed a commit to branch GROOVY_3_0_X in repository https://gitbox.apache.org/repos/asf/groovy.git
commit 698481038def8e15798c33c415138bbeb16eeb1a Author: Paul King <[email protected]> AuthorDate: Mon Jul 6 20:27:09 2020 +1000 fix asciidoc warnings --- subprojects/groovy-ant/src/spec/doc/ant-builder.adoc | 4 ++-- subprojects/groovy-ant/src/spec/doc/groovy-ant-task.adoc | 6 ++++-- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/subprojects/groovy-ant/src/spec/doc/ant-builder.adoc b/subprojects/groovy-ant/src/spec/doc/ant-builder.adoc index 480c94c..0d797f1 100644 --- a/subprojects/groovy-ant/src/spec/doc/ant-builder.adoc +++ b/subprojects/groovy-ant/src/spec/doc/ant-builder.adoc @@ -19,13 +19,13 @@ ////////////////////////////////////////// -[[title-heading]] +[[antbuilder]] = AntBuilder [NOTE] Here we describe `AntBuilder` which lets you write Ant build scripts in Groovy rather than XML. You may also be interested in using Groovy -from Ant using the <<groovy-ant-task.adoc#title-heading,Groovy Ant task>>. +from Ant using the <<groovy-ant-task.adoc#ThegroovyAntTask-groovyc,Groovy Ant task>>. Despite being primarily a build tool, http://ant.apache.org/[Apache Ant] is a very practical tool for manipulating files including zip files, copy, resource processing, and more. diff --git a/subprojects/groovy-ant/src/spec/doc/groovy-ant-task.adoc b/subprojects/groovy-ant/src/spec/doc/groovy-ant-task.adoc index cea3333..cb44801 100644 --- a/subprojects/groovy-ant/src/spec/doc/groovy-ant-task.adoc +++ b/subprojects/groovy-ant/src/spec/doc/groovy-ant-task.adoc @@ -19,16 +19,18 @@ ////////////////////////////////////////// -[[title-heading]] = The <groovy> Ant Task +[[ThegroovyAntTask-groovyc]] +== `<groovy>` + [NOTE] Here we describe an Ant task for using Groovy from within an Ant build file. You may also be interested in Ant's built-in https://ant.apache.org/manual/Tasks/script.html[`script`] task which supports Groovy and other languages, or -<<ant-builder.adoc#title-heading,`AntBuilder`>> which lets you write Ant build scripts +<<ant-builder.adoc#antbuilder,`AntBuilder`>> which lets you write Ant build scripts in Groovy rather than XML. Executes a series of Groovy statements from http://ant.apache.org/[Apache Ant].
