mirror of https://github.com/apache/ant-ivy
fix asciidoctor task classpath
This commit is contained in:
parent
004a67fccc
commit
910fe14820
|
|
@ -183,7 +183,7 @@
|
|||
<mkdir dir="${build.dir}/asciidoc-lib/classes" />
|
||||
<ivy:retrieve organisation="org.asciidoctor" module="asciidoctor-ant" revision="1.5.4" inline="true" pattern="${build.dir}/asciidoc-lib/jars/[artifact].[ext]" conf="default" />
|
||||
<unzip src="${build.dir}/asciidoc-lib/jars/asciidoctor-ant.jar" dest="${build.dir}/asciidoc-lib/classes" />
|
||||
<taskdef uri="antlib:org.asciidoctor.ant" resource="org/asciidoctor/ant/antlib.xml" classpathref="asciidoctor.path">
|
||||
<taskdef uri="antlib:org.asciidoctor.ant" resource="org/asciidoctor/ant/antlib.xml">
|
||||
<classpath>
|
||||
<pathelement location="${build.dir}/asciidoc-extensions/classes" />
|
||||
<pathelement location="${build.dir}/asciidoc-lib/classes" />
|
||||
|
|
|
|||
Loading…
Reference in New Issue