Charitha Kankanamge wrote:
Hi all,
I'm developing a test framework using Ant. The test framework consists of web services and clients (clients are java applications NOT JUnit tests). There are seperate build.xml files to compile and run each client individually. I have a master build.xml file which calls the build.xmls of each client via (ant antfile) command. Now my problem is, if one of the clients fail (If build fails of sub directories), the master build script also quits.
I tried with <java fork="true" failonerror="false"> with no luck.
Can someone please provide me a solution to overcome this issue?
(The master build.xml is attached here with)


<subant>

--
Steve Loughran                  http://www.1060.org/blogxter/publish/5
Author: Ant in Action           http://antbook.org/

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to