use ignoreFailures="true"

The list of failed projects will be in ${failedProjects} when done.

eg
<j:forEach var="project" items="${failedProjects.iterator()}">
  <ant:echo>failed: ${project.name}</ant:echo>
</j:forEach>

Cheers,.
Brett


On Sun, 5 Dec 2004 21:02:25 -0800 (PST), rajas kumar
<[EMAIL PROTECTED]> wrote:
> I need to find out failed modules by using reactor. I need  option to get 
> failed modules.
> If any body knows this pls forward me.
> 
> 
> ---------------------------------
> Do you Yahoo!?
>  Read only the mail you want - Yahoo! Mail SpamGuard.
>

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

Reply via email to