Re: GWT source compile error

2019-06-28 Thread Jens
Hmmm maybe the ANT build holds the gwt-dev.jar open and thus Windows forbids overwriting the file with gwt-dev-merged.jar . I guess you need to either try changing the build file to make is work on Windows or use a Linux VM for now. -- J. -- You received this message because you are subscribe

Re: How to use DatePicker with UiBinder

2019-06-28 Thread Craig Mitchell
I don't believe GWT supports a Time picker out of the box. Only date: http://samples.gwtproject.org/samples/Showcase/Showcase.html#!CwDatePicker A quick search shows that some people have created one: https://stackoverflow.com/questions/4509655/gwt-time-picker Or you could use JSNI to bind t

GWT source compile error

2019-06-28 Thread Chandula Harasgama
Hi. I'm trying to compile the current master of GWT from source but keep getting the following error. I'm on JDK 8 on a windows 7 PC. The commands I tried were: ant, ant clean dist-dev, ant clean elemental dist-dev. merge_codeserver: [echo] Merge gwt-dev.jar and gwt-codeserver.jar [ja

Re: How to generate and download Excel Files with GWT

2019-06-28 Thread Mallikarjuna Sarvala
Hi, Can you please let me know which module did add gwt.xml file to work with WritableWorkbook. I have a situation to work with Excel in GWT but not able to find any module On Tuesday, 4 May 2010 19:22:28 UTC+5:30, Dima wrote: > > Hi, > > I try to create a test.xsl on the server without saving