You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "Greg Bowyer (JIRA)" <ji...@apache.org> on 2012/05/23 22:47:41 UTC

[jira] [Created] (LUCENE-4075) Crazy checkout paths break TestXPathEntityProcessor

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: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org


[jira] [Resolved] (LUCENE-4075) Crazy checkout paths break TestXPathEntityProcessor

Posted by "Hoss Man (JIRA)" <ji...@apache.org>.
     [ 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@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org


[jira] [Updated] (LUCENE-4075) Crazy checkout paths break TestXPathEntityProcessor

Posted by "Greg Bowyer (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/LUCENE-4075?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Greg Bowyer updated LUCENE-4075:
--------------------------------

    Attachment: LUCENE-4075-TestXPathEntityProcessor-WierdPath-Fix.patch
    
> 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
>         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@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org