Re: Problem dynamically excluding some tests

2004-12-03 Thread Corey Scott
Thank everyone for the suggestions, they are all great ideas. Thanks, Corey - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: Problem dynamically excluding some tests

2004-12-03 Thread Maczka Michal
> -Original Message- > From: Corey Scott [mailto:[EMAIL PROTECTED] > Sent: Friday, December 03, 2004 8:25 AM > To: Maven Dev List > Subject: Problem dynamically excluding some tests > > > Currently I am trying to exclude a certain set of tests from running >

Re: Problem dynamically excluding some tests

2004-12-03 Thread Brett Porter
From: Florin Vancea [mailto:[EMAIL PROTECTED] Sent: Friday, December 03, 2004 11:27 AM To: Maven Developers List; Corey Scott Subject: Re: Problem dynamically excluding some tests On second thought; just an idea. Maybe you can fiddle with the POM var available in Jelly. After all there are lots of thing

RE: Problem dynamically excluding some tests

2004-12-03 Thread Eric Pugh
Maven Developers List; Corey Scott > Subject: Re: Problem dynamically excluding some tests > > > On second thought; just an idea. > Maybe you can fiddle with the POM var available in Jelly. After all there > are lots of things possible there, as it's described "turning XML

Re: Problem dynamically excluding some tests

2004-12-03 Thread Florin Vancea
test it now and provide a final solution. - Original Message - From: "Corey Scott" <[EMAIL PROTECTED]> To: "Maven Developers List" <[EMAIL PROTECTED]> Sent: Friday, December 03, 2004 12:06 PM Subject: Re: Problem dynamically excluding some tests > That didnt

Re: Problem dynamically excluding some tests

2004-12-03 Thread Corey Scott
That didnt work either, I think I will just stick with the build.props. Thanks away, -CS On Fri, 3 Dec 2004 10:55:15 +0100, Jörg Schaible <[EMAIL PROTECTED]> wrote: > Corey Scott wrote on Friday, December 03, 2004 8:25 AM: > [snip] > > > > Extract from my maven.xml: > > > > > > >

RE: Problem dynamically excluding some tests

2004-12-03 Thread Jörg Schaible
Corey Scott wrote on Friday, December 03, 2004 8:25 AM: [snip] > Extract from my maven.xml: > > > test="${systemScope['os.name'].startsWith('Windows')}"> > Including MsAccess(ODBC) Tests name="test.extra.excludes" value="**/*MsAccess*.java"/> > > > Excl

Re: Problem dynamically excluding some tests

2004-12-03 Thread Corey Scott
al Message - > From: "Corey Scott" <[EMAIL PROTECTED]> > To: "Maven Dev List" <[EMAIL PROTECTED]> > Sent: Friday, December 03, 2004 9:24 AM > Subject: Problem dynamically excluding some tests > > > Currently I am trying to exclude a certain set of

Re: Problem dynamically excluding some tests

2004-12-02 Thread Florin Vancea
s. Florin - Original Message - From: "Corey Scott" <[EMAIL PROTECTED]> To: "Maven Dev List" <[EMAIL PROTECTED]> Sent: Friday, December 03, 2004 9:24 AM Subject: Problem dynamically excluding some tests > Currently I am trying to exclude a certain set of tests

Problem dynamically excluding some tests

2004-12-02 Thread Corey Scott
Currently I am trying to exclude a certain set of tests from running on different machines based on their operation system. Basically I have some DB code which has ODBC tests that I dont want to run on my Redhat server but I want to run them on my XP desktop. I currently have the following settin