Re: AW: How to merge two different webapps with Ant

2006-05-22 Thread Steve Loughran
Sergi Marin/Upcnet wrote: Danke schön Jan! You say me to create a EAR file with two WAR file (one by webapp), no? But what's about if we want both webapps are placed in the same directory and both have same WEB-INF directory, web.xml file, lib directory, (a higher level of union)... In fact,

Re: AW: How to merge two different webapps with Ant

2006-05-22 Thread Sergi Marin/Upcnet
Danke schön Jan! You say me to create a EAR file with two WAR file (one by webapp), no? But what's about if we want both webapps are placed in the same directory and both have same WEB-INF directory, web.xml file, lib directory, (a higher level of union)... In fact, we would like to have an ap

AW: How to merge two different webapps with Ant

2006-05-19 Thread Jan.Materne
I would keep them separate and bundle as an EAR-file ... Jan >-Ursprüngliche Nachricht- >Von: Sergi Marin/Upcnet [mailto:[EMAIL PROTECTED] >Gesendet: Freitag, 19. Mai 2006 12:11 >An: user@ant.apache.org >Betreff: How to merge two different webapps with Ant > >Hello > >I'm looking for a