What steps will reproduce the problem?
1. Install a non-english version of subversion
2. Check out GWT source
3. Execute ant
What is the expected output? What do you see instead?
Expected result is for GWT to build.
Actual result is:
[checkout-dir]/common.ant.xml:231: svn info didn't get root URL
What version of the product are you using? On what operating system?
GWT: Trunk version
OS: Ubuntu 8.10, Swedish
Please provide any additional information below.
The problem is that com.google.gwt.ant.taskdefs.SvnInfo does not support
non-english Subversion versions (see regex at row # 67,73,78), and that
subversion language by default will be non-english on any non-english
ubuntu dist.
Workaround:
Run export "LANG=en.UTF-8" before running ant.
Original issue reported on code.google.com by jakew...@gmail.com on 1 Jul 2009 at 1:41
Original issue reported on code.google.com by
jakew...@gmail.com
on 1 Jul 2009 at 1:41