Filtering webapp resources

2009-08-12 Thread Ognjen Blagojevic
Hi all, I'm trying to filter webapp resources (*.jspx). I guess, the intended way of doing this is using maven-war-plugin, but due to bug MWAR-164[1], my UTF-8 files get messed up. So, I'm trying to figure out how to do it manually. I try to use maven-antrun-plugin to run replaceregexp on fo

Re: Filtering webapp resources

2006-02-22 Thread Allan Ramirez
I think these will help http://jira.codehaus.org/browse/MWAR-12 http://jira.codehaus.org/browse/MNG-1683 -allan Xavier Frisaye wrote: Hi everybody, I want to filter webapp resources (the files under WEB-INF directory). I find there is already an issue/update to be able to do this kind of thi

Filtering webapp resources

2006-02-20 Thread Xavier Frisaye
Hi everybody, I want to filter webapp resources (the files under WEB-INF directory). I find there is already an issue/update to be able to do this kind of things. I just want to know when it is planned for and/or if there is a "trick" to solve this problem while waiting for war plugin update.