cancel
Showing results for 
Search instead for 
Did you mean: 

web-TEMPLATE

soeursourire
Champ in-the-making
Champ in-the-making
Hi!

Please could somebody tell me in which file web-TEMPLATE.xml is called? How is this file used? This file is in web-client.source.web.WEB-INF.

Thanks
1 REPLY 1

gavinc
Champ in-the-making
Champ in-the-making
This file is used to generate web.xml.

When the Ant script runs it makes a copy of web_TEMPLATE.xml and calls the copy web.xml. The @facesconfig@ token is then replaced with the correct list of faces config files.

This process is performed in the "generate-web-xml" target in /projects/web-client/project-build.xml