On 3/27/2011 4:21 AM, Tommaso Teofili wrote: > This is due to the fact that Tagger is defined (as a module) before than > WhitespaceTokenizer so, the first time, Tagger can't find > WhitespaceTokenizer in the local Maven repository.
I don't think so. Run # 1 complete console log is here: https://hudson.apache.org/hudson/job/UIMA%20Addons/1/consoleFull and it shows the Reactor Build order building the WhiteSpace Tokenizer ahead of the Tagger: <===[HUDSON REMOTING CAPACITY]===>channel started Executing Maven: -B -f /home/hudson/hudson-slave/workspace/UIMA Addons/aggregate-addons/pom.xml clean install [INFO] Scanning for projects... [INFO] Reactor build order: [INFO] UIMA Annotator: alchemy-annotator [INFO] UIMA Annotator: BSFAnnotator [INFO] UIMA Annotator: ConceptMapper [INFO] UIMA Annotator: ConfigurableFeatureExtractor [INFO] UIMA Annotator: DictionaryAnnotator [INFO] UIMA Addon: FsVariables [INFO] UIMA Annotator: Lucas [INFO] UIMA Annotator: OpenCalaisAnnotator [INFO] UIMA Addon: PearPackagingAntTask [INFO] UIMA Annotator: RegularExpressionAnnotator [INFO] UIMA Addon: SimpleServer [INFO] UIMA Annotator: SnowballAnnotator [INFO] UIMA Annotator: WhitespaceTokenizer [INFO] UIMA Annotator: Tagger [INFO] UIMA Annotator: TikaAnnotator [INFO] UIMA Annotator: Solrcas [INFO] OSGi version of Apache UIMA Addons [INFO] OpenCalaisAnnotator bundle [INFO] AlchemyAPIAnnotator bundle [INFO] BSFAnnotator bundle [INFO] ConfigurableFeatureExtractor bundle [INFO] ConceptMapper bundle [INFO] DictionaryAnnotator bundle [INFO] HmmTagger bundle [INFO] Lucas bundle [INFO] SnowballAnnotator bundle [INFO] TikaAnnotator bundle [INFO] WhitespaceTokenizer bundle [INFO] Solrcas bundle [INFO] UIMA Aggregate: aggregate-addons [INFO] ------------------------------------------------------------------------ Scanning the console log shows things building normally, until the WhiteSpace Tokenizer, where it reports test failures: Running org.apache.uima.annotator.WhitespaceTokTest Tests run: 3, Failures: 0, Errors: 3, Skipped: 0, Time elapsed: 0.186 sec <<< FAILURE! Running org.apache.uima.annotator.WhitespaceTokenizerPerfTest Tests run: 1, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 0.01 sec <<< FAILURE! Results : Failed tests: testEnglishProcessingTest(org.apache.uima.annotator.WhitespaceTokenizerPerfTest) Tests in error: testAnnotatorSpecial(org.apache.uima.annotator.WhitespaceTokTest) testAnnotatorEnglish(org.apache.uima.annotator.WhitespaceTokTest) testAnnotatorTabs(org.apache.uima.annotator.WhitespaceTokTest) Next, the Tagger build fails because the packaging of the Whitespace Annotator as a PEAR file never happened. Looking at previous modules, it looks like the Pear Packaging steps are not happening for others as well. This may be due to the fact that Maven 3.0.0 isn't being used (just a guess on my part at this point). -Marshall > Tommaso > > 2011/3/27 Apache Hudson Server <[email protected]> > >> See < >> https://hudson.apache.org/hudson/job/UIMA%20Addons/org.apache.uima$Tagger/1/ >> >>
