[ https://issues.apache.org/jira/browse/SOLR-3690?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13434704#comment-13434704 ]
Robert Muir commented on SOLR-3690: ----------------------------------- I can explain the screwed up unnecessary javadocs hoops. really this deserves a comment. With your current patch the 'hack' will break: {noformat} javadocs-lint: [exec] [exec] Crawl/parse... [exec] [exec] Verify... [exec] [exec] build/docs/api/test-framework/org/apache/solr/analysis/MockTokenizerFactory.html [exec] BROKEN LINK: file:/home/rmuir/workspace/lucene-trunk/lucene/build/docs/test-framework/org/apache/lucene/analysis/Tokenizer.html [exec] BROKEN LINK: file:/home/rmuir/workspace/lucene-trunk/lucene/build/docs/test-framework/org/apache/lucene/analysis/Tokenizer.html [exec] [exec] build/docs/api/test-framework/org/apache/solr/analysis/MockCharFilterFactory.html [exec] BROKEN LINK: file:/home/rmuir/workspace/lucene-trunk/lucene/build/docs/test-framework/org/apache/lucene/analysis/CharFilter.html [exec] BROKEN LINK: file:/home/rmuir/workspace/lucene-trunk/lucene/build/docs/test-framework/org/apache/lucene/analysis/CharFilter.html [exec] [exec] build/docs/api/test-framework/org/apache/solr/core/MockDirectoryFactory.html [exec] BROKEN LINK: file:/home/rmuir/workspace/lucene-trunk/lucene/build/docs/test-framework/org/apache/lucene/store/Directory.html [exec] BROKEN LINK: file:/home/rmuir/workspace/lucene-trunk/lucene/build/docs/test-framework/org/apache/lucene/store/Directory.html [exec] [exec] build/docs/api/test-framework/org/apache/solr/core/MockFSDirectoryFactory.html [exec] BROKEN LINK: file:/home/rmuir/workspace/lucene-trunk/lucene/build/docs/test-framework/org/apache/lucene/store/Directory.html [exec] BROKEN LINK: file:/home/rmuir/workspace/lucene-trunk/lucene/build/docs/test-framework/org/apache/lucene/store/Directory.html [exec] [exec] Broken javadocs links were found! BUILD FAILED /home/rmuir/workspace/lucene-trunk/solr/build.xml:528: The following error occurred while executing this line: /home/rmuir/workspace/lucene-trunk/lucene/common-build.xml:1740: exec returned: 1 {noformat} > binary solr package isn't including lucene test-framework jar > ------------------------------------------------------------- > > Key: SOLR-3690 > URL: https://issues.apache.org/jira/browse/SOLR-3690 > Project: Solr > Issue Type: Bug > Affects Versions: 4.0-ALPHA > Reporter: Hoss Man > Priority: Blocker > Fix For: 4.0 > > Attachments: SOLR-3690.patch > > > As noted by Koorosh on the solr-user list... > {quote} > I have been developing extensions to SOLR code using 4.0 truck. For JUnit > testing I am extending AbstractSolrTestCase which in the ALPHA release is > located in JAR apache-solr-test-framework-4.0.0-ALPHA.jar. However, this > class extends LuceneTestCase which comes from JAR > lucene-test-framework-4.0-SNAPSHOT.jar. In the ALPHA release the later JAR is > not shipped or I can't find it. > {quote} > ...i confirmed that Solr 4.0.0-ALPHA binary package the solr test framework > is in test./dist/apache-solr-test-framework-4.0.0-ALPHA.jar but the lucene > test-framework jar isn't included at all. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org For additional commands, e-mail: dev-h...@lucene.apache.org