> -----Original Message----- > From: Erik Hatcher [mailto:[EMAIL PROTECTED] > Sent: Wednesday, March 26, 2003 11:55 AM > To: Ant Developers List > Subject: Re: Artima SuiteRunner Task
<snip> > <test> and <batchtest> in Ant support if/unless properties > and I always > have it set up to be able to run a single test upon demand. </snip> Erik - How do you set it up to run a single test on demand? I could set a different target for each test (painful) or use a command line param with -D (less painful but no idea). Chris