Hi All,

I am a newbie in Roo and GWT.

Using following software (downloaded along with STS)
STS Version : 2.3.3.M1-e3.5.2 Win32
ROO Version : 1.1.0.M1 [rev 3a0b8a3]
Maven Version : 2.2.1

I had successfully created the First Project (Roo Standalone) as
mentioned in http://www.springsource.org/roo/start
and also 'script expense.roo' worked fine. GWT Ui code also got
generated without any issues.

But as soon as I fire 'mvn gwt:run', I get the
ClassNotFoundException : A required class is missing: org/codehaus/
plexus/util/xml/XmlStreamReader

Even after adding the following in pom.xml
--- '<dependency>
<groupId>org.codehaus.plexus</groupId>
<artifactId>plexus-utils</artifactId>
<version>1.5.15</version>
</dependency> '

--- I still get the [ERROR] BUILD ERROR
-----------------------------------------------------
[INFO] Internal error in the plugin manager executing goal
'org.codehaus.mojo:gw
t-maven-plugin:1.3.1.google:run': Unable to load the mojo
'org.codehaus.mojo:gwt
-maven-plugin:1.3.1.google:run' in the plugin 'org.codehaus.mojo:gwt-
maven-plugi
n'. A required class is missing: org/codehaus/plexus/util/xml/
XmlStreamReader
org.codehaus.plexus.util.xml.XmlStreamReader
[INFO] -----------------------------------------------

I am completely stuck up as I can't even try samples like expense.roo
Any insight into the matter will be very helpful.

Thanks
Kaniska

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to google-web-tool...@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.

Reply via email to