Thank you for the effort to fix this Jesse! Meanwhile, after working around the encoding issue I found a way to rebuild the project with the Terminal and Intellij:
1. mvn clean process-resources 2. Switch to Intellij and refresh 3. Eventually Reimport the Maven Project in order to detect the generated source folders 4. Make the Project (use Compiler Settings "javac" and "Use External Build") Best Regards Rusi On Mon, Aug 5, 2013 at 4:57 PM, Jesse Glick <[email protected]> wrote: > Fixed the Localizer problem in trunk sources; needed a newer version > of that plugin.. There is still a problem with > core/target/generated-sources/taglib-interface/lib/LayoutTagLib.java > which will only be fixable when maven-hpi-plugin 1.97 is released (I > just committed a fix to that plugin’s sources). > > In the meantime, I think your workaround for all such issues is likely to > be: > > C:\> set MAVEN_OPTS=-Dfile.encoding=UTF-8 > > -- > 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]. > 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.
