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]