Re: problem in enabling wildcard

2005-10-28 Thread Steve Loughran
Rajnish Singh wrote: Hi Jan, When we specify '*' in target means that all the target in the specified build files will be executed like when we say < ant antfile="build1.xml" target="*" /> means all the targets in the build1.xml will be executed. No that's silly. Ant doesn't do that. The only

RE: problem in enabling wildcard

2005-10-28 Thread Rajnish Singh
Hi Jan, When we specify '*' in target means that all the target in the specified build files will be executed like when we say < ant antfile="build1.xml" target="*" /> means all the targets in the build1.xml will be executed. Rajnish -Original Message- From: [EMAIL PROTECTED] [mailto