Yep. It'll be looking for English-language regexp matching. Rather than commenting out the lines, you may be able to win by defining gwt.svnrev and gwt.svnrev.file in a local.ant.properties file at the top level... although it looks like that might not work, we can easily modify the svninfo task so it doesn't do anything if its output properties are already defined. That may be as robust as using non-locale-varying markers in the svn (or git) output, or using SvnKit and expecting version compatibility (which is the other common error here). Sigh. I still think we wouldn't have lost much by figuring the brand in our build machine, and setting that as a property on the build command. ;-)
On Wed, Jul 1, 2009 at 10:31 AM, John Tamplin <[email protected]> wrote: > On Wed, Jul 1, 2009 at 10:24 AM, Sebastien <[email protected]> wrote: > >> I compiled with success by commenting the lines 230-231 in the ./ >> common.ant.xml Ant file. Indeed the call to svinfo task failed (I do >> not know why). Now, it works ! >> > > My guess is it was confused by the French output of svn info. > > -- > John A. Tamplin > Software Engineer (GWT), Google > --~--~---------~--~----~------------~-------~--~----~ http://groups.google.com/group/Google-Web-Toolkit-Contributors -~----------~----~----~----~------~----~------~--~---
