I've just successfully run the rsvp sample detailed in the blog.
http://blog.springsource.com/2009/05/27/roo-part-2/
Then I decided to create a new roo project.
roo>create project -topLevelPackage com.myproject
Created c:/myproject/pom.xml
Created SRC_MAIN_JAVA
Created SRC_MAIN_RESOURCES
Created SRC_TEST_JAVA
Created SRC_TEST_RESOURCES
Created SRC_MAIN_WEBAPP
Created SRC_MAIN_RESOURCES/applicationContext.xml
---------------------------------------------------
The following is not created as stated in the blog
Created SRC_MAIN_WEBAPP/WEB-INF
Created SRC_MAIN_WEBAPP/WEB-INF/myproject-servlet.xml
Created SRC_MAIN_WEBAPP/WEB-INF/web.xml
Created SRC_MAIN_WEBAPP/WEB-INF/jsp
Created SRC_MAIN_WEBAPP/WEB-INF/jsp/index.jsp
Created SRC_MAIN_WEBAPP/WEB-INF/urlrewrite.xml
I'm using version 1.0.0.M2 [rev 138]
I'm I missing something?


Reply With Quote
