Re: Targettting Rhino with GWT compiler

2009-10-23 Thread Attila Szegedi
Thank you, those are very useful pointers. I'll look into GWT 2.0 for debugging support. Attila. On Oct 21, 4:08 pm, Thomas Broyer t.bro...@gmail.com wrote: On 20 oct, 15:53, Attila Szegedi szege...@gmail.com wrote: Hi all, I really like the development model of GWT - using Java for

Re: Button labels get line breaks in Opera

2009-10-23 Thread Tarjei Knapstad
2009/10/22 Tarjei Knapstad tarjei.knaps...@gmail.com: Just tried out our prototype Gwt app on a multitude of browsers, and there's a really weird problem with Opera. All the Gwt Button's are linewrapped where ever there is a space in the label. Button labels look like this in FF, Chrome, IE

Add widget recursively

2009-10-23 Thread MarcoGT
Hi all, I have got a popup panel that looks like this: listbox1 - label button1 button2 I would like that when label is clicked, a listbox identical to listbox1 appears before two buttons...how to do? Obviously, if I clicked three times on label, three listboxes have to appears... I am stuck.

Re: UiBinderi18n Example

2009-10-23 Thread Arnaud
Hi group, I'm stucked at the same place than you are Ben. ui:UiBinder xmlns:ui='urn:ui:com.google.gwt.uibinder' xmlns:g='urn:import:com.google.gwt.user.client.ui' ui:defaultLocale=es ui:generateKeys=com.google.gwt.i18n.rebind.keygen.MD5KeyGenerator

Re: Announcing GWT 2.0 Milestone 2

2009-10-23 Thread Thomas Broyer
On 23 oct, 01:37, Devraj Mukherjee dev...@gmail.com wrote: Is there any documentation that goes with the milstone releases so we can read up on howto use some of these news features? I am particularly interested in the XML UI descriptors. You can read about it here:

Re: Announcing GWT 2.0 Milestone 2

2009-10-23 Thread lowecg2004
Great work GWT team! Does this release have support for 64 bit Windows in OOPHM? Cheers, Chris. On Oct 22, 6:43 pm, John LaBanca jlaba...@google.com wrote: Hi everyone, We are excited to release the second milestone build for GWT 2.0 today. This milestone is essentially feature complete,

Re: Deploying to Apache HTTPD only

2009-10-23 Thread Thomas Broyer
On 22 oct, 18:01, Charbel charbe...@gmail.com wrote: Hi, I just finished my first GWT application and I wanted to know if it is possible to deploy a GWT application on Apache HTTD, this GWT app only uses compiled Javascipt to access a Tomcat application hosting all the functionality via

Re: GWT In Eclipse: file not found for:

2009-10-23 Thread Thomas Broyer
On 22 oct, 16:28, Anh Phuong Tran anhs...@gmail.com wrote: Hello! Im starting a new GWT project (ModelViewer) and in one of the class, I try to acces a xml file locally. The message that I get when I started the apps in hosted mode is: WARNING: No file found for:

Re: Compiling module Error using Eclipse GWT Compiler

2009-10-23 Thread Thomas Broyer
On 22 oct, 08:02, Ram kumar simramku...@gmail.com wrote: I added new jar in the lib directory mvc4g-1.0.0.jar. I am using Controller class form that jar. When i try to compile the module, i am getting the below compile time error. Can any body help on this issue. Compiling module

Building gadget using GWT 1.7.1 and deploying using App Engine 1.2.6

2009-10-23 Thread Lance
I have two problems which are possibly related. 1) create a new GWT project (call it Sample, for the sake of this discussion in the com.sample package). GWT 1.7.1, GAE 1.2.6, and add gwt-gadgets 1.0.3 to the build path. 2) modify the client package Sample.java file: A) add these imports:

Re: GWT 2.0 ms1 RPC issue IncompatibleRemoteServiceException: Parameter 0 of is of an unknown type 'java.lang.String/2004016611'

2009-10-23 Thread dwardu
I was getting the same error; by mistake I was overwriting gwt- servlet.jar (and I suspect, also the gwt-generated .gwt.rpc file!) with the ones from the from the old (gwt 1.7) project. Now that I’m surely not overwriting anything new with anything old, the problem has disappeared. I was not

Mapping GWT features with WEB2.O ?

2009-10-23 Thread Avi
Hi All, I have few queries regarding GWT, hope you guys can help me out. My queries are: 1) Does GWT have any API or widgets for BPEL, SOA integration? 2) Does it have any forums, blog, wiki builder features? 3) Does it have any inbuilt tagging features? 4) Does it support

FileOutputStream doesn't work in a remoteServiceServlet class?

2009-10-23 Thread Rolando
Hi, i'am roland and i have the following question: Are there Constraints in a remoteServiceServlet class? My program includes a server-client-interface vie RPC. It works correctly. The server-side code is realized in the remoteServiceServlet class. Now i want to save the data (received from

Re: FileOutputStream doesn't work in a remoteServiceServlet class?

2009-10-23 Thread Lothar Kimmeringer
Rolando schrieb: FileOutputStream myStream = new FileOutputStream(Text.txt); (java.lang.String) throws java.io.IOException' threw an unexpected exception: java.security.AccessControlException: access denied (java.io.FilePermission Text.txt write) Does anybody know, why it doesnt work?

Re: FileOutputStream doesn't work in a remoteServiceServlet class?

2009-10-23 Thread ken
Looks like you're running with a security manager, have you set up a policy file? (If not explicitly using a security manager check the startup / not using RMI etc). On Oct 23, 10:52 am, Rolando muehl...@gmx.de wrote: Hi, i'am roland and i have the following question: Are there Constraints in

GWT 2.0 code splitting

2009-10-23 Thread michalk
Hi There is a description of the new functionality of GWT on the web page http://code.google.com/p/google-web-toolkit/wiki/CodeSplitting. I'm trying to write 2 modules (C and D) with their codes splitted between two js files. It's working fine. But, these two modules extend some abstract

How to serialize JavaScript Object to JSON?

2009-10-23 Thread jazzka
Is there any way to easily serialize extended JavaScriptObject to JSON string? I want to build PHP backend and use JSON for communication between client and server. JSON string will be sent to PHP backend via POST method. I get data from server as GWT JSON tutorial presents (http://

GWT Eclips plugins

2009-10-23 Thread Jignesh Prajapati
i dont hav internet and n m new in java, eclipse can any body tell me how to download Google eclipse GWT Package (where) ? and how to manually installation ? i read d docs but it cant help out. Pls Help me thanks -- Drj --~--~-~--~~~---~--~~ You

GWt HELP

2009-10-23 Thread Jignesh Prajapati
hi all, can anybody tell me how and where to download gwt plugin i dont hav internet. it is manualy download required. i m using eclipse 3.1 is plugin r work wid it ? pls help... -- Drj --~--~-~--~~~---~--~~ You received this message because you are subscribed

Re: Compiling module Error using Eclipse GWT Compiler

2009-10-23 Thread Eric
On Oct 22, 2:02 am, Ram kumar simramku...@gmail.com wrote: I added new jar in the lib directory mvc4g-1.0.0.jar. I am using Controller class form that jar. When i try to compile the module, i am getting the below compile time error. Can any body help on this issue. You need to adjust your

package organisation

2009-10-23 Thread g1
Hi all, when compiling my gwt application, gwt fails at compile time stating: No source code is available for type xxx; did you forget to inherit a required module? My understanding of this error is that it is saying that I've used some Java code that cannot be converted to javascript. However

Boostrap hangs on page cached by google

2009-10-23 Thread Alessandro Pacifici
Accessing a GWT page cached by google (google adds the base tag to import correctly all relative referenced files) the bootsrap hangs even if the linker used in the page is xs added with the following lines on the gwt module xml file: add-linker name=xs /

Re: GWt HELP

2009-10-23 Thread Thomas Broyer
On 23 oct, 15:18, Jignesh Prajapati jig4phys...@gmail.com wrote: hi all,  can anybody tell me how and where to download gwt plugin i dont hav internet. it is manualy download required. i  m using eclipse 3.1 is plugin r work wid it ? pls help...

Re: GWt HELP

2009-10-23 Thread Jignesh Prajapati
thanks bro. :-) version 3.1 not work ok... i need new download. On 10/23/09, Thomas Broyer t.bro...@gmail.com wrote: On 23 oct, 15:18, Jignesh Prajapati jig4phys...@gmail.com wrote: hi all,  can anybody tell me how and where to download gwt plugin i dont hav internet. it is manualy

Re: How to serialize JavaScript Object to JSON?

2009-10-23 Thread Thomas Broyer
On 23 oct, 13:59, jazzka jaskas...@gmail.com wrote: Is there any way to easily serialize extended JavaScriptObject to JSON string? I want to build PHP backend and use JSON for communication between client and server. JSON string will be sent to PHP backend via POST method. FWIW, I find it

Re: package organisation

2009-10-23 Thread g1
To add to this: it appears that if I move AccessInterface and AccessInterfaceAsync to the same directory as AccessController and put them all in the same package then it does compile. Is it possible to keep the interfaces in a seperate package and still use them as described in my previous

Re: Announcing GWT 2.0 Milestone 1

2009-10-23 Thread Jaroslav Záruba
Please, does the UI-binder thing support loading of XML-definitions at runtime? So you could load prepared pieces of your UI later...? On Oct 21, 8:28 pm, jscheller jschel...@csoftware.com wrote: Is there a build of the GWT incubator library available for download somewhere for use with the

Re: GWT Eclips plugins

2009-10-23 Thread firehouse
Visit http://code.google.com/intl/es-ES/eclipse/docs/getting_started.html#installing On 23 oct, 09:01, Jignesh Prajapati jig4phys...@gmail.com wrote: i dont hav internet and n m new in java, eclipse can any body tell me how to download Google eclipse GWT Package (where) ? and how to

Regarding GZIP compression

2009-10-23 Thread varoon
Hi all. I have developed a web site (Static) using Smart GWT. My page is unusually slow. It takes more than 1 minute to load. So, I thought of Zipping my js files. Can any one help me out in doing it sucessfully?? I have to upload on a tomcat server.

Re: package organisation

2009-10-23 Thread Isaac Truett
You can use separate packages as long as you add them to your source path. http://code.google.com/webtoolkit/doc/1.6/DevGuideOrganizingProjects.html#DevGuideModules On Fri, Oct 23, 2009 at 11:38 AM, g1 jeff.l.dav...@gmail.com wrote: To add to this: it appears that if I move

Re: Announcing GWT 2.0 Milestone 2

2009-10-23 Thread Chris Ramsdale
Devraj, As of MS2, your best bet is to check out the updated Mail sample to see how to use some of the new 2.0 features (in particular the XML UI descriptors). We'll have more documentation as we move closer to the final release. - Chris On Oct 22, 7:37 pm, Devraj Mukherjee dev...@gmail.com

how do I specify String[] in properties file when using i18nCreator?

2009-10-23 Thread Grary
Hi, Anyone know how what I do in my .properties file to yield interface return types of String[] when using i18nCreator? Thanks, Grary --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To

Re: Regarding GZIP compression

2009-10-23 Thread Paul Robinson
Try something like this in your tomcat/conf/server.xml: Connector port=8080 protocol=HTTP/1.1 connectionTimeout=2 redirectPort=8443 compression=on compressionMinSize=2048 noCompressionUserAgents=gozilla, traviata

Re: how to send variables in form panel

2009-10-23 Thread YoeZ
yes, of course I put the multipart in client code: form.setAction(GWT.getModuleBaseURL() + uploadfileservlet); form.setEncoding(FormPanel.ENCODING_MULTIPART); form.setMethod(FormPanel.METHOD_POST); I have a form with uploadfile widget, and some textbox. the uploaded file was

RichTextArea not showing right!!!

2009-10-23 Thread Joaoh82
I am new to GWT so maybe I am just forgeting something... import com.google.gwt.user.client.ui.RichTextArea; final RichTextArea rText = new RichTextArea(); RootPanel.get().add(rText); Basicaly what I am doing is this, but it is showing what looks like a textbox with several lines, but with

Re: Deploying to Apache HTTPD only

2009-10-23 Thread rernst
I don't think this is what he is asking. I am actually pondering the same question. I have some code that talks JSON to a PHP backend. This code needs no Tomcat, indeed there is no Tomcat instance running on the server. GWT is compiled into JS so there should be no need for deployment to Tomcat

Re: RichTextArea not showing right!!!

2009-10-23 Thread Prashant
see GWTShowcase demo. Hint: you need to add the toolbar separately. --~--~-~--~~~---~--~~ 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

DockLayoutPanel and Tab Order

2009-10-23 Thread Bryan Vergato
Running 2.0m2 -- I've just noticed that when I add components to a DockLayoutPanel , the tab order is the order in which the components are added to the dock (or DOM, I suppose). If you add a North, South and Center component which are all focusable, the tab order will be North, South, then back

Re: DockLayoutPanel and Tab Order

2009-10-23 Thread Ian Bambury
What error do you get? You can have a play here http://examples.roughian.com/#Panels~DockPanel - if you get an error, let me know. I think in the docs, Google says you can't but in practice (even in 2.0m2) you can. But why aren't you using a VerticalPanel? Or even better, a FlowPanel, or even

Re: RichTextArea not showing right!!!

2009-10-23 Thread Max Zhu
Please refer to sample code. RichTextToolbar is not part of the GWT library. You can use following code to add your tool bar. RichTextArea textArea = new RichTextArea(); RichTextToolbar toolbar = new RichTextToolbar(textArea); toolbar.setWidth(100%); panel.add(toolbar); panel.add(textArea); On

cross-site bootstrap using document.write to inject application

2009-10-23 Thread John O'Conner
I noticed that the xs bootstrap for GWT apps uses document.write to insert the application's deferred binding js files. Our application is designed to load AFTER our customer's page has loaded...we put our app's js script tag at the very bottom of the customer's body element on their page. I was

Re: RichTextArea not showing right!!!

2009-10-23 Thread Joaoh82
Thanks, I had to import the class from the samples package but it worked... On 23 out, 13:29, Max Zhu thebb...@gmail.com wrote: Please refer to sample code. RichTextToolbar is not part of the GWT library. You can use following code to add your tool bar. RichTextArea textArea = new

Re: DockLayoutPanel and Tab Order

2009-10-23 Thread Ian Bambury
Sorry, read it too quickly. --~--~-~--~~~---~--~~ 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

Hibernate4GTW + GWT 1.7 - problems?

2009-10-23 Thread rernst
Hi, does Hibernate4GWT support GWT 1.7? I only saw mention up to 1.5. --~--~-~--~~~---~--~~ 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: Deploying to Apache HTTPD only

2009-10-23 Thread Thomas Broyer
On 23 oct, 18:33, rernst rerns...@gmail.com wrote: I don't think this is what he is asking. I am actually pondering the same question. I have some code that talks JSON to a PHP backend. This code needs no Tomcat, indeed there is no Tomcat instance running on the server. GWT is compiled into

Re: how do I specify String[] in properties file when using i18nCreator?

2009-10-23 Thread Thomas Broyer
On 23 oct, 18:02, Grary grary.sti...@gmail.com wrote: Hi, Anyone know how what I do in my .properties file to yield interface return types of String[] when using i18nCreator? AFAICT, you just can't, you'd have to tweak the Constants interface afterwards. I find it much easier to just code

max-width under IE8

2009-10-23 Thread Bryan
I have a standards mode GWT app, GWT2.0 m2, and the following CSS rule. .mylabel { max-width:50px; overflow:hidden; } This works properly in all browsers except (of course) IE, where the label width is not actually constrained by max-width. This is IE8, btw. Is there any workaround other

Is there a easy way to remove all the widgets in a cpanel?

2009-10-23 Thread tedpottel
Hi, Part of my ui uses a VerticalPanel. The program adds widget to the panel in a function call draw, that loads in information from a database, creats label widget and adds them to the VerticalPanel. Sometimes I need to do a refresh, so I call draw again, which has al the old stuff on top, and

Re: Is there a easy way to remove all the widgets in a cpanel?

2009-10-23 Thread Ian Bambury
vp = new VerticalPanel(); Ian http://examples.roughian.com 2009/10/24 tedpottel tedpot...@gmail.com Hi, Part of my ui uses a VerticalPanel. The program adds widget to the panel in a function call draw, that loads in information from a database, creats label widget and adds them to the

Re: JSNI method doesn't work in IE?

2009-10-23 Thread dougx
O_o can you be more specific? This works fine for me in ie6 / ie7 / ie8 / ie8 compatability mode... Well... which is to say, I got a popup saying Hello. What were you expecting to happen? public class Testing implements EntryPoint { static { exportJSNI(); } public void

Downloading image

2009-10-23 Thread hou0175
Hello experts, I'm trying to create a page where I can display images stored in a database. I've writen the server code as follows. public void doGet(HttpServletRequest request, HttpServletResponse response) throws ServletException, IOException {

Working examples of UIBinder

2009-10-23 Thread Devraj Mukherjee
Hi all, I have just managed to get GWT 2.0 MS2 running and a basic project happening using Eclipse plugin. I am trying to follow the documentation available at http://code.google.com/p/google-web-toolkit/wiki/UiBinder to get a UI built using the XML descriptors, but not getting anywhere. Are

Re: Working examples of UIBinder

2009-10-23 Thread Ian Bambury
The mail app in the samples. What problems are you having? I could send you a working project if you want. Ian http://examples.roughian.com 2009/10/24 Devraj Mukherjee dev...@gmail.com Hi all, I have just managed to get GWT 2.0 MS2 running and a basic project happening using Eclipse

[gwt-contrib] Fix sundry warnings

2009-10-23 Thread rice
Reviewers: jat, Ray Ryan, Lex, scottb, Description: Fix some cases of the following classes of warnings: 1) (Obviously correctly) unused variables 2) Redundant interface inheritance 3) Redundant null checks 4) Redundant casts 5) Hidden variables 6) Deprecation 6) (Only in HandlerClassInfo.java)

[gwt-contrib] [google-web-toolkit] r6447 committed - Created ms2-equivalent snapshot via:...

2009-10-23 Thread codesite-noreply
Revision: 6447 Author: fabb...@google.com Date: Fri Oct 23 09:04:26 2009 Log: Created ms2-equivalent snapshot via: svn copy -r6446 https://google-web-toolkit.googlecode.com/svn/trunk https://google-web-toolkit.googlecode.com/svn/branches/snapshot-2009.10.23-r6446

[gwt-contrib] [google-web-toolkit] r6448 committed - Adding branch-info.txt

2009-10-23 Thread codesite-noreply
Revision: 6448 Author: fabb...@google.com Date: Fri Oct 23 09:31:50 2009 Log: Adding branch-info.txt http://code.google.com/p/google-web-toolkit/source/detail?r=6448 Added: /branches/snapshot-2009.10.23-r6446/branch-info.txt === --- /dev/null +++

[gwt-contrib] [google-web-toolkit] r6449 committed - Adds basic test case for SOYC.

2009-10-23 Thread codesite-noreply
Revision: 6449 Author: kpro...@google.com Date: Fri Oct 23 09:55:33 2009 Log: Adds basic test case for SOYC. http://code.google.com/p/google-web-toolkit/source/detail?r=6449 Added: /trunk/dev/core/test/com/google/gwt/dev/SoycTest.java Modified: /trunk/dev/build.xml

[gwt-contrib] Fix @DefaultLocale value that isn't a listed locale being a fatal error

2009-10-23 Thread jat
Reviewers: jlabanca, Description: If asserts are enabled, having @DefaultLocale(foo) is a fatal error if foo is not in the current list of locales. Please review this at http://gwt-code-reviews.appspot.com/87801 Affected files:

[gwt-contrib] [google-web-toolkit] r6450 committed - Cleans up SOYC options: -compileReport is now preferred way to generat...

2009-10-23 Thread codesite-noreply
Revision: 6450 Author: kpro...@google.com Date: Fri Oct 23 11:09:22 2009 Log: Cleans up SOYC options: -compileReport is now preferred way to generate SOYC reports, -soyc is now undocumented, and getting detailed SOYC report now automatically implies the regular SOYC report also. Review by:

[gwt-contrib] UiBinder adds spaces around CSS idents when they aren't needed

2009-10-23 Thread jlabanca
Reviewers: Ray Ryan, Description: Description: === CssProperty.ListValue#getExpression() joins IdentValues in a single CSS expression, adding a space between them. Example: border: 1px solid red; However, spaces are not required in all cases, and in one case, they cause a parsing error

[gwt-contrib] Re: Fix @DefaultLocale value that isn't a listed locale being a fatal error

2009-10-23 Thread jlabanca
LGTM http://gwt-code-reviews.appspot.com/87801 --~--~-~--~~~---~--~~ http://groups.google.com/group/Google-Web-Toolkit-Contributors -~--~~~~--~~--~--~---

[gwt-contrib] Re: Fix @DefaultLocale value that isn't a listed locale being a fatal error

2009-10-23 Thread jat
Thanks, committed to trunk at r6451. http://gwt-code-reviews.appspot.com/87801 --~--~-~--~~~---~--~~ http://groups.google.com/group/Google-Web-Toolkit-Contributors -~--~~~~--~~--~--~---

[gwt-contrib] [google-web-toolkit] r6451 committed - Fix a fatal error when asserts are enabled and a locale specified in...

2009-10-23 Thread codesite-noreply
Revision: 6451 Author: j...@google.com Date: Fri Oct 23 11:29:07 2009 Log: Fix a fatal error when asserts are enabled and a locale specified in @DefaultLocale is not in the current list of locales. Patch by: jat Review by: jlabanca

[gwt-contrib] [google-web-toolkit] r6452 committed - Suppress spurious JSNI ref warnings inside EmmaClassLoadingTest. Subm...

2009-10-23 Thread codesite-noreply
Revision: 6452 Author: jlaba...@google.com Date: Fri Oct 23 11:30:55 2009 Log: Suppress spurious JSNI ref warnings inside EmmaClassLoadingTest. Submitting on Keith's behalf. Patch by: kplatfoot Review by: jlabanca http://code.google.com/p/google-web-toolkit/source/detail?r=6452 Modified:

[gwt-contrib] incubator shouldn't need gwt-dev-${platform}.jar anymore

2009-10-23 Thread fabbott
Reviewers: jlabanca, Description: let it compile! Please review this at http://gwt-code-reviews.appspot.com/87803 Affected files: common.ant.xml Index: common.ant.xml === --- common.ant.xml (revision 1733) +++

[gwt-contrib] [google-web-toolkit] r6453 committed - Merge r6451 from trunk to the release branch....

2009-10-23 Thread codesite-noreply
Revision: 6453 Author: j...@google.com Date: Fri Oct 23 11:37:32 2009 Log: Merge r6451 from trunk to the release branch. Fixes a fatal error on @DefaultLocale(foo) when foo is not in the locale list svn merge --ignore-ancestry -c6451 \

[gwt-contrib] Re: incubator shouldn't need gwt-dev-${platform}.jar anymore

2009-10-23 Thread jat
I thought incubator policy was it needed to operate with the most recent official release, which is currently 1.7.1 and will fail after this change. http://gwt-code-reviews.appspot.com/87803 --~--~-~--~~~---~--~~

[gwt-contrib] Re: incubator shouldn't need gwt-dev-${platform}.jar anymore

2009-10-23 Thread Freeland Abbott
Grr. You're right, but it's supposed to work with *either* the trunk *or* the most current, so I'll have to revisit that patch... On Fri, Oct 23, 2009 at 2:39 PM, j...@google.com wrote: I thought incubator policy was it needed to operate with the most recent official release, which is

[gwt-contrib] Re: incubator shouldn't need gwt-dev-${platform}.jar anymore

2009-10-23 Thread John LaBanca
I thought incubator policy was that it tracks with trunk. We usually provide a jar to support the previously released version. We abandoned the idea of supported the previous release and trunk after gwt 1.6 because nearly impossible to do so. Thanks, John LaBanca jlaba...@google.com On Fri,

[gwt-contrib] Re: incubator shouldn't need gwt-dev-${platform}.jar anymore

2009-10-23 Thread Ray Ryan
No, we changed that last month, discussed the change on GWT-C, and updated the Incubator wiki accordingly. This is okay. On Fri, Oct 23, 2009 at 11:43 AM, Freeland Abbott fabb...@google.comwrote: Grr. You're right, but it's supposed to work with *either* the trunk *or* the most current, so

[gwt-contrib] Re: incubator shouldn't need gwt-dev-${platform}.jar anymore

2009-10-23 Thread Freeland Abbott
Well, the dual-mode isn't a big deal... updated, and I can go either way on submission. (But I agree that trunk-tracks-trunk is sane, and trunk-tracks-many is less so.) On Fri, Oct 23, 2009 at 2:46 PM, Ray Ryan rj...@google.com wrote: No, we changed that last month, discussed the change on

[gwt-contrib] StackPanelTest/ListBoxTest#testDebugId fail with HtmlUnit

2009-10-23 Thread jlabanca
Reviewers: Ray Ryan, Description: Description: Both of these tests use a DeferredCommand and do similar things. They fail in HtmlUnit fairly often on our build system, even with long timeouts. Fix: Disable the tests on HtmlUnit. Please review this at

[gwt-contrib] [google-web-toolkit] r6454 committed - Updated with c6451, Fix a fatal error when asserts are enabled and a l...

2009-10-23 Thread codesite-noreply
Revision: 6454 Author: fabb...@google.com Date: Fri Oct 23 12:30:47 2009 Log: Updated with c6451, Fix a fatal error when asserts are enabled and a locale specified in @DefaultLocale is not in the current list of locales. Patch by: jat Review by: jlabanca Merge by: fabbott

[gwt-contrib] [google-web-toolkit] r6455 committed - Reduces some compiler spew....

2009-10-23 Thread codesite-noreply
Revision: 6455 Author: kpro...@google.com Date: Fri Oct 23 13:15:54 2009 Log: Reduces some compiler spew. Review by: spoon, scottb http://code.google.com/p/google-web-toolkit/source/detail?r=6455 Modified: /trunk/dev/core/src/com/google/gwt/core/ext/soyc/impl/DependencyRecorder.java

[gwt-contrib] JUnitShell fails tests that are queued in BrowserManagerServer

2009-10-23 Thread jlabanca
Reviewers: jat, Description: Description: JUnitShell fails tests after 60s, but BrowserManagerServer may have a queue much longer than that if multiple JUnitShell instances are using it. For example, our own build runs in parallel, and some tests take 2-5 minutes to complete, so

[gwt-contrib] Re: incubator shouldn't need gwt-dev-${platform}.jar anymore

2009-10-23 Thread Ray Ryan
Incubator trunk is *already incompatible* with 1.7. Don't waste your time. On Fri, Oct 23, 2009 at 11:52 AM, Freeland Abbott fabb...@google.comwrote: Well, the dual-mode isn't a big deal... updated, and I can go either way on submission. (But I agree that trunk-tracks-trunk is sane, and

[gwt-contrib] Re: JUnitShell fails tests that are queued in BrowserManagerServer

2009-10-23 Thread John Tamplin
On Fri, Oct 23, 2009 at 1:38 PM, jlaba...@google.com wrote: RunStyleRemoteWeb now takes a similar path as RunStyleManual, giving clients unlimited time to start the test. RunStyleRemoteWeb already handles communication errors with JUnitShell, so we just check for wasInterrupted. My concern

[gwt-contrib] Re: JUnitShell fails tests that are queued in BrowserManagerServer

2009-10-23 Thread John LaBanca
RunStyleRemoteWeb#launchModule will detect if the test cannot start, and #doKeepAlives will detect communication errors. If BrowserManager is stuck running a test, then presumably the JUnitShell that opened it will timeout the test after 20 minutes and kill the test, so I think we're covered all

[gwt-contrib] Re: JUnitShell fails tests that are queued in BrowserManagerServer

2009-10-23 Thread John Tamplin
On Fri, Oct 23, 2009 at 2:23 PM, John LaBanca jlaba...@google.com wrote: RunStyleRemoteWeb#launchModule will detect if the test cannot start, and #doKeepAlives will detect communication errors. If BrowserManager is stuck running a test, then presumably the JUnitShell that opened it will

[gwt-contrib] [google-web-toolkit] r6456 committed - JUnitShell will wait indefinitely for a remote web test to start becau...

2009-10-23 Thread codesite-noreply
Revision: 6456 Author: jlaba...@google.com Date: Fri Oct 23 14:26:17 2009 Log: JUnitShell will wait indefinitely for a remote web test to start because BrowserManagerServer might queue the test for a while. Patch by: jlabanca Review by: jat

[gwt-contrib] Re: UiBinder adds spaces around CSS idents when they aren't needed

2009-10-23 Thread bobv
Good job on diagnosing the problem. Instead of hacking up IdentValue, introduce another Value subtype (call it TokenValue) that has this alternate printing behavior. http://gwt-code-reviews.appspot.com/87802 --~--~-~--~~~---~--~~

[gwt-contrib] Re: StackPanelTest/ListBoxTest#testDebugId fail with HtmlUnit

2009-10-23 Thread rjrjr
LGTM Thanks, John. http://gwt-code-reviews.appspot.com/87804 --~--~-~--~~~---~--~~ http://groups.google.com/group/Google-Web-Toolkit-Contributors -~--~~~~--~~--~--~---

[gwt-contrib] Re: UiBinder adds spaces around CSS idents when they aren't needed

2009-10-23 Thread Ray Ryan
Nice sleuthing John! --~--~-~--~~~---~--~~ http://groups.google.com/group/Google-Web-Toolkit-Contributors -~--~~~~--~~--~--~---

[gwt-contrib] Re: Disable mhtml because it might cause IE6 to hang

2009-10-23 Thread Ray Ryan
We're backing away from this change, right? --~--~-~--~~~---~--~~ http://groups.google.com/group/Google-Web-Toolkit-Contributors -~--~~~~--~~--~--~---

[gwt-contrib] [google-web-toolkit] r6457 committed - Adding DoNotRunWith(HtmlUnit) to ListBoxTest/StackPanelTest#testDebugI...

2009-10-23 Thread codesite-noreply
Revision: 6457 Author: jlaba...@google.com Date: Fri Oct 23 14:47:52 2009 Log: Adding DoNotRunWith(HtmlUnit) to ListBoxTest/StackPanelTest#testDebugId because they fail fairly often in HtmlUnit. Patch by: jlabanca Review by: rjrjr

[gwt-contrib] Re: Disable mhtml because it might cause IE6 to hang

2009-10-23 Thread John LaBanca
Yes. It should be deleted. Thanks, John LaBanca jlaba...@google.com On Fri, Oct 23, 2009 at 5:48 PM, Ray Ryan rj...@google.com wrote: We're backing away from this change, right? --~--~-~--~~~---~--~~

[gwt-contrib] Re: Change ResourceGeneratorUtil to use all Locators before giving up

2009-10-23 Thread rjrjr
LGTM http://gwt-code-reviews.appspot.com/83801 --~--~-~--~~~---~--~~ http://groups.google.com/group/Google-Web-Toolkit-Contributors -~--~~~~--~~--~--~---

[gwt-contrib] Prevent parallel compilation of files

2009-10-23 Thread jlabanca
Reviewers: Ray Ryan, Description: Description: === Our ant test targets run in parallel, and they all depend on compile and compile.tests. Ant is not smart enough to only run the depends targets once, so its possible to compile these targets multiple times, even in parallel. This can

[gwt-contrib] Re: UiBinder adds spaces around CSS idents when they aren't needed

2009-10-23 Thread bobv
LGTM http://gwt-code-reviews.appspot.com/87802 --~--~-~--~~~---~--~~ http://groups.google.com/group/Google-Web-Toolkit-Contributors -~--~~~~--~~--~--~---

[gwt-contrib] [google-web-toolkit] r6458 committed - Adding a TokenValue to CssProperty to handle CSS components that shoul...

2009-10-23 Thread codesite-noreply
Revision: 6458 Author: jlaba...@google.com Date: Fri Oct 23 15:25:47 2009 Log: Adding a TokenValue to CssProperty to handle CSS components that should not be wrapped with spaces. This fixes a bug in the generated css for WidgetUiDemo that affects IE. Patch by: jlabanca Review by: bobv

[gwt-contrib] [google-web-toolkit] r6459 committed - r6458 causes CssProperty to add a space before the first part of a CSS...

2009-10-23 Thread codesite-noreply
Revision: 6459 Author: jlaba...@google.com Date: Fri Oct 23 16:25:03 2009 Log: r6458 causes CssProperty to add a space before the first part of a CSS expression. This patch only adds spaces after the first part. Patch by: jlabanca Review by: bobv (TBR)

[gwt-contrib] Re: Prevent parallel compilation of files

2009-10-23 Thread jlabanca
I submitted this TBR because its breaking the build: http://code.google.com/p/google-web-toolkit/source/detail?r=6460 http://gwt-code-reviews.appspot.com/86802 --~--~-~--~~~---~--~~ http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] [google-web-toolkit] r6460 committed - Adding properties to the user test targets to prevent parallel compile...

2009-10-23 Thread codesite-noreply
Revision: 6460 Author: jlaba...@google.com Date: Fri Oct 23 16:28:56 2009 Log: Adding properties to the user test targets to prevent parallel compiles, as we already did with the main test target. Patch by: jlabanca Review by: rjrjr (TBR)

[gwt-contrib] Re: Fix sundry warnings

2009-10-23 Thread rjrjr
One or two questions, and I can't really answer most of the FIXME issues--some or all of the others will need to pick those up. Thanks for this! http://gwt-code-reviews.appspot.com/86801/diff/1/9 File dev/core/src/com/google/gwt/dev/generator/ast/MethodCall.java (right):