Ok, I know were is the problem but I don't know how to fix it. In target/run.sh "(..)src/main/resources" directory is before "(...)target/classes" so when GWT searches file it takes version from resources which is not filtered. When I have edited run.sh and put target/classes before resources it works. I think than maven gwt shouldn't put resources directory in the classpath because all resources are copied to target/ classes
--~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "gwt-maven" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/gwt-maven?hl=en -~----------~----~----~----~------~----~------~--~---
