RE: Strange behavior of war plugin

2003-06-16 Thread Michal Maczka
> > 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, whic

RE: Strange behavior of war plugin

2003-06-16 Thread Vincent Massol
> -Original Message- > From: Michal Maczka [mailto:[EMAIL PROTECTED] > Sent: 16 June 2003 10:31 > To: 'Maven Developers List' > Subject: RE: Strange behavior of war plugin > > My teammate has also strange problems with war plugin. > For him just java f

RE: Strange behavior of war plugin

2003-06-16 Thread Michal Maczka
My teammate has also strange problems with war plugin. For him just java files are included in war. FYI: I am working on generic java code for installing and deploying artifacts and generating manifest file. I am almost done with that I am rewriting also WAR plugin to use this code. I plan to