-
Sub-task
-
Resolution: Obsolete
-
Major
-
2.0.0.Beta4
-
None
When I create a project, I can do a more on the pom.xml. But then, after creating a few entities, I cannot do a more on the entity I've created.
[model]$ more Country.java /Users/antoniombp/Documents/Code/temp/Country.java: No such file or directory [model]$ pwd /Users/antoniombp/Documents/Code/temp/agoncal-application-petstore-ee7/src/main/java/org/agoncal/application/petstore/model
In this example I am on the model subdirectory, when I type more and hit TAB, the completion works for my entity Country, but then, the directory is not right :
/Users/antoniombp/Documents/Code/temp/Country.java
Instead of
/Users/antoniombp/Documents/Code/temp/agoncal-application-petstore-ee7/src/main/java/org/agoncal/application/petstore/model/Country.java