Re: target not exist issue

2013-09-08 Thread Matt Benson
Vincent, I have recreated your example and it works fine for me. With which versions of Ant have you tried this? Matt On Sun, Sep 8, 2013 at 3:04 AM, Vincent Cai wrote: > Dear All, > > > l Ant files listed as below > > n A.xml > > n B.xml > > l In A.xml, B.xml is included > > n > > l

target not exist issue

2013-09-08 Thread Vincent Cai
Dear All, l Ant files listed as below n A.xml n B.xml l In A.xml, B.xml is included n l Targets in B.xml n Target01 n Target02 n Target02 depends on Target01 l Target in A.xml n Target03 n Target03 depends on C.Target02 which is defined in B.xml When I run Target03 in A.x