mirror of https://github.com/apache/lucene.git
- cleaning up some more files for the test target
- trying to generate the docs with ant installed and not the script and am having no luck. PR: Obtained from: Submitted by: Reviewed by: git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@149581 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
4fc06ae583
commit
f62bf88dbc
|
@ -211,6 +211,7 @@
|
|||
<available
|
||||
classname="org.apache.velocity.anakia.AnakiaTask"
|
||||
property="AnakiaTask.present"
|
||||
classpathref="classpath"
|
||||
/>
|
||||
</target>
|
||||
|
||||
|
@ -222,7 +223,13 @@
|
|||
</target>
|
||||
|
||||
<target name="docs" depends="prepare-error" if="AnakiaTask.present">
|
||||
<taskdef name="anakia" classname="org.apache.velocity.anakia.AnakiaTask"/>
|
||||
<taskdef
|
||||
name="anakia"
|
||||
classname="org.apache.velocity.anakia.AnakiaTask"
|
||||
>
|
||||
<classpath refid="classpath"/>
|
||||
</taskdef>
|
||||
|
||||
<anakia
|
||||
basedir="${docs.src}"
|
||||
destdir="${docs.dest}/"
|
||||
|
|
Loading…
Reference in New Issue