This was some time ago, but this thread reports not an identical, but similar problem:
http://www.myeclipseide.com/PNphpBB2-printview-t-16783-start-0.html
I'm wondering if something about the...
Type: Posts; User: rbw; Keyword(s):
This was some time ago, but this thread reports not an identical, but similar problem:
http://www.myeclipseide.com/PNphpBB2-printview-t-16783-start-0.html
I'm wondering if something about the...
It still happens with a fresh copy of tomcat 6.0.20.
1) Run Roo (using M2) to build and deploy 'community' to fresh tomcat
The only change made to tomcat was to enable the admin user with...
There is no error reported at the tomcat console or the roo console. But after redeploy there is only a single directory under the deployed WEB-INF -- the lib directory and it appears to have all...
I've been using command line roo on a Windows XP machine.
The command: 'mvn tomcat:deploy' is working great, but the redeploy is failing.
I run 'mvn tomcat:redeploy' (and I tried 'mvn package...
I ran the test against the spring 'bare bones' roo_test package.
I ran into the same problems.
Then I downloaded the 1.0.0.RELEASE version of roo and tried that.
The roo_test package was then...
My .pom file contents looked identical to what you have.
I changed 1.0.0.RC4 to 1.0.0.RELEASE in the .pom file,
but I still see very similar if not the same results when I run maven.
I also...
I've updated the addon as you suggested.
But I still have a problem. The maven deploy gets into an endless download retry process and never seems to download the required files.
It eventually...
I was trying to go through the Spring-Surf tutorial, but I got hung up when I got to:
1.3. First Steps: Your Own Spring Surf App in Under 5 Minutes
Everything worked until I got to the point...