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 application A (an application for managing student services), and another application B (an application for managing K2 mail accounts for students). The main application is A, and we would like to load/compile A with B (for the final version) or without B (for debugging, independent developing...). We would like to make changes in A or B independently of the other program, and only in the final phase merge both apps. Is it possible? I hope I have explained well what I would like to get. Thank you very much for all! Sergi 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: [email protected] >Betreff: How to merge two different webapps with Ant > >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 >independently, but we need to merge them on compile with Ant. >For example, the output application should have a web.xml with >instances of the two separated web.xml files, and should put >together the JSP and .java files (warning in case of repetition...). > >I would like to know if exist a way to do this with Ant. Or >maybe exist a way in another project? > >Thank you very much for any help. > >Sergi > --------------------------------------------------------------------- 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]
