Hi, I'm developing a new application in gwt and I'm using an old application in jsf. I can build both with maven. And after build classes of jsf-project are correct arranged in WEB-INF/classes of gwt-war. My gwt project is also a dynamic web project. But if I deploy my gwt project into Tomcat-Server in Eclipse, the gwt-war will only be deployed without jsf-classes.
It seems the war will be taken, that is created by gwt compilation with google plugin for eclipse. What can I do in this case? Also: I have jsf-war-dependency in the gwt-project. And it will "correct" be built with maven. But the gwt-war will be deployed, that is created by google plugin for eclipse and it contains no classes of jsf. Thanks in advance. Best Regards. -sipungora-- View this message in context: http://maven.40175.n5.nabble.com/gwt-jsf-tp4363026p4363026.html Sent from the Maven - Users mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
