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
-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 way to merge tw

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 > >Hel

How to merge two different webapps with Ant

2006-05-19 Thread Sergi Marin/Upcnet
Hello I'm looking for a way to merge two different webapps. Both apps are implemented with servlets JSP etc, with the Tomcat directory structure (WEF-INF...). We want to merge both projects to one. We need some automated way to do this, because both projects remain separated and will evolve in