[GRADLE-2564] Gradle 1.3 wrapper java.io.UnsupportedEncodingException Created: 22/Nov/12 Updated: 01/Mar/13 Resolved: 01/Mar/13 |
|
Status: | Resolved |
Project: | Gradle |
Affects Version/s: | 1.3-rc-1, 1.3, 1.4 |
Fix Version/s: | 1.5-rc-1 |
Type: | Bug | ||
Reporter: | Gradle Forums | Assignee: | Unassigned |
Resolution: | Fixed | Votes: | 1 |
Description |
Just tried 1.3 via the wrapper and it fails with: % ./gradlew clean FAILURE: Build aborted because of an internal error.
|
Comments |
Comment by Gradle Forums [ 22/Nov/12 ] |
can you give us more information about your environment (perhaps run "gradle -v" with a prior gradle version) ? cheers, |
Comment by Gradle Forums [ 22/Nov/12 ] |
% gradle -v ------------------------------------------------------------ Gradle build time: mercoled? 12 settembre 2012 10.46.02 UTC |
Comment by Adam Murdoch [ 22/Nov/12 ] |
Could you give us the values of your $LANG, $LC_ALL, and $LC_CTYPE environment variables, please? |
Comment by Phill [ 22/Nov/12 ] |
% locale |
Comment by Phill [ 22/Nov/12 ] |
Just checked my shell startup scripts and I've got "LC_MONETARY=it_IT", if I remove this then I do not get the encoding exception. 'locale' output above is slightly misleading as if I echo the individual variables I get: % echo $LANG % echo $LC_ALL % echo $LC_MONETARY |