Bug in GWT Eclipse plugin

2011-05-30 Thread connect2vishal
Try creating the HTML page in the GWT eclipse plugin ... You can never do it. Bugs persist in all the versions of eclipse -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this group, send email to

Re: Bug in GWT eclipse plugin?

2010-03-12 Thread Rajeev Dayal
Hi Krishna, Glad you were able to get around this issue. It looks like there might be some sort of escaping issue on our side as well. We'll take a look at the bug that you mentioned. Rajeev On Mon, Mar 8, 2010 at 7:33 AM, Krishna shrikrishna.sh...@gmail.com wrote: OK, I traced this down to

Bug in GWT eclipse plugin?

2010-03-08 Thread Krishna
Hi, I just upgraded to GWT 2.0.3 from within Eclipse (I use the Google eclipse plugin). However, I am unable to run my code after the upgrade. Eclipse throws the following exception: java.lang.IllegalArgumentException: Argument not valid The entity circ was referenced, but not declared. at

Re: Bug in GWT eclipse plugin?

2010-03-08 Thread Krishna
OK, I traced this down to a bug in my code where I forgot to escape ? in a regular expression. Am unsure why this triggered an error in the OOPHM code. The following error while loading the compiled code pointed out the problem: Uncaught SyntaxError: Invalid regular expression: /?/: Nothing to