rwheeler7864 / google-web-toolkit-doc-1-5

Automatically exported from code.google.com/p/google-web-toolkit-doc-1-5
0 stars 0 forks source link

Unable to build GWT from source on systems with non-english Subversion. #15

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
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

GoogleCodeExporter commented 9 years ago
So I just realized I posted this waay wrong. Really sorry :(

I'll post a new one where it belongs.. 

Original comment by jakew...@gmail.com on 1 Jul 2009 at 1:43