I have a ValueProxy with an already fairly long name length (44
characters), but when it goes to generate an AutoBean for it, it adds
another 220 characters to that and hits the file name limit of most
linux filesystems (usually around 255 characters).  This makes my
build fail of course since it can't write the generated file.  Now I
can make changes to my code to make sure my name is below 35
characters or change to Reiser4 which I believe is about the only
filesystem that has a limit above that.  Or the other option is to
have the AutoBean code generator not add such a long addition to the
filename (although I've no idea how this would work for DETAILED
output mode, which is what I'm outputting as):
{myClassName}
AutoBean_com_google_web_bindery_requestfactory_shared_impl_EntityProxyCategory_com_google_web_bindery_requestfactory_shared_impl_ValueProxyCategory_com_google_web_bindery_requestfactory_shared_impl_BaseProxyCategory

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.

Reply via email to