This project relys on good people like you to find and fix issues like this. I 
encourage you to contribute. Please read this...

http://ant.apache.org/bugs.html

Thanks,

-Rob Anderson

> -----Original Message-----
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] 
> Sent: Tuesday, February 07, 2006 5:53 PM
> To: user@ant.apache.org
> Subject: A not good example in ant manual
> 
>       
>    In the "apache-ant-1.6.2\docs\manual\CoreTasks\ant.html" 
> file, in the example section, there is an example:
> 
>       <ant antfile="subproject/subbuild.xml" dir="subproject" 
> target="compile"/>
> 
>       I think it's not a good one. Better like below:
>        <ant antfile="subbuild.xml" dir="subproject" target="compile"/>
>       
>       because the file "subbuild.xml" is relative to the dir 
> "subproject", not current dir.
>                               
> 
>         肖华
> [EMAIL PROTECTED]
>           2006-02-08
> 
> 
> 
> ---------------------------------------------------------------------
> 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]

Reply via email to