RE: problem in enabling wildcard

2005-10-28 Thread Rajnish Singh
Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Friday, October 28, 2005 3:26 PM To: user@ant.apache.org Subject: AW: problem in enabling wildcard Hi Rajnish, never heard from "*" - nothing in the manual ... Which target should be executed on "*" ? Jan >--

problem in enabling wildcard

2005-10-28 Thread Rajnish Singh
Hi, In my project when I am writing it compiles well through the cmd, but when compiling the same build file through myeclipse I am getting the error Target `*' does not exist in this project. If I replace * to some specific target like 'compile" or "clean" or anything else, it is compiled. Ne