30ca0b818e0ae07c877dc63740f073c9782d79a4 added some .idea/*.xml files that would get your IDEA set up correctly.
On 08/02/2013 07:36 AM, Rusi Filipov wrote:
Hugh, thank you for pointing these out. As far as I remember properties files must be encoded in iso-8859-1, so if the rest of the sources are UTF-8 this should be OK. I guess the error was caused by me experimenting with different compiler settings and instructing the eclipse compiler inside Intellij to use UTF-8, which messed up with the annotation processor. Besides that, what is the recommended way to configure the compilation in Intellij? Do you enable "Use external build"? Which compiler do you use - javac or eclipse? Do you enable "Enable annotation processing"? Greetings, Rusi On Fri, Aug 2, 2013 at 4:28 PM, Hugh Perkins <[email protected] <mailto:[email protected]>> wrote: In the pom.xml at the root of hudson, it says the properties files are in iso-8859-1: <properties> <!-- *.html files are in UTF-8, and *.properties are in iso-8859-1, so this configuration is acturally incorrect, but this suppresses a warning from Maven, and as long as we don't do filtering we should be OK. --> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> -- 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 [email protected] <mailto:jenkinsci-dev%[email protected]>. For more options, visit https://groups.google.com/groups/opt_out. -- 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 [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
-- Kohsuke Kawaguchi | CloudBees, Inc. | http://cloudbees.com/ Try Jenkins Enterprise, our professional version of Jenkins -- 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 [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
