The problem is the javadocs-all target from the top-level. There is a hack for analysis-extras (to pull in its lucene-libs). I duplicated the hack for uima, as well as the comment that surely came from Uwe (sorry, it fixes the problem)
On Thu, Mar 22, 2012 at 5:52 PM, Tommaso Teofili <[email protected]> wrote: > having a quick look the problem may be in he > <pathelement path="${analyzers-uima.jar}"/> > classpath entry which doesn't get resolved correctly for some reason. > I'm however giving a deeper look now. > Tommaso > > > 2012/3/22 Dawid Weiss <[email protected]> >> >> Run with ant -verbose and see what parameters get passed as classpath? >> >> Dawid >> >> On Thu, Mar 22, 2012 at 8:20 PM, Robert Muir <[email protected]> wrote: >> > Ive noticed this recently too (only in trunk). just last release cycle >> > i added the 'top-level javadocs task'. >> > >> > The reason for this is that I like to run it before I commit. (right >> > after ant test). >> > >> > But lately this doesnt work (which is frustrating), I'm sure its just >> > a silly classpath issue or something. Other contribs javadocs work >> > fine. >> > >> > On Thu, Mar 22, 2012 at 3:17 PM, Chris Hostetter >> > <[email protected]> wrote: >> >> >> >> : This is as far as I remember a bug in the build scripts. Building >> >> Javadocs >> >> : from inside a contrib seems to be broken... >> >> >> >> I'm not building from inside the contrib ... as i said i was running at >> >> the top level, and in the "solr" directory ... i didn't explicitly try >> >> to >> >> build just the contrib. >> >> >> >> : >> >> : ----- >> >> : Uwe Schindler >> >> : H.-H.-Meier-Allee 63, D-28213 Bremen >> >> : http://www.thetaphi.de >> >> : eMail: [email protected] >> >> : >> >> : >> >> : > -----Original Message----- >> >> : > From: Chris Hostetter [mailto:[email protected]] >> >> : > Sent: Thursday, March 22, 2012 8:09 PM >> >> : > To: Lucene Dev >> >> : > Subject: trunk javadoc failures? >> >> : > >> >> : > >> >> : > I think there must be something wonky with the javadoc "classpath" >> >> (or >> >> : > whatever it's called in javadoc) on trunk when using the java 6 >> >> javadoc. >> >> : > I'm seeing solr/contrib/uima complain a lot about packages/files >> >> not >> >> : existing >> >> : > when using "ant javadoc" (either at the top level or just in solr). >> >> : > >> >> : > is anyone else seeing this?... >> >> : > >> >> : > >> >> : > [javadoc] Constructing Javadoc information... >> >> : > [javadoc] >> >> : > >> >> /home/hossman/lucene/dev/solr/contrib/uima/src/java/org/apache/solr/uima/ >> >> : > analysis/UIMAAnnotationsTokenizerFactory.java:21: >> >> : > package org.apache.lucene.analysis.uima does not exist >> >> : > [javadoc] import >> >> : > org.apache.lucene.analysis.uima.UIMAAnnotationsTokenizer; >> >> : > [javadoc] ^ >> >> : > [javadoc] >> >> : > >> >> /home/hossman/lucene/dev/solr/contrib/uima/src/java/org/apache/solr/uima/ >> >> : > analysis/UIMATypeAwareAnnotationsTokenizerFactory.java:21: >> >> : > package org.apache.lucene.analysis.uima does not exist >> >> : > [javadoc] import >> >> : > org.apache.lucene.analysis.uima.UIMATypeAwareAnnotationsTokenizer; >> >> : > [javadoc] ^ >> >> : > [javadoc] >> >> : > >> >> /home/hossman/lucene/dev/solr/contrib/uima/src/java/org/apache/solr/uima/ >> >> : > processor/UIMAUpdateRequestProcessor.java:26: >> >> : > package org.apache.lucene.analysis.uima.ae does not exist >> >> : > [javadoc] import org.apache.lucene.analysis.uima.ae.AEProvider; >> >> : > [javadoc] ^ >> >> : > [javadoc] >> >> : > >> >> /home/hossman/lucene/dev/solr/contrib/uima/src/java/org/apache/solr/uima/ >> >> : > processor/UIMAUpdateRequestProcessor.java:27: >> >> : > package org.apache.lucene.analysis.uima.ae does not exist >> >> : > [javadoc] import >> >> org.apache.lucene.analysis.uima.ae.AEProviderFactory; >> >> : > [javadoc] ^ >> >> : > [javadoc] >> >> : > >> >> /home/hossman/lucene/dev/solr/contrib/uima/src/java/org/apache/solr/uima/ >> >> : > processor/UIMAUpdateRequestProcessor.java:51: >> >> : > cannot find symbol >> >> : > [javadoc] symbol : class AEProvider >> >> : > [javadoc] location: class >> >> : > org.apache.solr.uima.processor.UIMAUpdateRequestProcessor >> >> : > [javadoc] private AEProvider aeProvider; >> >> : > [javadoc] ^ >> >> : > [javadoc] Standard Doclet version 1.6.0_24 >> >> : > [javadoc] Building tree for all the packages and classes... >> >> : > [javadoc] >> >> : > >> >> /home/hossman/lucene/dev/solr/contrib/uima/src/java/org/apache/solr/uima/ >> >> : > analysis/UIMAAnnotationsTokenizerFactory.java:30: >> >> : > warning - Tag @link: reference not found: UIMAAnnotationsTokenizer >> >> : > [javadoc] >> >> : > >> >> /home/hossman/lucene/dev/solr/contrib/uima/src/java/org/apache/solr/uima/ >> >> : > analysis/UIMATypeAwareAnnotationsTokenizerFactory.java:30: >> >> : > warning - Tag @link: reference not found: >> >> : > UIMATypeAwareAnnotationsTokenizer >> >> : > [javadoc] Generating >> >> : > >> >> /home/hossman/lucene/dev/solr/build/docs/api/org/apache/solr/uima/process >> >> : > or/exception//FieldMappingException.html... >> >> : > [javadoc] Copying file >> >> : > /home/hossman/lucene/dev/solr/core/src/java/doc-files/tutorial.html >> >> to >> >> : > directory /home/hossman/lucene/dev/solr/build/docs/api/doc-files... >> >> : > [javadoc] >> >> : > >> >> /home/hossman/lucene/dev/solr/contrib/uima/src/java/org/apache/solr/uima/ >> >> : > analysis/UIMAAnnotationsTokenizerFactory.java:30: >> >> : > warning - Tag @link: reference not found: UIMAAnnotationsTokenizer >> >> : > [javadoc] >> >> : > >> >> /home/hossman/lucene/dev/solr/contrib/uima/src/java/org/apache/solr/uima/ >> >> : > analysis/UIMATypeAwareAnnotationsTokenizerFactory.java:30: >> >> : > warning - Tag @link: reference not found: >> >> : > UIMATypeAwareAnnotationsTokenizer >> >> : > [javadoc] Generating >> >> : > >> >> /home/hossman/lucene/dev/solr/build/docs/api/org/apache/solr/util//package >> >> : > -summary.html... >> >> : > [javadoc] Copying file >> >> : > >> >> /home/hossman/lucene/dev/solr/core/src/java/org/apache/solr/util/doc- >> >> : > files/min-should-match.html >> >> : > to directory >> >> : > >> >> /home/hossman/lucene/dev/solr/build/docs/api/org/apache/solr/util/doc- >> >> : > files... >> >> : > [javadoc] Generating >> >> : > >> >> /home/hossman/lucene/dev/solr/build/docs/api/serialized-form.html... >> >> : > [javadoc] Copying file >> >> : > >> >> /home/hossman/lucene/dev/lucene/tools/prettify/stylesheet+prettify.css to >> >> : file >> >> : > >> >> /home/hossman/lucene/dev/solr/build/docs/api/stylesheet+prettify.css... >> >> : > [javadoc] >> >> : > >> >> /home/hossman/lucene/dev/solr/contrib/uima/src/java/org/apache/solr/uima/ >> >> : > analysis/UIMAAnnotationsTokenizerFactory.java:30: >> >> : > warning - Tag @link: reference not found: UIMAAnnotationsTokenizer >> >> : > [javadoc] >> >> : > >> >> /home/hossman/lucene/dev/solr/contrib/uima/src/java/org/apache/solr/uima/ >> >> : > analysis/UIMATypeAwareAnnotationsTokenizerFactory.java:30: >> >> : > warning - Tag @link: reference not found: >> >> : > UIMATypeAwareAnnotationsTokenizer >> >> : > [javadoc] >> >> : > >> >> /home/hossman/lucene/dev/solr/contrib/uima/src/java/org/apache/solr/uima/ >> >> : > analysis/UIMAAnnotationsTokenizerFactory.java:30: >> >> : > warning - Tag @link: reference not found: UIMAAnnotationsTokenizer >> >> : > [javadoc] >> >> : > >> >> /home/hossman/lucene/dev/solr/contrib/uima/src/java/org/apache/solr/uima/ >> >> : > analysis/UIMATypeAwareAnnotationsTokenizerFactory.java:30: >> >> : > warning - Tag @link: reference not found: >> >> : > UIMATypeAwareAnnotationsTokenizer >> >> : > [javadoc] Building index for all the packages and classes... >> >> : > [javadoc] >> >> : > >> >> /home/hossman/lucene/dev/solr/contrib/uima/src/java/org/apache/solr/uima/ >> >> : > analysis/UIMAAnnotationsTokenizerFactory.java:30: >> >> : > warning - Tag @link: reference not found: UIMAAnnotationsTokenizer >> >> : > [javadoc] >> >> : > >> >> /home/hossman/lucene/dev/solr/contrib/uima/src/java/org/apache/solr/uima/ >> >> : > analysis/UIMATypeAwareAnnotationsTokenizerFactory.java:30: >> >> : > warning - Tag @link: reference not found: >> >> : > UIMATypeAwareAnnotationsTokenizer >> >> : > [javadoc] Building index for all classes... >> >> : > [javadoc] Generating >> >> : > /home/hossman/lucene/dev/solr/build/docs/api/help-doc.html... >> >> : > [javadoc] 15 warnings >> >> : > >> >> : > >> >> : > >> >> : > >> >> : > >> >> : > >> >> : > -Hoss >> >> : > >> >> : > >> >> --------------------------------------------------------------------- >> >> : > To unsubscribe, e-mail: [email protected] For >> >> additional >> >> : > commands, e-mail: [email protected] >> >> : >> >> : >> >> : --------------------------------------------------------------------- >> >> : To unsubscribe, e-mail: [email protected] >> >> : For additional commands, e-mail: [email protected] >> >> : >> >> : >> >> >> >> -Hoss >> >> >> >> --------------------------------------------------------------------- >> >> To unsubscribe, e-mail: [email protected] >> >> For additional commands, e-mail: [email protected] >> >> >> > >> > >> > >> > -- >> > lucidimagination.com >> > >> > --------------------------------------------------------------------- >> > To unsubscribe, e-mail: [email protected] >> > For additional commands, e-mail: [email protected] >> > >> >> --------------------------------------------------------------------- >> To unsubscribe, e-mail: [email protected] >> For additional commands, e-mail: [email protected] >> > -- lucidimagination.com --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
