Magnus Rundberget-3 wrote:
> 
> So I'm guessing that the jar task (extending copy ?) doesn't use the
> encoding it should.. and I can't find any setting for the jar task that I
> could use to specify the encoding either. Is there something obvious I'm
> missing?
> 

I don't think the Jar task has such a setting at the moment. Have you tried
setting the JVM's default encoding to iso-8859-1? After all, other parts of
the build (compiler etc.) will also need to use this encoding. What's the
output of 'println System.getProperty("file.encoding")' ?

--
Peter Niederwieser 
Developer, Gradle
http://www.gradle.org
Trainer & Consultant, Gradleware
http://www.gradleware.com
Creator, Spock Framework
http://spockframework.org

--
View this message in context: 
http://gradle.1045684.n5.nabble.com/file-encoding-for-jar-task-tp4358462p4358512.html
Sent from the gradle-user mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe from this list, please visit:

    http://xircles.codehaus.org/manage_email


Reply via email to