LUCENE-3006: die javadoc warnings die (modules/ edition)

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1087830 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Steven Rowe 2011-04-01 17:43:24 +00:00
parent 7175a8502b
commit 14eb02ffa4
2 changed files with 26 additions and 1 deletions

View File

@ -137,4 +137,28 @@ are part of the ICU4C package. See http://site.icu-project.org/ </echo>
<m2-deploy-with-pom-template pom.xml="lib/lucene-icu4j-pom.xml.template"
jar.file="lib/icu4j-4_6.jar" />
</target>
<target name="javadocs" depends="compile-core">
<sequential>
<mkdir dir="${javadoc.dir}/contrib-${name}"/>
<path id="javadoc.classpath">
<path refid="classpath"/>
<pathelement location="${ant.home}/lib/ant.jar"/>
<fileset dir=".">
<exclude name="build/**/*.jar"/>
<include name="**/lib/*.jar"/>
</fileset>
</path>
<invoke-javadoc
destdir="${javadoc.dir}/contrib-${name}"
title="${Name} ${version} contrib-${name} API">
<sources>
<link href="../contrib-analyzers-common"/>
<link href=""/>
<packageset dir="${src.dir}"/>
</sources>
</invoke-javadoc>
<jarify basedir="${javadoc.dir}/contrib-${name}" destfile="${build.dir}/${final.name}-javadoc.jar"/>
</sequential>
</target>
</project>

View File

@ -43,7 +43,8 @@ import org.apache.lucene.document.Field;
* <p>
* The format of the output is set according to the output file extension.
* Compression is recommended when the output file is expected to be large.
* See info on file extensions in {@link StreamUtils.Type}
* See info on file extensions in
* {@link org.apache.lucene.benchmark.byTask.utils.StreamUtils.Type}
* <p>
* Supports the following parameters:
* <ul>