Re: Could not initialize class com.google.web.bindery.requestfactory.server.ReflectiveServiceLayer

2011-09-22 Thread -sowdri-
Maven or Ant build? And what version of GWT you are using (I could see web.bindery, 2.3 or 2.4)? -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To view this discussion on the web visit

Re: GWT Cell Table Re sizing

2011-09-22 Thread -sowdri-
Do not try to resize the celltable, resize the div (Flowpanel or similar) that is holding the celltable. By default say I raw a cell table with 25 rows and when the the window is shrink ed in size to show 20 rows , then scroll bar should automatically appear on the table . The browser must

Re: Problem to migrate requestfactory 2.3 to 2.4

2011-09-22 Thread Geoffray
Thank you Thomas for your answer, actually I've found where the problem was : I had not remove the previous annotation @service the requestContext interface. We only have to use the new one @serviceName. Have a good day. Geoffray On 14 sep, 14:00, Thomas Broyer t.bro...@gmail.com wrote: Line

Re: Styling CellList?

2011-09-22 Thread Sudhakar Abraham
Override the cellListStyle() inside MyCellListResources. I have added a sample CSS to test it out. S. Abraham www.DataStoreGwt.com Persist objects directly in GAE //corrected code. interface MyCellListResources extends CellList.Resources { @Source({CellList.css}) @Override public

Re: Dynamic Timezone Usage

2011-09-22 Thread Paul Robinson
Timezone support in javascript is pretty weak, and GWT can only do what javascript can do. Google for javascript timezone and you'll see what I mean. You'll be better off doing conversion server side. HTH Paul On 21/09/11 22:34, Thiru wrote: Let's say i have a date in the client side

Re: Unexpected RPC trouble when moving up to GWT2.4

2011-09-22 Thread Sudhakar Abraham
You need to add gwt-servlet-deps.jar in your class path or copy gwt- servlet-deps.jar to Your_Project/War/WEB-INF/lib/ gwt-servlet- deps.jar. S. Abraham www.DataStoreGwt.com Persist objects directly in GAE On Sep 20, 10:06 am, John Howe jhowe...@gmail.com wrote:  I thought this was going to be

Re: Trouble with UiBinder getting UiHandler events to fire under GWT 2.4

2011-09-22 Thread Thomas Broyer
Your memory needs a refresh then, Jeff ;-) At least half a dozen people falled into the trap back when GWT 2.0 was released and the doc was written (two years ago!) What I don't understand is that people think widgets built with UiBinder are different from widgets built otherwise. -- You

Re: EJB integration in GWT-jBoss-project

2011-09-22 Thread Norman Klingspor
Okay, another problem occured. Although the function itself may be called, the injects inside dont seem to work: The @EJB-call to my class works well, however the entityManager may not be initialized. I tryed both annotations: @PersistenceUnit(unitName = sung.app.kylintv.ejb)

Re: Custom Serializable Class in GWT RPC Call

2011-09-22 Thread Iacopo
Thanks i managed to solve the problem simply adding the class to the compiled Shared folde ;) Thanks! :) On Sep 11, 12:58 am, Y2i yur...@gmail.com wrote: Is 'project name'.server.data.SubscriptionData in your source path?

[GWT+Blobstore] Setting filename to show when saving file

2011-09-22 Thread Iacopo
Hi everyone, i've set up my application in order to save a pdf file on the blobstore, then showing it on the application main page. To show the PDF, i instantiate a Frame passing the url of the uploaded pdf. The url is the location of the /serve servlet to which i add the image blobkey (so, in

Web worker support to GWT

2011-09-22 Thread Xavier
For anyone interested in web worker support in GWT please star this issue: http://code.google.com/p/google-web-toolkit/issues/detail?id=6822q=web%20workercolspec=ID%20Type%20Status%20Owner%20Milestone%20Summary%20Stars -- You received this message because you are subscribed to the Google Groups

Re: [GWT+Blobstore] Setting filename to show when saving file

2011-09-22 Thread Ed
Take a look at response headers to set the name of the download On Thu, Sep 22, 2011 at 6:59 AM, Iacopo dropunibox.t...@gmail.com wrote: Hi everyone, i've set up my application in order to save a pdf file on the blobstore, then showing it on the application main page. To show the PDF, i

Re: Setting filename to show when saving file

2011-09-22 Thread Iacopo
I did it I found Content-Disposition: inline; filename=myfile.txt and it works in dev mode, but doesn't when i deploy (cos the client doesn't ask the server about the content filename when i save) and Content-Disposition: attachment; filename=myfile.txt which automatically opens a save dialog,

Re: How to create image sprits

2011-09-22 Thread Ernesto Oltra
Hi, The GWT compiler takes a decision based on the files sizes: if an additional http roundtrip is needed or it's better to inline the images directly in the CSS. In your case, fetch the sprite from the server would possibly take more time than serve it directly from your css file. When your

Re: Server-sent events

2011-09-22 Thread J.Ganesan
I guess Channel API in App Engine is what you are looking for. J.Ganesan www.DataStoreGwt.com Persist objects directly in GAE On Sep 21, 10:28 pm, Ali E.İMREK alierkanim...@gmail.com wrote: Hi, I'm searching documents and examples about server-sent events [1]. I've just found Mozilla

Re: Server-sent events

2011-09-22 Thread Thomas Broyer
Anything JS can do, GWT can do. It's just that it requires you to write JSNI if nobody did before you and packaged it in a library. See, http://code.google.com/p/gwt-mobile-webkit/ was doing Web Storage and Geolocation long before they came to GWT proper:

Re: FileUpload

2011-09-22 Thread Sante
I've tryed, but not go this post. mimelist are set in VUpload constructor I post java file: /* @ITMillApache2LicenseForJavaFiles@ */ package com.vaadin.terminal.gwt.client.ui; import com.google.gwt.core.client.GWT; import com.google.gwt.core.client.Scheduler; import

GWT + OAuth2.0 + GoogleDoclist API

2011-09-22 Thread silvia
hi, I built a GWT app where I use the Google Data API Java library for OAuth2.0 authentication, as described here (http://code.google.com/ intl/de-DE/apis/gdata/docs/auth/oauth.html#OAuthRequestToken), because I have to fetch data from the Google Doclist API afterwards. This is working in

RequestFactory problem with update object by locator, duplicate select calls

2011-09-22 Thread gentoo2x
Using RequestFactory I gets data to View, then in other transaction someone else updating this object to version 1 (My view has still version 0). Next I update some values and push changes by RequestFactory to DAO Layer. The problem is when changed object is transferted to Service Layer: the

A question/problem about Ant, GWT and eclipse

2011-09-22 Thread SuSu
Hello, There is a problem with Ant buildfile for the GWT project from me. I do always first clean then war. The javac in war doesn't work any more... The build always failed. it shows always the errors as 10: package javax.ejb does not exist The configuration of my eclipse is: eclipse indigo 3.7

HTML

2011-09-22 Thread Daniel Gerep
Hi fellas, I'm new to GWT and I'm liking it a loot but there is a doubt; I know that GWT only work with one HTML but all my code, my actions will be in the Project.java file? It will be a enormous file with thousands of lines. Is it possible to separate things? Thanks in advance. -- *Att*

Re: HTML

2011-09-22 Thread Alisson Prestes
You can divide your app into Activities (each Use Case may be an Activity) and Views (each screen that the user will interact with is a view), then use them in appropriate time. Check this out: http://code.google.com/webtoolkit/doc/latest/DevGuideMvpActivitiesAndPlaces.html. You can also create

Re: Setting filename to show when saving file

2011-09-22 Thread Ed
Here is what i have used: response.addHeader(Content-Disposition, attachment; filename=\ + session.getAttribute(REPORT) + \) when I right click to save as it offers up the name of the REPORT. Ed On Thu, Sep 22, 2011 at 7:11 AM, Iacopo dropunibox.t...@gmail.com wrote: I did it I found

Help Page in GWT

2011-09-22 Thread Thomas Lefort
Hi All, I would like to add a Help Page in my GWT application. Something with a table of content to navigate on the left side and the actual page content on the right with wiki like hyperlinks. Is there any GWT library for that? ideally integrated with some nice editor? Thanks, Thomas -- You

Re: Trouble with UiBinder getting UiHandler events to fire under GWT 2.4

2011-09-22 Thread Jeff Larsen
Hah, I wasn't really watching the group at all at that time, so that explains it! -- 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/-/Me9idEhuC3MJ.

Re: Help Page in GWT

2011-09-22 Thread Paul Robinson
You could create a separate web-based help system and then display the contents in a frame. Then it's a matter of choosing your favourite web-based help system. Personally, I use http://www.helpandmanual.com and really like it. You can see their own help at http://help.ec-software.com/ but you

flextable to celltable

2011-09-22 Thread misty periard
I'm swapping out existing flextables to celltables in the hopes if getting better performance and to use the sort provided by celltable. Some of the data I am working with displaying is 4000 plus records. Has anyone else made the switch? Did you run into issues or have any advice? Thanks! --

Re: flextable to celltable

2011-09-22 Thread Juan Pablo Gardella
See this threadhttp://groups.google.com/group/google-web-toolkit/browse_thread/thread/f539d58327a351d3?pli=1, perhaps help to you. 2011/9/22 misty periard misty.peri...@gmail.com I'm swapping out existing flextables to celltables in the hopes if getting better performance and to use the sort

Re: GWT Chrome dev OOPHM is Slow. What is the roadmap?

2011-09-22 Thread Brandon Donnelson
I would say the dev channel release is, maybe slightly faster. Not even close to as fast as safari dev plugin is. Just to make sure, I'm not talking about load time of the dev (translating). Once its up in running, its the widget init and iteration rendering that is slow in chrome compared to

Re: Dynamic Timezone Usage

2011-09-22 Thread Palo G.
Hi, we had similiar problem. You have to create some Utils class that would create GWT TimeZone object from your ID (Europe/London, ...). After this you can use methods from TimeZone object that will compute you correct time in different timezone. Anyway there can be a problem with client

Re: GWT Chrome dev OOPHM is Slow. What is the roadmap?

2011-09-22 Thread Brandon Donnelson
Chrome canary is the same. -- 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/-/UCLDbl8tNBQJ. To post to this group, send email to

Re: Styling CellList?

2011-09-22 Thread nacho
thank :) -- 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/-/4VXQUZk0KTwJ. To post to this group, send email to

Re: DataGrid (GWT 2.4) not visible in HTMLPanel

2011-09-22 Thread Uemit
@Steve: Thanks for the confirmation. I put the DataGrid in a ResizeLayoutPanel and it works fine now. -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To view this discussion on the web visit

How exclude attribute can resolve No source code is available issue?

2011-09-22 Thread Richard
Hi, I have model classes shared by server side and client side, so I can not remove JAXB, JPA etc annotations and class. By either including source code (in an extra jar) or binary jar file has compiled class files, the No source code is available issue can be resolved for *most* of classes like

GWT Developer Plugin for IE

2011-09-22 Thread stephen.mccro...@cigna.com
Attempting to install the above on a XP desktop with IE8. The following error occurs: THE DOWNLOAD FILE FAILED VERIFICATION. On selecting the link Show me help for this issue nothing is displayed. I have looked in event viewer but no information related to the issue. I have ensured that SUN JAVA

CellTable with an object just strings, creates a minified lines

2011-09-22 Thread Elhanan
hi. if i use cellTable with an object which contains only strings, creating a new object and placing it in the list will have the CellTable display a very narrow line. is there any way around (my hack was to add a 0px colum which would always return a *) -- You received this message

GWT Developer Plugin for IE

2011-09-22 Thread stephen.mccro...@cigna.com
Attempting to install the above on a XP desktop with IE8. The following error occurs: THE DOWNLOAD FILE FAILED VERIFICATION. On selecting the link Show me help for this issue nothing is displayed. I have looked in event viewer but no information related to the issue. I have ensured that SUN JAVA

Re: Remote Logging

2011-09-22 Thread Alexandre Ardhuin
Hi, If you use the SimpleRemoteLogHandler, you have to add an URL mapping in your web.xml servlet servlet-nameremoteLogging/servlet-name servlet-classcom.google.gwt.logging.server.RemoteLoggingServiceImpl/servlet-class /servlet servlet-mapping

Re: How exclude attribute can resolve No source code is available issue?

2011-09-22 Thread Thomas Broyer
See http://code.google.com/webtoolkit/doc/latest/DevGuideOrganizingProjects.html#DevGuidePathFiltering (and there was examples linked from the issue; AntLR.gwt.xml for instance) -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To view

Re: Setting a style for a single cell of a celltable

2011-09-22 Thread Rike255
Thanks for the responses. I'm very new to GWT/Java so I'm not too sure what you mean by override getCellStyleNames(). Is there an example of this (or maybe a good place for a quick explanation)? Thanks again! On Sep 21, 6:21 am, Sudhakar Abraham s.abra...@datastoregwt.com wrote: You can  set

Re: Add Scroll Handler to DataGrid (GWT 2.4)

2011-09-22 Thread rolarenfan
Hmm -- when I do that I use addScrolledHandler() and the method to override is void onScrolled(final ScrolledEvent event); that system works for me anyway. This is all in the Java, and it looks like you are working in JS ... HTH Paul On Sep 21, 10:05 pm, TheSultan farid.el...@gmail.com wrote: I

how to find actual Java for call-stack in generated JS?

2011-09-22 Thread rolarenfan
Every so often I get this call-stack: com.google.gwt.core.client.JavaScriptException: (TypeError): Result of expression 'this.$26a' [null] is not an object. line: 1090 sourceId: 4807533168 sourceURL: http://127.0.0.1:58174/mylittlewidget/sc/modules/ISC_Grids.js expressionBeginOffset: 190952

Re: GWT 2.0 RPC not picking up custom generated Serializable classes

2011-09-22 Thread Farid
Thank you Martin. I think I have found a fix. GWT seems to generate the java source only for the purpose of cross-compiling it into javascript and then discards the generated java files. There is a compiler option to keep the generated java code in a specific folder but the resulting .java file

Debugging in production mode

2011-09-22 Thread Laura Bickle
My app works in development mode, but does not work in production mode. How do I debug in production mode? I'm using the gwt plugin for eclipse. I tried googling debugging in production mode gwt, but I'm still lost. How do I: - set the -style compiler attribute in the eclipse plugin? - create

Re: how to find actual Java for call-stack in generated JS?

2011-09-22 Thread Alain Ekambi
Try compile option pretty 2011/9/22 rolarenfan rolaren...@gmail.com Every so often I get this call-stack: com.google.gwt.core.client.JavaScriptException: (TypeError): Result of expression 'this.$26a' [null] is not an object. line: 1090 sourceId: 4807533168 sourceURL:

Re: Debugging in production mode

2011-09-22 Thread Isaac Truett
Laura, I would recommend gwt-log http://code.google.com/p/gwt-log/ first and foremost for debugging production code. For setting -style in GPE, see the User's Guide http://code.google.com/eclipse/docs/gwt_compile.html. Also, check your browser's console. There may simply be a JavaScript error or

The import cannot be resolved

2011-09-22 Thread programming_man
I have gone thru some of the other threads but still cannot resolve this issue. I am using indigo eclipse. I have added the jar sqljdbc4.jar file to the java build path. When I hit the debug as 'web application' the page loads but the following errors appear in the Development Mode' tab. Line

Re: how to find actual Java for call-stack in generated JS?

2011-09-22 Thread rolarenfan
Um, ok (as here: http://code.google.com/webtoolkit/doc/latest/DevGuideCompilingAndDebugging.html#DevGuideCompilerOptions, I think you mean) ... but *where* do I adjust the settings, if I am developing in Eclipse? (That page mentions a generated ANT-script build.xml, but I don't find it ...)

Re: how to find actual Java for call-stack in generated JS?

2011-09-22 Thread Alain Ekambi
Look in the toolbar. It must be a compile button(red GWT bag) somewhere. There choose pretty in the combo box. Note if you using GPE 2.4 is under the blue g sign. 2011/9/22 rolarenfan rolaren...@gmail.com Um, ok (as here:

Re: FileUpload

2011-09-22 Thread Manuel Carrasco Moñino
Take a look to gwtupload you can use either all the library in your application or just the DecoratedFileUpload to customize your button with whatever widget you want. http://code.google.com/p/gwtupload/wiki/CustomWidgets - Manolo On Thu, Sep 22, 2011 at 9:56 AM, Sante sats...@tiscali.it wrote:

is there such a thing as a global variable in gwt?

2011-09-22 Thread Elhanan
something i could maybe setup in an entry point and then access from all other classes like activies and views. -- 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

how create project from pom??

2011-09-22 Thread cri
I am no doubt revealing my lack of basic maven skills, but here goes anyway At http://code.google.com/p/google-web-toolkit/wiki/WorkingWithMaven, it says: The easiest way to get a GWT POM going is to snag one from of the GWT Maven sample projects below. There are currently issues with the

Re: is there such a thing as a global variable in gwt?

2011-09-22 Thread Jeff Larsen
you could use gin, create a singleton and inject it wherever you need it. -- 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/-/LTDB03bg8fAJ. To post

is there such a thing as a global variable in gwt?

2011-09-22 Thread Thomas Broyer
Public static ? -- 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/-/r0qqbkUnDCoJ. To post to this group, send email to

Re: Add Scroll Handler to DataGrid (GWT 2.4)

2011-09-22 Thread TheSultan
Thanks for your reply. This code is Java, not Javascript... The method addScrollHandler is defined in the ScrollPanel class (I've already use it) but not in the DataGrid class. It would be nice to have this method in the DataGrid so you can make a InfiniteScrollable Table with the headers fixed

Re: format dates in specific timezone

2011-09-22 Thread Stevko
I've been doing the same research deep dive and came up with this nugget of code final TimeZoneConstants timeZoneConstants = GWT.create(TimeZoneConstants.class); TimeZone usPacific = TimeZone.createTimeZone( TimeZoneInfo.buildTimeZoneData(timeZoneConstants.americaLosAngeles())); Date

Re: GWT Developer Plugin for Firefox 6

2011-09-22 Thread Alan Leung
The missing plugin page is also updated. -Alan On Wed, Sep 21, 2011 at 7:13 AM, ialpert ialp...@gmail.com wrote: looks like it's been updated On Sep 9, 11:33 am, Jim Douglas jdou...@basis.com wrote: Any progress on the Firefox 6 plugin? This page still reports that the highest supported

Re: How exclude attribute can resolve No source code is available issue?

2011-09-22 Thread Richard
Thanks for the reply. I read the link but still do not get it. Does exclude attribute exclude files match the pattern or exclude the file from the compile list? What I want is to tell gwtc to *ignore* XmlAdapter or Unmarshaller even they are referenced in the code. BTW, I could not find the

Re: GWT Developer Plugin for Firefox 6

2011-09-22 Thread Jim Douglas
...and then repeat for Firefox 7 (scheduled for release next Tuesday). https://wiki.mozilla.org/Releases On Sep 22, 3:19 pm, Alan Leung acle...@google.com wrote: The missing plugin page is also updated. -Alan On Wed, Sep 21, 2011 at 7:13 AM, ialpert ialp...@gmail.com wrote: looks

Re: Is there a limitation with GWT2.4 plugin for Eclipse3.4

2011-09-22 Thread saida dhanavath
Thanks! it works fine now. What I was thinking is to also get the GWT 2.4 enhancements for UI Designer and that is not possible with this approach. anyway I migrated to eclipse 3.7. On Wed, Sep 21, 2011 at 12:35 PM, Sudhakar Abraham s.abra...@datastoregwt.com wrote: There is no limitation

Re: The RequestFactory ValidationTool must be run for the RequestFactory type

2011-09-22 Thread TULC
I have not yet been able to get past this problem... I am simply trying to run the DynaTableRF from the samples in eclipse. I have the latest GPE installed. I have followed the instructions at http://code.google.com/p/google-web-toolkit/wiki/RequestFactoryInterfaceValidation for eclipse and

Problem with http://code.google.com/intl/en/eclipse/ in spanish version

2011-09-22 Thread hablutzel1
This is a big mistake to provide this webpage translated http://code.google.com/intl/en/eclipse/ to http://code.google.com/intl/es-ES/eclipse/ where information is completely distinct, even I was near to stop from downloading google plugin for eclipse because I wasn´t able to find it in

[gwt-contrib] Re: Serialization of Final Fields in RPC (issue1380807)

2011-09-22 Thread zhuyi
On 2011/09/14 17:45:17, zhuyi wrote: Ray, John and others: I and Stephen have been working on this for a while to make the option of serializing final fields in RPC be a non-static variable to eliminate flakiness, and pass this option to server side by serialization policy file. Please

[gwt-contrib] [google-web-toolkit] r10664 committed - Added note on installing the build helper connector if required

2011-09-22 Thread codesite-noreply
Revision: 10664 Author: drfibona...@google.com Date: Thu Sep 22 11:04:05 2011 Log: Added note on installing the build helper connector if required http://code.google.com/p/google-web-toolkit/source/detail?r=10664 Modified: /wiki/RequestFactoryInterfaceValidation.wiki

[gwt-contrib] [google-web-toolkit] r10665 committed - Edited wiki page WorkingWithMaven through web user interface.

2011-09-22 Thread codesite-noreply
Revision: 10665 Author: drfibona...@google.com Date: Thu Sep 22 12:57:18 2011 Log: Edited wiki page WorkingWithMaven through web user interface. http://code.google.com/p/google-web-toolkit/source/detail?r=10665 Modified: /wiki/WorkingWithMaven.wiki

[gwt-contrib] [google-web-toolkit] r10666 committed - build-helper-maven-plugin connector required if using RequestFactory

2011-09-22 Thread codesite-noreply
Revision: 10666 Author: drfibona...@google.com Date: Thu Sep 22 13:29:59 2011 Log: build-helper-maven-plugin connector required if using RequestFactory http://code.google.com/p/google-web-toolkit/source/detail?r=10666 Modified: /wiki/WorkingWithMaven.wiki

[gwt-contrib] Allow @defs with multiple values (issue1556804)

2011-09-22 Thread unnurg
Reviewers: rjrjr, Description: Allow @defs with multiple values Please review this at http://gwt-code-reviews.appspot.com/1556804/ Affected files: M user/src/com/google/gwt/resources/rg/CssResourceGenerator.java M user/test/com/google/gwt/resources/client/CSSResourceTest.java M

[gwt-contrib] Allow @defs with multiple values (issue1557803)

2011-09-22 Thread unnurg
Reviewers: rjrjr, Description: Allow @defs with multiple values Please review this at http://gwt-code-reviews.appspot.com/1557803/ Affected files: M user/src/com/google/gwt/resources/rg/CssResourceGenerator.java M user/test/com/google/gwt/resources/client/CSSResourceTest.java M

[gwt-contrib] [google-web-toolkit] r10667 committed - Allow @defs with multiple values...

2011-09-22 Thread codesite-noreply
Revision: 10667 Author: unn...@google.com Date: Thu Sep 22 13:53:31 2011 Log: Allow @defs with multiple values Review at http://gwt-code-reviews.appspot.com/1557803 Review by: rj...@google.com http://code.google.com/p/google-web-toolkit/source/detail?r=10667 Modified:

[gwt-contrib] [google-web-toolkit] r10668 committed - Created wiki page through web user interface.

2011-09-22 Thread codesite-noreply
Revision: 10668 Author: cromwell...@google.com Date: Thu Sep 22 22:21:16 2011 Log: Created wiki page through web user interface. http://code.google.com/p/google-web-toolkit/source/detail?r=10668 Added: /wiki/SourceMaps.wiki === --- /dev/null +++

[gwt-contrib] [google-web-toolkit] r10669 committed - Edited wiki page SourceMaps through web user interface.

2011-09-22 Thread codesite-noreply
Revision: 10669 Author: cromwell...@google.com Date: Thu Sep 22 22:25:49 2011 Log: Edited wiki page SourceMaps through web user interface. http://code.google.com/p/google-web-toolkit/source/detail?r=10669 Modified: /wiki/SourceMaps.wiki === ---

[gwt-contrib] Add SourceMap support to GWT (issue1558803)

2011-09-22 Thread cromwellian
Reviewers: unnurg, Description: Add SourceMap support to GWT See http://code.google.com/p/google-web-toolkit/wiki/SourceMaps or details. Please review this at http://gwt-code-reviews.appspot.com/1558803/ Affected files: M dev/build.xml M