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
- problem in enabling wildcard Rajnish Singh
- RE: problem in enabling wildcard Rajnish Singh
- Re: problem in enabling wildcard Steve Loughran
