> -----Original Message----- > From: Erik Hatcher [mailto:jakarta-ant@ehatchersolutions.com] > Sent: Wednesday, March 26, 2003 11:55 AM > To: Ant Developers List > Subject: Re: Artima SuiteRunner Task > and in Ant support if/unless properties > and I always > have it set up to be able to run a single test upon demand. 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