Re: problem deploying with maven

2010-07-04 Thread shirin
Hi again I fix the previous problem and now I have another one. In pom.xml file , I added dependency to one another module which used JAXP. now when I deploy the project I see this error: WARNING: 'com.google.gwt.dev.GWTCompiler' is deprecated and will be removed in a future release. Use

problem deploying with maven

2010-07-02 Thread shirin
I have a gwt project and in this project I used gxt as well I deployed the project with ant and it deployed and run properly. Now I want to use maven to deploy it I use GWT version 2.0.3 and in pom.xml I mentioned this version of GWT After runing command mvn clean install I get this prompts:

Problem deploying RPC application to jetty

2010-06-02 Thread shirin
Hi I have a RPC application , very simple with just one servlet class in server package. it runs good locally but when I deploy it in jetty in a remote server it said that it can not find my servlet class this jetty server has been configured before and has a specific deploying strategy. For

Problem deploying RPC application to jetty

2010-06-02 Thread shirin
Hi I posted this error before. I did lots of thing but still without success let me give some more details: say my project name is gwtexample and my servlet class name is myServlet in web.xml I defined servlet-mapping url-pattern/gwtexample/myServlet/url-pattern /servlet-mapping