Re: UiBinder errors not very helpful -- am i missing a compiler option?

2011-09-28 Thread -sowdri-
One occasion in which UiBinder errors are misleading is when you add custom 
xml namespace like,  *xmlns:c="urn:com.google.gwt.user.cellview.client"*, in 
this case i 've actually missed xmlns:*import*:c, the compiler would just 
say it cannot find a matching element on the xml file. 

A better error message could be useful!

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-web-toolkit/-/ZbkyIN4R380J.
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: UiBinder errors not very helpful -- am i missing a compiler option?

2011-09-28 Thread Brandon Donnelson
Here is a quick UiBinder screencast. I'm not sure I get what your doing yet.

http://www.youtube.com/watch?v=Fem2T4ob7GI

Brandon

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-web-toolkit/-/zaDsKpyJ6_YJ.
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: UiBinder errors not very helpful -- am i missing a compiler option?

2011-09-28 Thread Ryan Groten
When I get the "failed to resolved ... via deferred binding" errors there's 
usually a useful error message in the output above it ("missing required 
attribute" or "can only have 1 child element", etc).  You don't get those 
types of error messages?

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-web-toolkit/-/MyWouRuCU9oJ.
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.



UiBinder errors not very helpful -- am i missing a compiler option?

2011-09-28 Thread HBA
Hi,

I'm starting a new gwt project, and I've decided to use UiBinder
instead of pure java.  I'm starting to regret this decision.  In fact,
I'm starting to think that maybe I should switch to pure java.  But
before that, I thought I post a question and get your feedback.

In my limited experience, UiBinder is all great, until something goes
wrong.  Then there is no indication of how to solve the problem.  All
I get from eclipse is "Failed to create an instance of  vai deferred binding."  Followed by a null pointer stacktrace.
Not very useful.  And if I want to figure out what's going on, I guess
I'll have to figure out where the compiled  is
stored and scan through that...which defeats the point of having a
compiler.

Am I missing a compiler option or something that would generate better
error messages?

Thanks in advance.

-- 
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.