Re: Disabling Symbol Maps?

2011-05-23 Thread sixcorners
Well.. Here is a way to solve it I guess.. Kind of the least most invasive 
way to do it..
http://pastebin.com/urjK7LaB
then add this to .gwt.xml

 define-linker class=x.linker.SymbolMapTooBig name=symbolmapsucks/

add-linker name=symbolmapsucks/

I recommend testing it first... Good luck..

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



Re: Disabling Symbol Maps?

2011-05-13 Thread sixcorners
Would removing them from being included in app engine's static files or 
resources 
help? 
http://code.google.com/appengine/docs/java/config/appconfig.html#Static_Files_and_Resource_Files

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



Eclipse setup, javax.validation missing and jsp syntax highlighting

2010-11-13 Thread sixcorners
I see in the RequestFactory example (http://code.google.com/p/google-
web-toolkit/source/browse/trunk/samples/expenses/src/main/java/com/
google/gwt/#gwt/sample/expenses/shared), the Entity has properties
that have constraint annotations like
javax.validation.constraints.Size. Unfortunately when I try to use
them Eclipse just gives me red lines.. I think the package is missing.
How can I fix this? I'm on Ubuntu Linux with as little changed as is
required to get the Google Web Toolkit Plugin working.

Also .jsp files in my war directory are not getting highlighted and
can only be opened with a Text Editor. Is there a thing from one of
the eclipse software repositories that I need to download? I tried
installing a bunch of Java related stuff but it hasn't helped.

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



__gwt_historyFrame Why not dynamically put it on the webpage?

2009-11-15 Thread sixcorners
Is it possible to put the hidden iframe for the History class onto the
webpage from inside the toolkit? Maybe just send it for the browsers
that need it too?

--

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