You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@ant.apache.org by 肖华 <hu...@wistronits.com> on 2006/02/08 02:53:27 UTC

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.
 				

        肖华
        huaxiao@wistronits.com
          2006-02-08



---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@ant.apache.org
For additional commands, e-mail: user-help@ant.apache.org