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

2009-01-12 Thread gregor
or common.ant.xml to get round this, or is there a recommended svn download (windows for me) that won't interfere with tortoise? regards gregor --~--~-~--~~~---~--~~ http://groups.google.com/group/Google-Web-Toolkit-Contributors -~--~~~~--~~--~--~---

[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] 1.6 heap and stack size

2009-01-29 Thread gregor
if there's a way to release the extra 400M, or some other trick to get this to compile. The same module compiles under 1.5.3 at -Xms128m -Xmx150m (it fails out of memory at -Xms128m -Xmx140m), so it looks like something is a bit wrong here. Gregor

[gwt-contrib] Re: 1.6 heap and stack size

2009-01-29 Thread gregor
there is an order of magnitude increase in memory requirement (plus the stack frame increase) when compiling for all permutations under 1.6. Anyway, that's got me out of trouble for now, thanks Scott. On Thu, Jan 29, 2009 at 12:47 PM, gregor greg.power...@googlemail.comwrote: I'm trying

[gwt-contrib] Extendable GWT localization - crosscutting concern ?

2008-12-11 Thread Marek Gregor
We use GWT as web client technology for enterprise J2EE system (EJB, JAAS, ...) which is also capable to offer swing client GUI via java- web-start. Our aim is to make development simple (because of the size of project)- to use the same code for the same thing in all parts of the code. But

[gwt-contrib] Re: Extendable GWT localization - crosscutting concern ?

2008-12-15 Thread Marek Gregor
Thanks for responses. We will create own jar with LocalizableResource, Messages, Constants, and ConstantsWithLookup for usage of the same interfaces in GWT, Swing and server side. With regards Marek --~--~-~--~~~---~--~~