Hi,
Just trying to get into Roo as it looks really neat, however trying to follow very simple tutorial with the shell but when I try I get the following output.
I was expecting to getCode:project --topLevelPackage com.tenminutes Created ROOT/pom.xml Created SRC_MAIN_RESOURCES Created SRC_MAIN_RESOURCES/log4j.properties Created SPRING_CONFIG_ROOT Created SPRING_CONFIG_ROOT/applicationContext.xml
what am I doing wrong where I don't get the java, text and webapp directories created?Code:roo> project --topLevelPackage com.tenminutes Created /home/balex/ten-minutes/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/META-INF/spring Created SRC_MAIN_RESOURCES/META-INF/spring/applicationContext.xml
I am running Arch Linux 64 with sun java 1.6 (removed openjdk as I thought that was the issue), maven 2.2.1 so I think I have all the dependencies.
No errors are shown when starting the shell and I get the same problem if trying this through the Eclipse (v3.7) new roo project wizard.
Help!
Thanks
Conrad


Reply With Quote