--
You received this message because you are subscribed to a topic in the Google Groups "Jenkins Developers" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/jenkinsci-dev/mLrAoiYH6bk/unsubscribe.
To unsubscribe from this group and all its topics, send an email to jenkinsci-de...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
if not, what encoding it is in. And what operating system do you use?
I am wondering if there is an issue with the platform default
encoding.
jrunscript -e 'println(java.lang.System.getProperty("file.encoding"))'
@Kohsuke maybe we could retire this questionable Maven plugin and just
use a JSR 269 processor? That would pick up the right encoding for
Java sources without hassle, and would have some ancillary benefits;
e.g. 269-aware IDEs may immediately offer code completion on
Messages.java methods as soon as you save changes to
Messages.properties, without requiring a Maven build. It would be
slightly tricky to enumerate all the available Messages.properties
files, since JSR 269 does not offer this capability, but you could
work around that by checking explicitly for Messages.properties
resource in each package for which a root element was encountered in
the round environment.
Hi,
FWIW, .properties files are by definition encoded (and parsed as) in iso-8859-1 (see http://docs.oracle.com/javase/6/docs/api/java/util/Properties.html). The platform encoding shouldn't have any impact, if so then this might be a bug somewhere.
Cheers
--
You received this message because you are subscribed to the Google Groups "Jenkins Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-de...@googlegroups.com.
--
You received this message because you are subscribed to a topic in the Google Groups "Jenkins Developers" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/jenkinsci-dev/mLrAoiYH6bk/unsubscribe.
To unsubscribe from this group and all its topics, send an email to jenkinsci-de...@googlegroups.com.