sorry about this, i caused it by moving demo to a contrib module. as a contrib module all this special logic is no longer necessary, it uses the logic in contrib-build to build its artifacts, javadocs, etc. but somehow i missed this stuff.
additionally javacc target should work, for some reason it wanted to clean javacc output from standardanalyzer... On Fri, May 28, 2010 at 4:18 AM, Shai Erera <ser...@gmail.com> wrote: > Ahh .. ok :) > So we should either reinstate that property in build.xml, or remove the > targets that rely on it. I think contrib/demo/build.xml runs those targets > too - but will need to verify. > I guess Robert would know for sure what needs to be done here :). > Shai > > On Fri, May 28, 2010 at 8:45 AM, Uwe Schindler <u...@thetaphi.de> wrote: >> >> It is failing every day since rmuir’s change. I had no time to look into >> it. >> >> >> >> ----- >> >> Uwe Schindler >> >> H.-H.-Meier-Allee 63, D-28213 Bremen >> >> http://www.thetaphi.de >> >> eMail: u...@thetaphi.de >> >> >> >> From: Shai Erera [mailto:ser...@gmail.com] >> Sent: Friday, May 28, 2010 5:48 AM >> To: dev@lucene.apache.org >> Subject: Re: Build failed in Hudson: Lucene-trunk #1201 >> >> >> >> All tests pass. That's the only failure: >> >> BUILD FAILED >> >> <http://hudson.zones.apache.org/hudson/job/Lucene-trunk/ws/lucene/build.xml>:291: >> Warning: Could not find file >> <http://hudson.zones.apache.org/hudson/job/Lucene-trunk/ws/lucene/${build.demo.template}> >> to copy. >> >> I see that in 3x, there is a property defined: >> >> <property name="build.demo.template" >> value="src/demo/demo-build.template"/> >> >> While on trunk, demo was moved to contrib, and the root build.xml no >> longer includes that property. Instead, contrib/demo/build.xml includes that >> property: >> >> <property name="build.demo.template" >> value="src/java/demo-build.template"/> >> >> So should this property was move to root build.xml, or all references to >> that property should be removed? >> >> How is this failing just now? >> >> Shai >> >> On Fri, May 28, 2010 at 5:26 AM, Apache Hudson Server >> <hud...@hudson.zones.apache.org> wrote: >> >> See <http://hudson.zones.apache.org/hudson/job/Lucene-trunk/1201/changes> >> >> Changes: >> >> [shaie] LUCENE-2455: Some house cleaning in addIndexes* (trunk) >> >> ------------------------------------------ >> [...truncated 7459 lines...] >> [javadoc] Building tree for all the packages and classes... >> [javadoc] Building index for all the packages and classes... >> [javadoc] Building index for all classes... >> [javadoc] Generating >> <http://hudson.zones.apache.org/hudson/job/Lucene-trunk/ws/lucene/build/docs/api/contrib-memory/stylesheet.css...> >> [javadoc] Note: Custom tags that were not seen: �...@lucene.experimental, >> @lucene.internal >> [jar] Building jar: >> <http://hudson.zones.apache.org/hudson/job/Lucene-trunk/ws/lucene/build/contrib/memory/lucene-memory-4.0-2010-05-28_02-03-50-javadoc.jar> >> [echo] Building misc... >> >> javadocs: >> [mkdir] Created dir: >> <http://hudson.zones.apache.org/hudson/job/Lucene-trunk/ws/lucene/build/docs/api/contrib-misc> >> [javadoc] Generating Javadoc >> [javadoc] Javadoc execution >> [javadoc] Loading source files for package org.apache.lucene.index... >> [javadoc] Loading source files for package org.apache.lucene.misc... >> [javadoc] Constructing Javadoc information... >> [javadoc] Standard Doclet version 1.5.0_22 >> [javadoc] Building tree for all the packages and classes... >> [javadoc] >> <http://hudson.zones.apache.org/hudson/job/Lucene-trunk/ws/lucene/contrib/misc/src/java/org/apache/lucene/index/MultiPassIndexSplitter.java>:43: >> warning - Tag @link: reference not found: >> IndexWriter#addIndexes(IndexReader[]) >> [javadoc] Building index for all the packages and classes... >> [javadoc] Building index for all classes... >> [javadoc] Generating >> <http://hudson.zones.apache.org/hudson/job/Lucene-trunk/ws/lucene/build/docs/api/contrib-misc/stylesheet.css...> >> [javadoc] Note: Custom tags that were not seen: �...@lucene.internal >> [javadoc] 1 warning >> [jar] Building jar: >> <http://hudson.zones.apache.org/hudson/job/Lucene-trunk/ws/lucene/build/contrib/misc/lucene-misc-4.0-2010-05-28_02-03-50-javadoc.jar> >> [echo] Building queries... >> >> javadocs: >> [mkdir] Created dir: >> <http://hudson.zones.apache.org/hudson/job/Lucene-trunk/ws/lucene/build/docs/api/contrib-queries> >> [javadoc] Generating Javadoc >> [javadoc] Javadoc execution >> [javadoc] Loading source files for package org.apache.lucene.search... >> [javadoc] Loading source files for package >> org.apache.lucene.search.regex... >> [javadoc] Loading source files for package >> org.apache.lucene.search.similar... >> [javadoc] Constructing Javadoc information... >> [javadoc] Standard Doclet version 1.5.0_22 >> [javadoc] Building tree for all the packages and classes... >> [javadoc] >> <http://hudson.zones.apache.org/hudson/job/Lucene-trunk/ws/lucene/contrib/queries/src/java/org/apache/lucene/search/similar/MoreLikeThis.java>:525: >> warning - Tag @see: reference not found: >> org.apache.lucene.analysis.StopFilter#makeStopSet StopFilter.makeStopSet() >> [javadoc] Building index for all the packages and classes... >> [javadoc] Building index for all classes... >> [javadoc] Generating >> <http://hudson.zones.apache.org/hudson/job/Lucene-trunk/ws/lucene/build/docs/api/contrib-queries/stylesheet.css...> >> [javadoc] Note: Custom tags that were not seen: �...@lucene.experimental, >> @lucene.internal >> [javadoc] 1 warning >> [jar] Building jar: >> <http://hudson.zones.apache.org/hudson/job/Lucene-trunk/ws/lucene/build/contrib/queries/lucene-queries-4.0-2010-05-28_02-03-50-javadoc.jar> >> [echo] Building queryparser... >> >> javadocs: >> [mkdir] Created dir: >> <http://hudson.zones.apache.org/hudson/job/Lucene-trunk/ws/lucene/build/docs/api/contrib-queryparser> >> [javadoc] Generating Javadoc >> [javadoc] Javadoc execution >> [javadoc] Loading source files for package >> org.apache.lucene.queryParser.analyzing... >> [javadoc] Loading source files for package >> org.apache.lucene.queryParser.complexPhrase... >> [javadoc] Loading source files for package >> org.apache.lucene.queryParser.core... >> [javadoc] Loading source files for package >> org.apache.lucene.queryParser.core.builders... >> [javadoc] Loading source files for package >> org.apache.lucene.queryParser.core.config... >> [javadoc] Loading source files for package >> org.apache.lucene.queryParser.core.messages... >> [javadoc] Loading source files for package >> org.apache.lucene.queryParser.core.nodes... >> [javadoc] Loading source files for package >> org.apache.lucene.queryParser.core.parser... >> [javadoc] Loading source files for package >> org.apache.lucene.queryParser.core.processors... >> [javadoc] Loading source files for package >> org.apache.lucene.queryParser.core.util... >> [javadoc] Loading source files for package >> org.apache.lucene.queryParser.ext... >> [javadoc] Loading source files for package >> org.apache.lucene.queryParser.precedence... >> [javadoc] Loading source files for package >> org.apache.lucene.queryParser.standard... >> [javadoc] Loading source files for package >> org.apache.lucene.queryParser.standard.builders... >> [javadoc] Loading source files for package >> org.apache.lucene.queryParser.standard.config... >> [javadoc] Loading source files for package >> org.apache.lucene.queryParser.standard.nodes... >> [javadoc] Loading source files for package >> org.apache.lucene.queryParser.standard.parser... >> [javadoc] Loading source files for package >> org.apache.lucene.queryParser.standard.processors... >> [javadoc] Loading source files for package >> org.apache.lucene.queryParser.surround.parser... >> [javadoc] Loading source files for package >> org.apache.lucene.queryParser.surround.query... >> [javadoc] Constructing Javadoc information... >> [javadoc] Standard Doclet version 1.5.0_22 >> [javadoc] Building tree for all the packages and classes... >> [javadoc] Building index for all the packages and classes... >> [javadoc] Building index for all classes... >> [javadoc] Generating >> <http://hudson.zones.apache.org/hudson/job/Lucene-trunk/ws/lucene/build/docs/api/contrib-queryparser/stylesheet.css...> >> [javadoc] Note: Custom tags that were not seen: �...@lucene.experimental, >> @lucene.internal >> [jar] Building jar: >> <http://hudson.zones.apache.org/hudson/job/Lucene-trunk/ws/lucene/build/contrib/queryparser/lucene-queryparser-4.0-2010-05-28_02-03-50-javadoc.jar> >> [echo] Building remote... >> >> javadocs: >> [mkdir] Created dir: >> <http://hudson.zones.apache.org/hudson/job/Lucene-trunk/ws/lucene/build/docs/api/contrib-remote> >> [javadoc] Generating Javadoc >> [javadoc] Javadoc execution >> [javadoc] Loading source files for package org.apache.lucene.search... >> [javadoc] Constructing Javadoc information... >> [javadoc] Standard Doclet version 1.5.0_22 >> [javadoc] Building tree for all the packages and classes... >> [javadoc] Building index for all the packages and classes... >> [javadoc] Building index for all classes... >> [javadoc] Generating >> <http://hudson.zones.apache.org/hudson/job/Lucene-trunk/ws/lucene/build/docs/api/contrib-remote/stylesheet.css...> >> [javadoc] Note: Custom tags that were not seen: �...@lucene.experimental, >> @lucene.internal >> [jar] Building jar: >> <http://hudson.zones.apache.org/hudson/job/Lucene-trunk/ws/lucene/build/contrib/remote/lucene-remote-4.0-2010-05-28_02-03-50-javadoc.jar> >> [echo] Building spatial... >> >> javadocs: >> [mkdir] Created dir: >> <http://hudson.zones.apache.org/hudson/job/Lucene-trunk/ws/lucene/build/docs/api/contrib-spatial> >> [javadoc] Generating Javadoc >> [javadoc] Javadoc execution >> [javadoc] Loading source files for package >> org.apache.lucene.spatial.geohash... >> [javadoc] Loading source files for package >> org.apache.lucene.spatial.geometry... >> [javadoc] Loading source files for package >> org.apache.lucene.spatial.geometry.shape... >> [javadoc] Loading source files for package >> org.apache.lucene.spatial.tier... >> [javadoc] Loading source files for package >> org.apache.lucene.spatial.tier.projections... >> [javadoc] Constructing Javadoc information... >> [javadoc] Standard Doclet version 1.5.0_22 >> [javadoc] Building tree for all the packages and classes... >> [javadoc] Building index for all the packages and classes... >> [javadoc] Building index for all classes... >> [javadoc] Generating >> <http://hudson.zones.apache.org/hudson/job/Lucene-trunk/ws/lucene/build/docs/api/contrib-spatial/stylesheet.css...> >> [javadoc] Note: Custom tags that were not seen: �...@lucene.experimental, >> @lucene.internal >> [jar] Building jar: >> <http://hudson.zones.apache.org/hudson/job/Lucene-trunk/ws/lucene/build/contrib/spatial/lucene-spatial-4.0-2010-05-28_02-03-50-javadoc.jar> >> [echo] Building spellchecker... >> >> javadocs: >> [mkdir] Created dir: >> <http://hudson.zones.apache.org/hudson/job/Lucene-trunk/ws/lucene/build/docs/api/contrib-spellchecker> >> [javadoc] Generating Javadoc >> [javadoc] Javadoc execution >> [javadoc] Loading source files for package >> org.apache.lucene.search.spell... >> [javadoc] Constructing Javadoc information... >> [javadoc] Standard Doclet version 1.5.0_22 >> [javadoc] Building tree for all the packages and classes... >> [javadoc] Building index for all the packages and classes... >> [javadoc] Building index for all classes... >> [javadoc] Generating >> <http://hudson.zones.apache.org/hudson/job/Lucene-trunk/ws/lucene/build/docs/api/contrib-spellchecker/stylesheet.css...> >> [javadoc] Note: Custom tags that were not seen: �...@lucene.experimental, >> @lucene.internal >> [jar] Building jar: >> <http://hudson.zones.apache.org/hudson/job/Lucene-trunk/ws/lucene/build/contrib/spellchecker/lucene-spellchecker-4.0-2010-05-28_02-03-50-javadoc.jar> >> [echo] Building swing... >> >> javadocs: >> [mkdir] Created dir: >> <http://hudson.zones.apache.org/hudson/job/Lucene-trunk/ws/lucene/build/docs/api/contrib-swing> >> [javadoc] Generating Javadoc >> [javadoc] Javadoc execution >> [javadoc] Loading source files for package >> org.apache.lucene.swing.models... >> [javadoc] Constructing Javadoc information... >> [javadoc] Standard Doclet version 1.5.0_22 >> [javadoc] Building tree for all the packages and classes... >> [javadoc] Building index for all the packages and classes... >> [javadoc] Building index for all classes... >> [javadoc] Generating >> <http://hudson.zones.apache.org/hudson/job/Lucene-trunk/ws/lucene/build/docs/api/contrib-swing/stylesheet.css...> >> [javadoc] Note: Custom tags that were not seen: �...@lucene.experimental, >> @lucene.internal >> [jar] Building jar: >> <http://hudson.zones.apache.org/hudson/job/Lucene-trunk/ws/lucene/build/contrib/swing/lucene-swing-4.0-2010-05-28_02-03-50-javadoc.jar> >> [echo] Building wordnet... >> >> javadocs: >> [mkdir] Created dir: >> <http://hudson.zones.apache.org/hudson/job/Lucene-trunk/ws/lucene/build/docs/api/contrib-wordnet> >> [javadoc] Generating Javadoc >> [javadoc] Javadoc execution >> [javadoc] Loading source files for package org.apache.lucene.wordnet... >> [javadoc] Constructing Javadoc information... >> [javadoc] Standard Doclet version 1.5.0_22 >> [javadoc] Building tree for all the packages and classes... >> [javadoc] Building index for all the packages and classes... >> [javadoc] Building index for all classes... >> [javadoc] Generating >> <http://hudson.zones.apache.org/hudson/job/Lucene-trunk/ws/lucene/build/docs/api/contrib-wordnet/stylesheet.css...> >> [javadoc] Note: Custom tags that were not seen: �...@lucene.experimental, >> @lucene.internal >> [jar] Building jar: >> <http://hudson.zones.apache.org/hudson/job/Lucene-trunk/ws/lucene/build/contrib/wordnet/lucene-wordnet-4.0-2010-05-28_02-03-50-javadoc.jar> >> [echo] Building xml-query-parser... >> >> javadocs: >> [mkdir] Created dir: >> <http://hudson.zones.apache.org/hudson/job/Lucene-trunk/ws/lucene/build/docs/api/contrib-xml-query-parser> >> [javadoc] Generating Javadoc >> [javadoc] Javadoc execution >> [javadoc] Loading source files for package org.apache.lucene.xmlparser... >> [javadoc] Loading source files for package >> org.apache.lucene.xmlparser.builders... >> [javadoc] Constructing Javadoc information... >> [javadoc] Standard Doclet version 1.5.0_22 >> [javadoc] Building tree for all the packages and classes... >> [javadoc] Building index for all the packages and classes... >> [javadoc] Building index for all classes... >> [javadoc] Generating >> <http://hudson.zones.apache.org/hudson/job/Lucene-trunk/ws/lucene/build/docs/api/contrib-xml-query-parser/stylesheet.css...> >> [javadoc] Note: Custom tags that were not seen: �...@lucene.experimental, >> @lucene.internal >> [jar] Building jar: >> <http://hudson.zones.apache.org/hudson/job/Lucene-trunk/ws/lucene/build/contrib/xml-query-parser/lucene-xml-query-parser-4.0-2010-05-28_02-03-50-javadoc.jar> >> >> javadocs: >> [echo] Building ant... >> >> javadocs-index.html: >> [echo] Building benchmark... >> >> javadocs-index.html: >> >> javadocs-index.html: >> [echo] Building bdb... >> >> javadocs-index.html: >> [echo] Building bdb-je... >> >> javadocs-index.html: >> [echo] Building demo... >> >> javadocs-index.html: >> [echo] Building highlighter... >> >> javadocs-index.html: >> [echo] Building instantiated... >> >> javadocs-index.html: >> [echo] Building lucli... >> >> javadocs-index.html: >> [echo] Building memory... >> >> javadocs-index.html: >> [echo] Building misc... >> >> javadocs-index.html: >> [echo] Building queries... >> >> javadocs-index.html: >> [echo] Building queryparser... >> >> javadocs-index.html: >> [echo] Building remote... >> >> javadocs-index.html: >> [echo] Building spatial... >> >> javadocs-index.html: >> [echo] Building spellchecker... >> >> javadocs-index.html: >> [echo] Building swing... >> >> javadocs-index.html: >> [echo] Building wordnet... >> >> javadocs-index.html: >> [echo] Building xml-query-parser... >> >> javadocs-index.html: >> >> init-dist: >> >> changes-to-html: >> [mkdir] Created dir: >> <http://hudson.zones.apache.org/hudson/job/Lucene-trunk/ws/lucene/build/docs/changes> >> [copy] Copying 3 files to >> <http://hudson.zones.apache.org/hudson/job/Lucene-trunk/ws/lucene/build/docs/changes> >> >> package: >> >> BUILD FAILED >> >> <http://hudson.zones.apache.org/hudson/job/Lucene-trunk/ws/lucene/build.xml>:291: >> Warning: Could not find file >> <http://hudson.zones.apache.org/hudson/job/Lucene-trunk/ws/lucene/${build.demo.template}> >> to copy. >> >> Total time: 17 minutes 4 seconds >> [TASKS] Skipping publisher since build result is FAILURE >> Publishing Javadoc >> Archiving artifacts >> Recording test results >> Publishing Clover coverage report... >> No Clover report will be published due to a Build Failure >> >> >> --------------------------------------------------------------------- >> To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org >> For additional commands, e-mail: dev-h...@lucene.apache.org >> >> > -- Robert Muir rcm...@gmail.com --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org For additional commands, e-mail: dev-h...@lucene.apache.org