Frustrating issue for newbie - src directories missing
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.
Code:
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
I was expecting to get
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
what am I doing wrong where I don't get the java, text and webapp directories created?
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
[Solved] Frustrating issue for newbie - src directories missing
Hi,
you're absolutely correct. Appropriate directories created when needed i.e. when the next steps are taken - entity creation, test creation etc.
All tutorials out there don't seem to reflect this, perhaps this is something that is only true in later versions of Roo. Not important really, just when following tutorials I like to know cause and effect, particularly when starting off with something new.
Thanks though, at least I can start exploring...
Conrad