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:[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 >-----Ursprüngliche Nachricht----- >Von: Rajnish Singh [mailto:[EMAIL PROTECTED] >Gesendet: Freitag, 28. Oktober 2005 11:34 >An: user@ant.apache.org >Betreff: problem in enabling wildcard > >Hi, >In my project when I am writing <ant antfile="abc.xml" dir="." >target="*"> 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. >Need ur suggestions.I have to compile through target="*" in eclipse. >Rajnish > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]