Before modifying the build file, I get a java compilation error, as shown below.
ApplicationConstant.java:73: error: not applicable character for encoding ascii public static final String INVALID_MDTVERSION_SECOND = " This not compatible with the serverΓ’β¬β’s Version";
I ran into this error when I used ant java target as:
<javac encoding="ascii"...>
Than I have changed below
<javac encoding="iso-8859-1" ...>
This issue has been resolved.
Karo La Oct. 14 '15 at 15:13 2015-10-14 15:13
source share