[
https://issues.apache.org/jira/browse/LUCENE-3655?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Steven Rowe updated LUCENE-3655:
--------------------------------
Attachment: LUCENE-3655.patch
Modified the patch to use the xml.etree.ElementTree module, which is part of
the base Python distribution, instead of the libxml2 module, which is not.
On Cygwin, which I use, Python is at v2.6, which doesn't include
xml.etree.ElementTree v1.3, so the XPath support doesn't include attribute
predicates; as a result, I had to break XPath queries where attribute checks
are needed and perform them with code.
> Add Maven artifact checks to dev-tools/scripts/smokeTestRelease.py
> ------------------------------------------------------------------
>
> Key: LUCENE-3655
> URL: https://issues.apache.org/jira/browse/LUCENE-3655
> Project: Lucene - Java
> Issue Type: Task
> Components: general/build
> Affects Versions: 3.5
> Reporter: Steven Rowe
> Assignee: Steven Rowe
> Priority: Minor
> Attachments: LUCENE-3655.patch, LUCENE-3655.patch
>
>
> smokeTestRelease.py should examine the Maven artifacts in a Lucene/Solr
> release.
--
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]