Sorry that doesnt work from 1.2 to 1.7(15.06.2005)
<project default="main">
<target name="main">
<ant antfile="ant.xml" target="*"/>
</target>
</project>
<project default="default">
<target name="1"><echo>1</echo></target>
<target name="2"><echo>2</echo></target>
<target name="3"><echo>3</echo></target>
<target name="4"><echo>4</echo></target>
<target name="default"><echo>Default-Target</echo></target>
</project>
Jan
>-----Ursprüngliche Nachricht-----
>Von: Rajnish Singh [mailto:[EMAIL PROTECTED]
>Gesendet: Freitag, 28. Oktober 2005 12:36
>An: Ant Users List
>Betreff: RE: problem in enabling wildcard
>
>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: [email protected]
>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: [email protected]
>>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]
>
>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]