You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@ant.apache.org by Rajnish Singh <Ra...@infogain.com> on 2005/10/28 11:34:19 UTC

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