Hi all - I have a pretty simple set of domain classes and after doing a gwt setup I'm getting all kinds of problems.
Spring Roo version: 1.1.4.RELEASE [rev f787ce7]
When I run mvn jetty:run-exploded, it fails to run and I get errors saying that there are missing files because the file name is too long:
Caused by: java.io.FileNotFoundException: target/.generated/com/google/gwt/editor/client/adapters/ListEditor_com_somedns_prj_client_managed_request_ SuccessFactorProxy_com_somedomain_prj_client_manag ed_ui_SuccessFactorSetEditor_NameLabel_RequestFact oryEditorDelegate.java (File name too long)
Any ideas?
On a related note:
0 upgrades available (plus 29 upgrades not visible due to your version stability setting of RELEASE)
Does anyone know how to change the version stability setting so I can get the updates? (not sure if I'm blind, but I can't find any documentation on this)
Thank you -- Marcus


Reply With Quote