[ https://issues.apache.org/jira/browse/SOLR-3690?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Hoss Man updated SOLR-3690: --------------------------- Attachment: SOLR-3690.broken.jdoc.links.to.solrcore.patch SOLR-3690.patch bq. so this 'package' conflict causes problems for the package-list, and solr-test-framework links to lucene-test-framework yeah, that makes total sense ... it ust wasn't clear before why it was doing what it was doing. (although there was still a lot of wonky and unnecessary classpath stuff) bq. I think its ok to have 'greyed out links' from the solr-test-framework javadocs to these lucene-core things Unfortunately it also means we have greyed out links to the core-test-framework stuff as well, and people are who are learning about solr-test-framework baseclasses are probably going to need to know just as much about stuff like LuceneTestCase, but i don't really see a good solution to that, so oh well. i switched back to using invoke-javadoc directly and got things working with javadocs-lint. i went on and attempted to at least get the solr-test-framework javadocs linking to the solr-core javadocs, but ran into a problem that the relative paths between them are differnet between "build" and "dist" and javadocs-lint expects them to work in build, so i scraped that (but it's attached if anyone wants to take a crack at it) > 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.broken.jdoc.links.to.solrcore.patch, > SOLR-3690.patch, 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