This is a bizarre setup. So does the temporary directory get setup
incorrectly first time, or is the problem just with the final copy to
maven.war.webapp.dir?

> -----Original Message-----
> From: Roland Berger [mailto:[EMAIL PROTECTED] 
> Sent: Tuesday, 30 September 2003 3:50 PM
> To: Maven Users List
> Subject: AW: bug in war:webapp??
> 
> 
> No, I copy the webapp by a normal ant task to a temp folder 
> because I don't want everything which is in the original 
> webapp in the finall webapp (war goal does not support 
> excludes, only for classes). So, my temp webapp folder is the 
> source folder for the war:webapp goal.
> 
> Regards
> Roland
> 
> -----Ursprüngliche Nachricht-----
> Von: Brett Porter [mailto:[EMAIL PROTECTED]
> Gesendet: Dienstag, 30. September 2003 00:11
> An: 'Maven Users List'
> Betreff: RE: bug in war:webapp??
> 
> 
> Maven.war.src is where it comes from, maven.war.webapp.dir is 
> where it goes to - you said that you set maven.war.src to the 
> temporary folder, which is where it goes to. Is this what you 
> meant? In that case, flip them around :)
> 
> Cheers,
> Brett
> 
> > -----Original Message-----
> > From: Roland Berger [mailto:[EMAIL PROTECTED]
> > Sent: Monday, 29 September 2003 7:57 PM
> > To: Maven Mailinglist
> > Subject: bug in war:webapp??
> >
> >
> > Hi all
> >
> > I need to copy my webapp to a temporary folder.
> > maven.war.src is set to this temporary folder. The files are copied 
> > from my origianal webapp location to the temporary webapp 
> folder in a 
> > preGoal of war:webapp.
> >
> >
> > I start the war:webapp goal when the temporary webapp 
> folder does not 
> > yet exist (it is created in the preGoal). After the war:webapp goal 
> > has finished only the WEB-INF directory an its files are include in 
> > maven.war.webapp.dir . When I rerun the goal also the files on the 
> > same level like WEB-INF are copied.
> >
> > Is this a bug or is there anything I do not understand?
> >
> > Regards
> > Roland
> >
> >
> > 
> ---------------------------------------------------------------------
> > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > For additional commands, e-mail: [EMAIL PROTECTED]
> >
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 

Reply via email to