Re: Java InVM test exclusion using Ant test profiles

2009-12-08 Thread Martin Ritchie
2009/12/8 Robert Godfrey : > 2009/12/8 Martin Ritchie > >> 2009/12/8 Robert Godfrey : >> > 2009/12/8 Martin Ritchie >> > >> >> 2009/12/7 Rajith Attapattu : >> >> > On Mon, Dec 7, 2009 at 1:39 PM, Robbie Gemmell < >> robbie.gemm...@gmail.com> >> >> wrote: >> >> >> My understanding of it was that t

Re: Java InVM test exclusion using Ant test profiles

2009-12-08 Thread Robert Godfrey
2009/12/8 Martin Ritchie > 2009/12/8 Robert Godfrey : > > 2009/12/8 Martin Ritchie > > > >> 2009/12/7 Rajith Attapattu : > >> > On Mon, Dec 7, 2009 at 1:39 PM, Robbie Gemmell < > robbie.gemm...@gmail.com> > >> wrote: > >> >> My understanding of it was that the default profile was for InVM > test

Re: Java InVM test exclusion using Ant test profiles

2009-12-08 Thread Martin Ritchie
2009/12/8 Robert Godfrey : > 2009/12/8 Martin Ritchie > >> 2009/12/7 Rajith Attapattu : >> > On Mon, Dec 7, 2009 at 1:39 PM, Robbie Gemmell >> wrote: >> >> My understanding of it was that the default profile was for InVM testing >> and >> >> pulling in the global excludes, with other broker profi

Re: Java InVM test exclusion using Ant test profiles

2009-12-08 Thread Robert Godfrey
2009/12/8 Martin Ritchie > 2009/12/7 Rajith Attapattu : > > On Mon, Dec 7, 2009 at 1:39 PM, Robbie Gemmell > wrote: > >> My understanding of it was that the default profile was for InVM testing > and > >> pulling in the global excludes, with other broker profiles (java > standalone, > >> cpp etc

Re: Java InVM test exclusion using Ant test profiles

2009-12-08 Thread Martin Ritchie
ns we are required and there is a > reasonable way to handle excludes. > I am fine with anything that achieves the above objective. > > >> Robbie >> >> -Original Message- >> From: Rajith Attapattu [mailto:rajit...@gmail.com] >> Sent: 07 December 20

Re: Java InVM test exclusion using Ant test profiles

2009-12-08 Thread Martin Ritchie
ludes file, so it is currently still > excluding tests from all profiles as before. > > Robbie > > -Original Message- > From: Rajith Attapattu [mailto:rajit...@gmail.com] > Sent: 07 December 2009 18:57 > To: dev@qpid.apache.org > Subject: Re: Java InVM test exclusi

RE: Java InVM test exclusion using Ant test profiles

2009-12-07 Thread Robbie Gemmell
tests from all profiles as before. Robbie -Original Message- From: Rajith Attapattu [mailto:rajit...@gmail.com] Sent: 07 December 2009 18:57 To: dev@qpid.apache.org Subject: Re: Java InVM test exclusion using Ant test profiles On Mon, Dec 7, 2009 at 1:39 PM, Robbie Gemmell wrote:

Re: Java InVM test exclusion using Ant test profiles

2009-12-07 Thread Rajith Attapattu
tu [mailto:rajit...@gmail.com] > Sent: 07 December 2009 18:01 > To: dev@qpid.apache.org > Subject: Re: Java InVM test exclusion using Ant test profiles > > Robbie, > > The current excludes files needs a bit or re-org for sure. > I think two types of exclusions are needed. &g

RE: Java InVM test exclusion using Ant test profiles

2009-12-07 Thread Robbie Gemmell
that at the moment. Robbie -Original Message- From: Rajith Attapattu [mailto:rajit...@gmail.com] Sent: 07 December 2009 18:01 To: dev@qpid.apache.org Subject: Re: Java InVM test exclusion using Ant test profiles Robbie, The current excludes files needs a bit or re-org for sure. I thin

Re: Java InVM test exclusion using Ant test profiles

2009-12-07 Thread Rajith Attapattu
Robbie, The current excludes files needs a bit or re-org for sure. I think two types of exclusions are needed. 1. Tests that run on either c++ , java broker or in-vm broker. 2. Tests that are specific to a particular protocol version. 3. Tests that are for a particular feature like clustering, per

Java InVM test exclusion using Ant test profiles

2009-12-07 Thread Robbie Gemmell
Hi all, I have written a test that should only be run against the Java broker, but cant currently be run against the InVM broker. As a result I am looking to exclude it only from the InVM tests, but looking at the test profiles I dont think this is currently possible. There are some tests in th