Hoss Man (JIRA) wrote:
> duplicate package.html files in queryParser and analsysis.cn packages
> ---------------------------------------------------------------------
>
>                  Key: LUCENE-1862
>                  URL: https://issues.apache.org/jira/browse/LUCENE-1862
>              Project: Lucene - Java
>           Issue Type: Bug
>             Reporter: Hoss Man
>              Fix For: 2.9
>
>
> These files conflict with eachother when building the javadocs. there can be 
> only one (of each) ...
>
> {code}
> hoss...@brunner:~/lucene/java$ find src contrib -name package.html | perl 
> -ple 's{.*src/java/}{}' | sort | uniq -c | grep -v " 1 "
>    2 org/apache/lucene/analysis/cn/package.html
>    2 org/apache/lucene/queryParser/package.html
> hoss...@brunner:~/lucene/java$ find src contrib -path 
> \*queryParser/package.html
> src/java/org/apache/lucene/queryParser/package.html
> contrib/queryparser/src/java/org/apache/lucene/queryParser/package.html
> hoss...@brunner:~/lucene/java$ find src contrib -path \*cn/package.html
> contrib/analyzers/common/src/java/org/apache/lucene/analysis/cn/package.html
> contrib/analyzers/smartcn/src/java/org/apache/lucene/analysis/cn/package.html
> {code}
>
>
>
>   
Thanks for the help finishing up the javadoc cleanup Hoss - we almost
have a clean javadoc run - which is fantastic, because I didn't think it
was going to be possible. I think its just this and 1863 and the run is
clean.

-- 
- Mark

http://www.lucidimagination.com




---------------------------------------------------------------------
To unsubscribe, e-mail: java-dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: java-dev-h...@lucene.apache.org

Reply via email to