Greg Bowyer created LUCENE-4075:
-----------------------------------
Summary: 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
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: [email protected]
For additional commands, e-mail: [email protected]