You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ant.apache.org by Apache Wiki <wi...@apache.org> on 2005/09/07 12:27:16 UTC

[Ant Wiki] Trivial Update of "AntWeaknessesAndProblems" by SteveLoughran

Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Ant Wiki" for change notification.

The following page has been changed by SteveLoughran:
http://wiki.apache.org/ant/AntWeaknessesAndProblems

The comment on the change is:
->antcontrib for exceptions

------------------------------------------------------------------------------
   * Persistent state. If the ant process dies, all explicit record of the state is lost. In a build, this is not a problem; file artifacts are still present, and rebuilds are the best action.
  
   * Fault handling. In a build process, task failure often means something is seriously wrong and needs fixing. In a workflow, exception handling logic allows for failures to be handled automatically.
+  Note that AntContrib has a <trycatch> task that provides some failure handling.
  
   * Parallel operation. Yes, there is a <parallel> task, but it gets complex to use. Also, you need to be sure that all the tasks that are used in parallel are safe to be used re-entrantly.
  

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