I tried to build the Spring Roo wedding project using the information from this URL: http://blog.springsource.com/2009/05/27/roo-part-2/
I tried this twice and got the same result.
When I execute "mvn test" I get the error below which states that there's a missing resource. Is there a know solution to this problem?
I'm using Spring Roo 1.0.0.RC1 [rev 198]
[INFO] Unable to find resource 'com.googlecode.jtype:com.springsource.com.googlec ode.jtype:jar:0.1.0' in repository com.springsource.repository.bundles.external.snaps hots (http://private.repository.springsour...ndles/external)
Downloading: http://repo1.maven.org/maven2/com/go...type-0.1.0.jar
[INFO] Unable to find resource 'com.googlecode.jtype:com.springsource.com.googlec ode.jtype:jar:0.1.0' in repository central (http://repo1.maven.org/maven2)
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD ERROR
[INFO] ------------------------------------------------------------------------
[INFO] Failed to resolve artifact.
Missing:
----------
1) com.googlecode.jtype:com.springsource.com.googleco de.jtype:jar:0.1.0


Reply With Quote
