Uploaded image for project: 'Lucene - Core'
  1. Lucene - Core
  2. LUCENE-4075

Crazy checkout paths break TestXPathEntityProcessor

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 4.0-ALPHA
    • 4.0-ALPHA
    • None
    • None
    • New, Patch Available

    Description

      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

      Attachments

        Activity

          People

            gbowyer@fastmail.co.uk Greg Bowyer
            gbowyer@fastmail.co.uk Greg Bowyer
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: