Hi all,
         I am very new to maven and using it with gwt. I have eclipse
helios, installed required plugin for using maven for gwt. Now I have
created a project *gwt-maven-acrhetype -> I changed package names for
some reason like:

1)in.co.bittechnology.HMS ---(including sub-packages)changed to ----->
in.co.bittechnology

2)did maven clean, maven generate-sources, maven compile

3)After change my Async servlet name
'in.co.bittechnology.HMS.server.GreetingServletImp' ----goes to---->
'in.co.bittechnology.server.GreetingServletImpl'

4)So I change my <servlet-class> from -
*in.co.bittechnology.HMS.server.GreetingServletImpl*---to-->
'in.co.bittechnology.server.GreetingServletImpl'

5) do maven build.. -> gwt:run

6) the web.xml automatically changes the same <servlet-class> to
previous entry i.e
"in.co.bittechnology.server.GreetingServletImpl' ----changes to---->
'in.co.bittechnology.HMS.server.GreetingServletImpl'

so I wonder how this magic happens!!
Help!

Thanks in advance

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" 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/google-web-toolkit?hl=en.

Reply via email to