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

RE: native2ascii in build.xml

2008-06-15 Thread Raghuveer
PROTECTED] Subject: Re: native2ascii in build.xml please elaborate the two steps properly. On 6/13/08, Raghuveer <[EMAIL PROTECTED]> wrote: I am working on multilingual JSP Struts application. I need to convert the polish characters in my "messages.properties" file to Unicode by n

RE: native2ascii in build.xml

2008-06-15 Thread Raghuveer
ase advice? _ From: Niranjan Deshpande [mailto:[EMAIL PROTECTED] Sent: Friday, June 13, 2008 3:54 PM To: Ant Users List; [EMAIL PROTECTED] Subject: Re: native2ascii in build.xml I think ant has a seprate task in ant hth On 6/13/08, Raghuveer <[EMAIL PROTECTED]>

native2ascii in build.xml

2008-06-13 Thread Raghuveer
How to implement in my ant buil.xml native2ascii -encoding utf-8 d:\t\utf\1.txt d:\t\utf\\2.txt

Operating System identification

2006-07-08 Thread Raghuveer
How to identify Operating System of my Application server. I have property file in my web application for Windows and Linus. I need to identify th Operating System and read specific configuration file in my Struts Application .? Example: My Web application can be run on OC4J server,JBOSS on Win

os identify

2006-07-03 Thread Raghuveer
Is it possiable to identify OS and make my web application to read different properties files. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: build.properties

2006-06-28 Thread Raghuveer
rom: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 28, 2006 5:29 PM To: user@ant.apache.org Subject: AW: build.properties Ant cant find the property file because you set the basedir="../" Jan >-Ursprüngliche Nachricht- >Von: Raghuveer [mailto:[EMAIL PR

RE: build.properties

2006-06-28 Thread Raghuveer
What do u mean by >>Inside the buildfile you have >> >>and with property files you load these mappings >> >>NAME=VALUE # COMMENT Jan Can u elobrate ? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 28, 2006 1:06 PM To: user@ant.apache.org

RE: build.properties

2006-06-28 Thread Raghuveer
I made follwoing changes In build.properties - project.title=Test Web Application project.version = 1.3 distpath.project = F:/oc4j_extended/j2ee/home/applications In build.xml - ${project.title} ${project.version} ${distpath.project} -

build.properties

2006-06-28 Thread Raghuveer
In my build.xml if i want to get the the value of "distpath.project" (path of my web application context in OC4J server) from build.properties . What Changes i need to avil this requirement ? - --

RE: build.properties

2006-06-13 Thread Raghuveer
In What way the build.properties is usefull. path,project name ,war file name i want to move to properties file. So that it would be convienent when required to modify in property file rather then in build.xml. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Tues

build.properties

2006-06-13 Thread Raghuveer
I have following project in build.xml What changes i need to do in order to make the path in "basedir" in buil.xml to move to build.properties file - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail:

Generating war with excluding selected folders and files

2006-06-13 Thread Raghuveer
I am using Eclipse for development and ANT for generating for war for deployment in server. When generating ant i need to exclude some of the folders and files a) Excluding Some of the Folders When generating war file with ant. Example: META-INF .settings 2) Excluding some of the files in fold

RE: deploy by ant

2006-05-11 Thread Raghuveer
EMAIL PROTECTED]' Subject: RE: deploy by ant What application server you want to deploy to? -Original Message----- From: Raghuveer [mailto:[EMAIL PROTECTED] Sent: 11 May 2006 07:38 To: 'Ant Users List' Subject: deploy by ant My customer requirement is to use ANT. i.e -

deploy by ant

2006-05-10 Thread Raghuveer
My customer requirement is to use ANT. i.e - Application must use ANT to build and deploy I have written build.xml for build. What does "deploy" means. How can be done the same using ANT. - To unsubscribe, e-mail: [EMAIL P