This bug has been raised before, but there was no further discussion on it.
http://forum.springsource.org/showthread.php?t=79487
I log on to roo and run the following command:
entity --class ~.domain.customer.data.CustomerEntity
roo> entity --class ~.domain.customer.data.CustomerEntity
Created SRC_MAIN_JAVA\uk\co\mo\app\moses\domain\customer\d ata
Created SRC_MAIN_JAVA\uk\co\mo\app\moses\domain\customer\d ata\CustomerEntity.java
Hangs
Opening up a new command shell running roo again then creates
Created SRC_MAIN_JAVA\uk\co\mo\app\moses\domain\customer\d ata\CustomerEntity_Roo
_Entity.aj
Created SRC_MAIN_JAVA\uk\co\mo\app\moses\domain\customer\d ata\CustomerEntity_Roo
_ToString.aj
Created SRC_MAIN_JAVA\uk\co\mo\app\moses\domain\customer\d ata\CustomerEntity_Roo
_Configurable.aj
Undo create SRC_MAIN_JAVA\uk\co\mo\app\moses\domain\customer\d ata\CustomerEntity
_Roo_Configurable.aj
Undo create SRC_MAIN_JAVA\uk\co\mo\app\moses\domain\customer\d ata\CustomerEntity
_Roo_ToString.aj
Undo create SRC_MAIN_JAVA\uk\co\mo\app\moses\domain\customer\d ata\CustomerEntity
_Roo_Entity.aj
This still does not creat all the files needed.
Thanks for any help


Reply With Quote