Thanks for your reply Thomas,
I also used the same configuration as provided by you, but getting
strange problems:
.........
projectRoot\src\main\java\com\places\client\ClientFactory.java:[3,34]
pa
ckage com.google.gwt.event.shared does not exist
projectRoot\src\main\java\com\places\client\ClientFactory.java:[4,34]
pa
ckage com.google.gwt.place.shared does not exist
projectRoot\src\main\java\com\places\client\ClientFactory.java:[10,1]
ca
nnot find symbol
symbol : class EventBus
location: interface com.places.client.ClientFactory
projectRoot\src\main\java\com\places\client\ClientFactory.java:[11,1]
ca
nnot find symbol
symbol : class PlaceController
location: interface com.places.client.ClientFactory
projectRoot\src\main\java\com\places\client\ui\MyView.java:[3,34]
packag
e com.google.gwt.place.shared does not exist
projectRoot\src\main\java\com\places\client\ui\MyView.java:[4,36]
packag
e com.google.gwt.user.client.ui does not exist
projectRoot\src\main\java\com\places\client\ui\MyView.java:[6,32]
cannot
find symbol
symbol: class IsWidget
public interface MyView extends IsWidget
projectRoot\src\main\java\com\places\client\ui\MyView.java:[13,12]
canno
t find symbol
symbol : class Place
location: interface com.places.client.ui.MyView.Presenter
projectRoot\src\main\java\com\places\client\ClientFactoryImpl.java:
[3,34
] package com.google.gwt.event.shared does not exist
projectRoot\src\main\java\com\places\client\ClientFactoryImpl.java:
[4,34
] package com.google.gwt.event.shared does not exist
projectRoot\src\main\java\com\places\client\ClientFactoryImpl.java:
[5,34
] package com.google.gwt.place.shared does not exist
projectRoot\src\main\java\com\places\client\ClientFactoryImpl.java:
[12,2
2] cannot find symbol
symbol : class PlaceController
location: class com.places.client.ClientFactoryImpl
.....................
Actually in Eclipse IDE, I am able to import and use all gwt classes,
but during mvn package or mvn jetty:run or gwt:run, it gives above
errors.
And in Intellij idea IDE, ide gives errors on classes itself, saying
that the GWT classes need some different module to be inherited in
Application.gwt.xml file.
For example for class com.google.gwt.core.GWT it says that inherit
module 'com.google.gwt.core.CompilerParameters'
and for class UIBinder it says to inherit
'com.google.gwt.uibinder.UiBinder', but even on inheriting these
modules, the error remains both in IDE and during mvn commands.
> > Can anybody please tell the maven dependency for 2.1rc1and its
> repository or google code 2.1.0.RC1repository (in the GWT SVN repo,