Re: javac -encoding

2008-06-18 Thread Scot P. Floess
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

Re: javac -encoding

2008-06-18 Thread Prashant Reddy
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: .

javac -encoding

2008-06-18 Thread Raghuveer
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