
jira at apache
May 24, 2012, 8:18 PM
Post #1 of 1
(39 views)
Permalink
|
|
[jira] [Resolved] (LUCENE-4075) Crazy checkout paths break TestXPathEntityProcessor
|
|
[ https://issues.apache.org/jira/browse/LUCENE-4075?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hoss Man resolved LUCENE-4075. ------------------------------ Resolution: Fixed Fix Version/s: 4.0 Assignee: Greg Bowyer Committed revision 1342490. Thanks Greg > Crazy checkout paths break TestXPathEntityProcessor > --------------------------------------------------- > > Key: LUCENE-4075 > URL: https://issues.apache.org/jira/browse/LUCENE-4075 > Project: Lucene - Java > Issue Type: Bug > Affects Versions: 4.0 > Reporter: Greg Bowyer > Assignee: Greg Bowyer > Fix For: 4.0 > > Attachments: LUCENE-4075-TestXPathEntityProcessor-WierdPath-Fix.patch > > > Same as a bug I raised for javadoc generation, my build.xml is the same as upstream, the problem is my checkout path looks like this > /home/buildserver/workspace/builds/{search-engineering}solr-lucene{trunk} > This means that the prepare-webpages target gets its paths in the buildpaths variable as a pipe separated list like so > /home/buildserver/workspace/builds/{search-engineering}solr-lucene{trunk}/lucene/analysis/common/build.xml|/home/buildserver/workspace/builds/{search-engineering}solr-lucene{trunk}/lucene/analysis/icu/build.xml|...(and so on) > Attached is a patch that makes TestXPathEntityProcessor use a url rather than the filesystem path that makes XPath / xml happier with crazy path names -- 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-unsubscribe [at] lucene For additional commands, e-mail: dev-help [at] lucene
|