I got this when compiling the latest gradle source (pulled on Saturday) on a local Windows 7 machine. I'm guessing whatever is happening is defaulting to the character encoding of my console versus a specifically assigned one.
-Spencer --- On Sat, 8/27/11, Peter Niederwieser <[email protected]> wrote: From: Peter Niederwieser <[email protected]> Subject: [gradle-dev] Re: Interesting character(s) in gradle source comment To: [email protected] Date: Saturday, August 27, 2011, 8:58 PM Where do you get this? Gradle source code uses utf8 encoding, not cp1252. -- Peter Niederwieser Principal Engineer, Gradleware http://gradleware.com Creator, Spock Framework http://spockframework.org Twitter: @pniederw Spencer Allain wrote: > > subprojects\core\src\main\groovy\org\gradle\api\Na > med.java:34: warning: unmappable character for encoding Cp1252 > // if you have a groovy class with a ΓÇ£String nameΓÇ? property the > generate > d getName() method will not > ^ > 1 warning > > -Spencer > -- View this message in context: http://gradle.1045684.n5.nabble.com/Interesting-character-s-in-gradle-source-comment-tp4741837p4742435.html Sent from the gradle-dev mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe from this list, please visit: http://xircles.codehaus.org/manage_email
