Fixed the example. Thanks for the hint. Jan
>-----Ursprüngliche Nachricht----- >Von: 肖华 [mailto:[EMAIL PROTECTED] >Gesendet: Mittwoch, 8. Februar 2006 02:53 >An: user@ant.apache.org >Betreff: 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]