my source files in my web application in
"tomcat\webapps\testApp" with "-encoding "option in ant.
Example:
. javac -encoding ISO-8859-2 HelloWorld.java
. javac -encoding ISO-8859-2 *.java
Scot P. Floess
27 Lake Royale
Louisburg, NC 2754
Yes 'encoding' option exists in javac task.
http://ant.apache.org/manual/CoreTasks/javac.html
Raghuveer wrote:
Is there option compiling all my source files in my web application in
"tomcat\webapps\testApp" with "-encoding "option in ant.
Example:
.
Is there option compiling all my source files in my web application in
"tomcat\webapps\testApp" with "-encoding "option in ant.
Example:
. javac -encoding ISO-8859-2 HelloWorld.java
. javac -encoding ISO-8859-2 *.java