[
https://issues.apache.org/jira/browse/QPID-2019?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Robbie Gemmell resolved QPID-2019.
----------------------------------
Resolution: Fixed
Assignee: Robbie Gemmell (was: Rafael H. Schloming)
> Exclude lists are unable to exclude packages
> --------------------------------------------
>
> Key: QPID-2019
> URL: https://issues.apache.org/jira/browse/QPID-2019
> Project: Qpid
> Issue Type: Improvement
> Components: Build Tools
> Reporter: Martin Ritchie
> Assignee: Robbie Gemmell
> Fix For: 0.6
>
>
> Summary:
> Currently there is no bulk exclude for a whole java package of tests.
> Normally this would not be required but the new logging tests for the Java
> broker cannot be run against the CPP broker. So the entire
> 'org.apache.qpid.server.logging' tests need excluded.
> For now simply using the full Class package will allow us to disable the
> logging tests like this:
> _exclusionList.contains(getClass().getPackage().getName() + ".*")
> However, we may wish to add more sophisticated glob matching in the future so
> the above pattern can exclude all sub packages.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
---------------------------------------------------------------------
Apache Qpid - AMQP Messaging Implementation
Project: http://qpid.apache.org
Use/Interact: mailto:[email protected]