Re: UI Binder

2009-01-12 Thread Johan Rydberg
Zakaluka skrev: The UI Binder is currently listed under the Post-1.6 timeframe. Seeing as how GWT 1.5.3 is the latest version out there and 1.6 will come out in the next 3 months, it'll probably be quite a while before we see UI Binder out in a stable form. It would had been better if the

Re: Does Google offer GWT consulting services?

2009-01-12 Thread Chris Marshall
Is there not a need for a gwt marketplace - you post the specification for an application/component/service and award the work to whoever offers the best mix of function/form/ price - with a rating system to help online gwt developers to build a reputation? On Jan 11, 5:19 am, David E.

Grid setCellPadding setCellSpacing issue

2009-01-12 Thread Fred Janon
I am using GWT 1.5.3, I create a Grid and even though getCellPadding and getCellSpacing both report 0 by default, when I set them both to 0, the space between cells decreases. Am I missing something or is a known issue? int padding = grid.getCellPadding(); int spacing =

Re: Unable to open web app in hosted mode

2009-01-12 Thread olivier FRESSE
Hard to help you with so few informations :-) Anyway, it looks like you're using linux. I don't know what's your distro, but first, check your java installation. You hava a JDK installed in /home/sahil/jdk1.6.0, but you may have other JDK (different versions) installed elsewhere. If you have a

Re: Ibatis + GWT: No source code is available for type com.ibatis.dao.client.DaoManager; did you forget to inherit a required module?

2009-01-12 Thread heru
hi all, i'm having problem to parsing data to client, in case, i always using paginated list to query data, how about gwt, are there some object type like paginated list in gwt ? some like that? --~--~-~--~~~---~--~~ You received this message because you are

Re: Does Google offer GWT consulting services?

2009-01-12 Thread Gabor Szokoli
On Sun, Jan 11, 2009 at 4:19 AM, David E. dve1...@gmail.com wrote: Does Google provides GWT consulting services and/or is there a Google approved list of GWT consulting companies? You can always just pop in to the local java users group mailing list, wherever you live. Local freelance

Keeping the header when scrolling

2009-01-12 Thread HB
Hey, I have a FlexTable (its first row is a header row) embedded in a ScrollPanel container. Scrolling the scroll pane will cause the headers to move away. Any idea how to keep the header even if the user is scrolling? Well yes, I can create two FlexTables, one for the header and one for the

Re: How to use GWT RPC in OpenSocial

2009-01-12 Thread Eric Ayers
I've not done it with opensocial containers, but there is a trick in the GadgetRPC sample that should help. You will need to get the proxy URL for your RPC using the method: gadgets.io.getProxyUrl()http://code.google.com/apis/gadgets/docs/reference/#gadgets.io.getProxyUrl The GadgetRPC sample

Problems with newline symbol in a TextArea (works in IE but not in Firefox)

2009-01-12 Thread LFCPD
Hi all, In my application I insert a newline symbol in a textArea like follows: TextArea ta = new TextArea(); ta.setText(1.1.1.1\n1.1.1.2\n1.1.1.3); And in IE it appears like follows inside the TextArea (and is correct like this): 1.1.1.1 1.1.1.2 1.1.1.3 Later, in my application I have to

Re: Proxy class generation

2009-01-12 Thread Shawn Pearce
On Sun, Jan 11, 2009 at 09:25, Madhu CM madh...@gmail.com wrote: Hi all, I am new to GWT, and i like the way its been implemented. But i am struck up with something I use simple application just to do RPC. when i do GWT.create() . where will be the proxy class generated ? is it

How does gwt1.5 support jdk1.5

2009-01-12 Thread Mark
I want to make a web tool base on gwt UI. Can you tell me does the gwt1.5 support java.io? or any other external jars. If it support , what will I need to modify the xml file --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google

Re: Problems with newline symbol in a TextArea (works in IE but not in Firefox)

2009-01-12 Thread olivier FRESSE
If I remember well, textarea uses \r\n as newline characters, whatever the platform/browser is 2009/1/12 LFCPD laieta.hip.hop...@gmail.com Hi all, In my application I insert a newline symbol in a textArea like follows: TextArea ta = new TextArea(); ta.setText(1.1.1.1\n1.1.1.2\n1.1.1.3);

Re: How does gwt1.5 support jdk1.5

2009-01-12 Thread David Hoffer
No, I wouldn't think GWT would support java.io. GWT can only support what JS can support. Google for GWT emulation library I think you will find there what classes/packages are supported. Basically the big feature added in 1.5 release was generics. -Dave On Mon, Jan 12, 2009 at 8:06 AM, Mark

GWT for SOA development

2009-01-12 Thread Paranoid Android
Hello. My project is about designing an online social network application. I'm in a first stage of evaluating different architectures and design alternatives. The user interface should be made using GWT and the architecture should be a SOA and/or EDA. Now, I'm new to all these

Re: How to attach a click listener to an existing SPAN element?

2009-01-12 Thread Jason Essington
That is correct! Label will wrap either span or div elements. if you want to wrap other elements there may already be other widgets that work with them. The only thing to be aware of is, if at sometime in the lifespan of your page you remove that element, or dispose of the widget, be sure

Re: step by step to build entire web app with gwt1.5

2009-01-12 Thread Jason Essington
Unfortunately, what you are asking is akin to wanting a step by step tutorial for building a whole neighborhood using a hammer ... The thing is, GWT is just one component of a larger ecosystem, and you would need to identify the other parts as well. GWT is not a complete solution for

Re: KeyboardListener help

2009-01-12 Thread Alfred S
I know this won't bump the topic, but I still need some help with this. Even if someone just pastes a link a overlooked, that would be great. Thanks, ~Alfred --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Google

Re: GWT for SOA development

2009-01-12 Thread gregor
Service Oriented Architectures are about connecting different systems within an organisation together using, typically, SOAP. An SOA usually uses a message hub, often called an Enterprise Service Bus, of some kind to manage the connections and SOAP calls between systems. Axis is the most famous

Re: Getting java.net.SocketTimeoutException: Read timed out

2009-01-12 Thread paveltonev
Hello All, The situation on my side is very interesting: 1) I have a backend ping service which follows for server availability and receives information about new version of the software, etc. etc. usually the transfered information here is just some bytes. 2) Regular service which on user

No Image of Charts

2009-01-12 Thread King
Hello Guys, I implemented, the example of gwt-ext charts from the web-site http://www.gwt-ext.com/demo-charts/ the first example with the lines, in to my projekt. I only changed a few little things but now no image is visible ? why ? If i copy the source code 1 to 1 alone in one projekt

Re: GWT for SOA development

2009-01-12 Thread Paranoid Android
Thank you. I'm looking at SOA because the variouse features of the social application should be implememente as remote services.. What I've to develop is the core of the social network..this core needs to support functionalities that will be added as services in the future. Not every

Re: Multiple web pages how-to

2009-01-12 Thread A Friend Of Yours
Sorry for late reply... Can you put the exception and the code for changing contents here? Omer Akhter On Jan 11, 6:57 pm, Sahil Dave sahil.dav...@gmail.com wrote: On Sat, Jan 10, 2009 at 10:47 AM, A Friend Of Yours omer.akh...@gmail.comwrote: getSelectedItem is protected method. You

Google Visualization and back-end java

2009-01-12 Thread Den
Hi all, I have a db containing data on server side. Currently, I use servlet to read and display data to jsp page. I would like to use Google Visualization to display this data, but from what i understand, 1 ) data can be retrieved by javascript (which I don't want to use) 2 ) from Google

Refreshing the Page

2009-01-12 Thread Sandy
Hi, I am creating a web portal, I have required to refresh a page . Pls. let me know , how can i refresh the GWT Page, when I am using Window.Window.Location.reload() any where in the portal its come back on the login screen. I have required to refresh a page only. Regards, Sandeep

Really need help to get iframe current url and web page DOM (overcoming same origin policy)

2009-01-12 Thread style...@gmail.com
Dear all, I'm working on a project utilizing GWT and GWT-Ext, has been progress well until now where I hit a roadblock which potentially can render the project useless. I need to create an embedded web browser which has an address bar and the ability to access the DOM of the current web page

Redirect to login page - result blank page

2009-01-12 Thread misqu23
Hi I have three gwt apps in one war file. One of them is responsible only for showing loging page with language and theme selection. Loging is performed through j_security_check, when the loging page is simply jsp page with j_username and j_password fields everything works fine. JBoss redirects

Problem extending SelectionScriptLinker

2009-01-12 Thread Kamlesh
Hi, I am a newbie in GWT. I have tried extending the SelectionScriptLinker class to apply stylesheet based on some condition. But after successful compilation of the code, when I run the main html file it appears to go in infinite loop. The browser keeps on trying opening the html, but it could

Re: Problem extending SelectionScriptLinker

2009-01-12 Thread olivier FRESSE
Extending a GWT component is not a good idea. It's better to use a composite to create the component that fit your needs. Take a look at http://code.google.com/intl/fr/docreader/#p=google-web-toolkit-doc-1-5s=google-web-toolkit-doc-1-5t=DevGuideCreatingCustomWidgets Regards. 2009/1/12 Kamlesh

Re: Multiple web pages how-to

2009-01-12 Thread A Friend Of Yours
You might like to take a look at this: http://www.softwaredesign.co.uk/gwt.html Omer Akhter On Jan 12, 10:13 pm, A Friend Of Yours omer.akh...@gmail.com wrote: Sorry for late reply... Can you put the exception and the code for changing contents here? Omer Akhter On Jan 11, 6:57 pm,

Re: Serialization problem

2009-01-12 Thread huma
Thank you for your answer! I will see that information. But what is your opinion about the error message This application is out of date, please click the refresh button on your browser. . I would like to know why I'm receveing that message. Thank you! On 12 Jan, 15:14, ganesh machkure

gwt and servlets

2009-01-12 Thread rsoto
Hello I have finish a simple app using gwt and gwt maps. What I want to do now is t have an external java class that can access this app and get some results from it. This will be the process: 1.- Route.class wants to access this app passing address A and address B as parameters into the url

GWT and Business Intelligence.

2009-01-12 Thread Miroslav Genov
Hello , I have a question regarding using of GWT for the creation of a intranet system for business intelligence. Is GWT good for creation of such application ? I know that the question is complex, but I'm asking it because I don't know whether I'll have problems with the implementation of

Re: Unable to open web app in hosted mode

2009-01-12 Thread Sahil Dave
On Mon, Jan 12, 2009 at 4:15 PM, olivier FRESSE olivier.fre...@gmail.comwrote: Hard to help you with so few informations :-) Anyway, it looks like you're using linux. I don't know what's your distro, but first, check your java installation. You hava a JDK installed in /home/sahil/jdk1.6.0,

Re: firefox bookmark gwt app not happenning...

2009-01-12 Thread Sumit Chandel
Hi Pady, You shouldn't need to do anything explicit in your host page to make your GWT application bookmarkable. My guess us that the bookmark problem might have to do with a corrupted Firefox profile. Could you try starting Firefox with a new profile and then bookmark the application anew?

Re: Multiple web pages how-to

2009-01-12 Thread Sahil Dave
On Mon, Jan 12, 2009 at 10:43 PM, A Friend Of Yours omer.akh...@gmail.comwrote: Sorry for late reply... Can you put the exception and the code for changing contents here? *code:* final SimplePanel content = new SimplePanel(); MenuBar navMenu = new MenuBar(true); MenuBar serviceMenu = new

I'm going with Seam and GWT......wish me luck..

2009-01-12 Thread dannydog
I've been doing Java development for over 10 years. Every year it becomes more complicated and convoluted and less pleasurable. As I apply for contracts I am presented with the following requirements: Spring Struts Hibernate TopLink J2EE (and the 15 components that come with it that no recruiter

Re: Issue In Forum Type Of Application

2009-01-12 Thread Sumit Chandel
Hi tiru, Have you tried taking a look at the PagingScrollTable widget in the GWT Incubator project? You could load up the thread listings in the scroll table and browse the list of threads page by page. If you wanted to select a particular page you could do the page math on the server-side and

Re: Programmatically Generating Physical Key

2009-01-12 Thread Sumit Chandel
Hi Anurag, Thanks for clearing up your use case. I think Reinier guessed it right the first time. What you'll need to do to implement that kind of functionality is as he suggested, using a violator pattern to access the list of keyboard listeners and then firing onKeyPress for each of them. You

Re: Support for server side redirect

2009-01-12 Thread Sumit Chandel
Hi Krishna, I think that having GWT RPC handle server-side redirect may be a bit out of scope for the GWT RPC subsystem. You could instead setup a standard servlet to specifically handle server-side redirects and invoke it in the normal way (using the RequestBuilder class, for example).

Re: validation framework

2009-01-12 Thread Sumit Chandel
Hi Manish, Also see Issue #343, which plans to address field validation on the client-side and server-side in an upcoming release. Issue #343: http://code.google.com/p/google-web-toolkit/issues/detail?id=343 Hope that helps, -Sumit Chandel On Fri, Jan 9, 2009 at 2:33 AM, Martin

Re: Problem with apache tomcat

2009-01-12 Thread Sumit Chandel
Hi jamer, I believe this problem has more to do with your Apache Tomcat configuration than with GWT. I would recommend checking out the Apache Tomcat support mailing list to seek more help with this issue. http://tomcat.apache.org/lists.html Hope that helps, -Sumit Chandel On Fri, Jan 9, 2009

Re: GWT for SOA development

2009-01-12 Thread Duong BaTien
On Mon, 2009-01-12 at 08:40 -0800, gregor wrote: Service Oriented Architectures are about connecting different systems within an organisation together using, typically, SOAP. An SOA usually uses a message hub, often called an Enterprise Service Bus, of some kind to manage the connections and

Re: How to integrate Hibernate and GWT

2009-01-12 Thread Sumit Chandel
Hi Dessorry, In terms of where to put your Hibernate code, you're most likely to get useful replies and information on the Hibernate site and discussion forum: Hibernate homepage: http://www.hibernate.org/ About using your Hibernate objects in GWT - as you will discover by searching threads in

Re: How to add points in chart by clicking on different areas of it?

2009-01-12 Thread Sumit Chandel
Hi Saurabh, Your best bet is to post this question to the Google Visualization API group. Since the mapping in the GALGWT project is generally 1:1, you should be able to get a solution there and code up the equivalent in your GWT application. Google Visualization API group:

Re: java.io.Serializable

2009-01-12 Thread Sumit Chandel
Hi Tomek, Isaac is probably on the right path here. If you switched to GWT 1.5 and changed the implementing type from IsSerializable to java.io.Serializable, you would only receive the error messages talking about isSerializable if the .gwt.rpc serialization policy file wasn't deployed or wasn't

Re: java.io.Serializable

2009-01-12 Thread Sumit Chandel
Hi Arthur, I'm curious about why java.io.Serialization wouldn't work using Spring MVC. Did that occur when trying to work with Spring MVC directly (i.e. no other third party library, such as GWT-SL)? I just want to make sure there wasn't anything introduce by the switch to java.io.Serializable

Re: GWT and Business Intelligence.

2009-01-12 Thread mikedshaf...@gmail.com
You're asking an incredibly broad question that can only be answered - yes. My best advice to you is to start working with GWT and build yourself a prototype that will test some of your desired features. If your development team is proficient in Java, then GWT will be fairly easy. You'll need

GWT File prase

2009-01-12 Thread Mark
I want to make an file tree using gwt to prase the local dir , who can help me ? --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this group, send email to

Recommended GWT Maven plugin

2009-01-12 Thread Joshua Partogi
Hi all, What is the recommended GWT plugin for Maven? * http://code.google.com/p/gwt-maven/ or * http://mojo.codehaus.org/gwt-maven-plugin/ For those who has done their research, feedback are highly appreciated. Thank you very much in advance

Re: Recommended GWT Maven plugin

2009-01-12 Thread David Hoffer
I have used the first one ( http://gwt-maven.googlecode.com/svn/docs/maven-googlewebtoolkit2-plugin/index.html) with good results, I can't speak for the other one. -Dave On Mon, Jan 12, 2009 at 7:11 PM, Joshua Partogi joshua.j...@gmail.comwrote: Hi all, What is the recommended GWT plugin

Re: Asynchronous calls to get HTTP files

2009-01-12 Thread Antoine Bruguier
Thank you everyone for your answer. I was quite aware to that calls were asynchronous and from your replies it seems that it is the only way. Somebody else on another forum, I found a way to use the equivalent of function pointers (That was the other part of the question).

Re: RPC Error while running on Glassfish

2009-01-12 Thread GWTFan
You're right. I had to setup the permission for the application on the server policy file. It works now! Thanks On Jan 11, 4:11 am, Joe Cole profilercorporat...@gmail.com wrote: Looks like you have a permissions issue: Caused by: java.security.AccessControlException: access denied

Re: How to use GWT RPC in OpenSocial

2009-01-12 Thread falcon_whiz
Hi Eric, I tried the GadgetRPC sample but its returning with the following exception : com.google.gwt.user.client.rpc.StatusCodeException: html head meta http-equiv=Content-Type content=text/html; charset=ISO-8859-1/ titleError 405 HTTP method POST is not supported by this URL/title /head

Adding and Image to a Panel will not working for firefox and chrome

2009-01-12 Thread tr.x
Hello guys, The following code does not seem to work on FF and Chrome, however works without any problems in IE. public void onModuleLoad() { Image testImg = new Image(test.png); testImg.setVisible( true );

javaongems

2009-01-12 Thread asianCoolz
1. hi. any similar library like javaongems with abstractpagecoordinator and controller to ease page development 2. where can i find documentation, javadoc for javaongems that explaining how to use each widget --~--~-~--~~~---~--~~ You received this message

Re: Recommended GWT Maven plugin

2009-01-12 Thread olivier FRESSE
we're curently using http://code.google.com/p/gwt-maven/ , so far, so good :-) 2009/1/13 Joshua Partogi joshua.j...@gmail.com Hi all, What is the recommended GWT plugin for Maven? * http://code.google.com/p/gwt-maven/ or * http://mojo.codehaus.org/gwt-maven-plugin/ For those who has done

Re: Problems with newline symbol in a TextArea (works in IE but not in Firefox)

2009-01-12 Thread alex.d
Use new HTML(1.1.1.1br1.1.1.2br1.1.1.) instead. On 12 Jan., 16:14, olivier FRESSE olivier.fre...@gmail.com wrote: If I remember well, textarea uses \r\n as newline characters, whatever the platform/browser is 2009/1/12 LFCPD laieta.hip.hop...@gmail.com Hi all, In my application I

[gwt-contrib] [google-web-toolkit commit] r4424 - releases/1.6/user/src/com/google/gwt/user/client/ui

2009-01-12 Thread codesite-noreply
Author: e...@google.com Date: Mon Jan 12 07:49:45 2009 New Revision: 4424 Modified: releases/1.6/user/src/com/google/gwt/user/client/ui/ChangeListener.java releases/1.6/user/src/com/google/gwt/user/client/ui/ChangeListenerCollection.java

[gwt-contrib] [google-web-toolkit commit] r4425 - releases/1.6/user/src/com/google/gwt/user/client

2009-01-12 Thread codesite-noreply
Author: a...@google.com Date: Mon Jan 12 08:01:01 2009 New Revision: 4425 Modified: releases/1.6/user/src/com/google/gwt/user/client/Event.java Log: Fix up the javadoc for Event by removing mentions of AssertionError, which we don't throw anymore. patch by: ajr review by: ecc pointed out

[gwt-contrib] Re: Call for critical 1.6 bugs

2009-01-12 Thread Olivier Modica
Ray et al., You may be interested to know that at Lombardi we got GWTTestCases running through Maven/Surefire and integrated into TeamCity. We still had to deal with issue http://code.google.com/p/google-web-toolkit/issues/detail?id=1032 that is mentioned here but it didn't turn out to be a

[gwt-contrib] Do 0-timeout deferred commands need to wait for a timer tick?

2009-01-12 Thread Lex Spoon
I'd like to revive this thread from last month and argue for a different spec: http://groups.google.com/group/Google-Web-Toolkit-Contributors/browse_thread/thread/99a70af45e06ed3d?pli=1 The question there was what a GWT Timer should do with a timeout of 0, which is currently prohibited. The

[gwt-contrib] C:\GWT_source\common.ant.xml:209: cannot launch command svn info

2009-01-12 Thread gregor
I'm trying to make a 1.6 build from trunk to test 1.6 and I got hit with this which seems to emanate from macrodef name=gwt.getsvninfo task in common.ant.xml. I use Tortoisesvn and I gather that it doesn't qualify as a command line svn client and this is the problem. Can I hack build.xml or

[gwt-contrib] Re: Do 0-timeout deferred commands need to wait for a timer tick?

2009-01-12 Thread Kelly Norton
Heh, I think I always have an opinion on Timers :-) I think Timers should allow 0ms delays and I think we should also have a mechanism for what is commonly called invokeLater. Here's why: Timers should accept 0ms I do think allowing 0ms is kind of wrong because browsers clamp at 10ms-15ms and

[gwt-contrib] Re: C:\GWT_source\common.ant.xml:209: cannot launch command svn info

2009-01-12 Thread Scott Blum
Just install a recent svn client, it shouldn't interfere. Freeland, we could also consider either making the successful execution of this task optional, or even check SVNKit into TOOLS and using that to power the Ant task. On Mon, Jan 12, 2009 at 1:16 PM, gregor

[gwt-contrib] [google-web-toolkit commit] r4429 - releases/1.6/build-tools/ant-gwt/src/com/google/gwt/ant/taskdefs

2009-01-12 Thread codesite-noreply
Author: sco...@google.com Date: Mon Jan 12 12:13:17 2009 New Revision: 4429 Modified: releases/1.6/build-tools/ant-gwt/src/com/google/gwt/ant/taskdefs/SvnInfo.java Log: Sort format. Modified: releases/1.6/build-tools/ant-gwt/src/com/google/gwt/ant/taskdefs/SvnInfo.java

[gwt-contrib] [google-web-toolkit commit] r4428 - releases/1.6/dev/core/src/com/google/gwt/dev

2009-01-12 Thread codesite-noreply
Author: sco...@google.com Date: Mon Jan 12 11:54:43 2009 New Revision: 4428 Modified: releases/1.6/dev/core/src/com/google/gwt/dev/HostedMode.java Log: Just do a full link initially; fixes a problem where CSS/scripts was not being generated into the initial selection script. Issue: 3264

[gwt-contrib] [google-web-toolkit commit] r4432 - releases/1.6/dev/core/src/com/google/gwt/dev

2009-01-12 Thread codesite-noreply
Author: sco...@google.com Date: Mon Jan 12 14:15:23 2009 New Revision: 4432 Modified: releases/1.6/dev/core/src/com/google/gwt/dev/About.java Log: Ignore sentinel values in About computation. Review by: fabbott (desk) Modified: releases/1.6/dev/core/src/com/google/gwt/dev/About.java

[gwt-contrib] [google-web-toolkit commit] r4430 - releases/1.6/user/src/com/google/gwt/user/tools

2009-01-12 Thread codesite-noreply
Author: sco...@google.com Date: Mon Jan 12 13:36:00 2009 New Revision: 4430 Modified: releases/1.6/user/src/com/google/gwt/user/tools/.classpathsrc (contents, props changed) releases/1.6/user/src/com/google/gwt/user/tools/App.launchsrc (contents, props changed)

[gwt-contrib] [google-web-toolkit commit] r4427 - in releases/1.6/user: src/com/google/gwt/user/client/ui test/com/google/gwt/user/client/ui

2009-01-12 Thread codesite-noreply
Author: e...@google.com Date: Mon Jan 12 11:38:08 2009 New Revision: 4427 Modified: releases/1.6/user/src/com/google/gwt/user/client/ui/ListenerWrapper.java releases/1.6/user/test/com/google/gwt/user/client/ui/ImageTest.java Log: Fixed the wiring so LoadListener.onError will actually

[gwt-contrib] Re: C:\GWT_source\common.ant.xml:209: cannot launch command svn info

2009-01-12 Thread gregor
FYI - it appears I'm not alone in this http://svn.haxx.se/users/archive-2008-10/0491.shtml On Jan 13, 12:11 am, gregor greg.power...@googlemail.com wrote: Well, finding a windows command line svn client looks easier said than done. I've spent over an hour now trying to find a free one

[gwt-contrib] RR: Implementation of SingleJsoImpl

2009-01-12 Thread BobV
The first round of coding is done. Follow-up from http://groups.google.com/group/Google-Web-Toolkit-Contributors/browse_thread/thread/5e180695145892d5 @Scott, Can you review the hosted-mode portions (dev/shell/*)? There's also a small tweak to GWTRunnerGenerator that traps un-logged

[gwt-contrib] Re: C:\GWT_source\common.ant.xml:209: cannot launch command svn info

2009-01-12 Thread Ian Petersen
On Tue, Jan 13, 2009 at 4:10 PM, gregor greg.power...@googlemail.com wrote: Well, finding a windows command line svn client looks easier said than done. I've spent over an hour now trying to find a free one (I've got no use for it at the moment apart from this issue), and it's not at all

[gwt-contrib] Re: C:\GWT_source\common.ant.xml:209: cannot launch command svn info

2009-01-12 Thread Freeland Abbott
I've actually never had trouble getting a command-line client, but that's beside the point. We can make no svn and also not compatible messages be non-blocking errors, though as I mentioned that raises the question of whether anything should be blocking... and if not, whether we're getting

[gwt-contrib] RR: Anonymous class mappings

2009-01-12 Thread Amit Manjhi
Hi John, Please review the attached patch that builds and uses an anonymous class mapping to deal with the compiler differences. I made all the changes you suggested. In addition, I added another (necessary) condition that the map should only be built for non-super-source units. Regards, Amit