That's the meta filter that's failing to match the tag then. Most likely a regex issue. Can you please raise a jira issue with the details?
In the meantime, the groovy filter should work. On 14 Nov 2012, at 12:52, mary walshe <[email protected]> wrote: > When we are running our tests using the following command > -Djbehave.meta.filter="+tag release:0_3" the tests are not found. > > But when we remove the colon the test is found. > > > On Tue, Nov 13, 2012 at 6:27 PM, Mauro Talevi <[email protected]> > wrote: > There is no reason you can't use any character in the meta tag. > > The only reserved character is the @ and the space to separate the key from > the value. > > > On 13/11/2012 15:18, mary walshe wrote: > Hi All, > > I'm wondering can you user characters in meta tags or if there is a way to > escape them. > > I need to use a colon in my meta tag e.g release:0.1 for reporting reasons. > > Is this possible? > > Cheers, > Mary > > > --------------------------------------------------------------------- > To unsubscribe from this list, please visit: > > http://xircles.codehaus.org/manage_email > > >
