> > What's wrong with Ant's war task? You cannot override/extend it. Only way of making any extra processing e.g including some resources generated by other goal (e.g. by XDoclet) anyway requires two phases of processing.
Say that we will realize the scenario with more complex dependencies, which was discussed some time ago. If we will have dependency like "web-component" (which will include images, css files, java scripts etc) it will become more and more difficult to handle it in situ. So I believe that from the point of view of workflow with well defined points where you can customize the process(I mean preGoals and postGoals) it is better to make it like this. This will certainly result is minor performance hit. But I guess we can live with that. Michal --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
