|
||||||||
|
This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira |
||||||||
------------------------------------------------------------------------------ Master Visual Studio, SharePoint, SQL, ASP.NET, C# 2012, HTML5, CSS, MVC, Windows 8 Apps, JavaScript and much more. Keep your skills current with LearnDevNow - 3,200 step-by-step video tutorials by Microsoft MVPs and experts. SALE $99.99 this month only -- learn more at: http://p.sf.net/sfu/learnmore_122412
_______________________________________________ Mifos-issues mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mifos-issues

I've tracked down the problem was introduced by a change in
{project.build.outputDirectory}MIFOS-5879to allow the project to be built on Java7. Commit 92b18dbaaa4289a88c0e95bc1211e982b997a1aa updated the version of native2ascii-maven-plugin from 1.0-alpha-1 to 1.0-beta-1. To fix the encoding issue we could either rollback the said commit if we need to get a release out right away or change application/pom.xml line 665 from "<src>" to "<workDir>". I haven't dug deep into changes between alpha and beta versions but I suspect the config option "src" has been renamed to "workDir". Because our pom.xml didn't have a "workDir", the default $was used.
For more info about native2ascii plugin and available config options see http://mojo.codehaus.org/native2ascii-maven-plugin/native2ascii-mojo.html.