RE: Switch Case equivalent of ant

2006-05-23 Thread Shweta Bodade
Hello Jan I could do it. Thanx for your timely help. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Tuesday, May 23, 2006 3:50 PM To: user@ant.apache.org Subject: AW: Switch Case equivalent of ant >>Can anybody tell me the switch case equival

Switch Case equivalent of ant

2006-05-22 Thread Shweta Bodade
Hello Can anybody tell me the switch case equivalent of ANT Where I can select according to case number I give as i/p from user. Regards, Shweta.

how to integrate ant and java program

2006-03-21 Thread Shweta Bodade
I want to call java program from ant which I can do properly but how can I retrieve and String variable from that program can you suggest Suppose I want to set a value to variable through java program and I want to use the same variable in ant script How can I do that?

RE: help with exclude patterns

2006-03-20 Thread Shweta Bodade
Disclaimer This email and any files transmitted with it are confidential and intended solely for the use of the individual or entity to whom it is addressed. If you have received this communication in error, please immediately notify t

And I want to input two args at a time through console

2006-03-12 Thread Shweta Bodade
Can I have multiple choices for deploying target I mean if an input message is given on selecting between three choices and I want to execute two of them one after the other How can I do that For eg And I want to input two args at a time through console Can you hlep me with

RE: TASK does not work

2006-03-01 Thread Shweta Bodade
Thanks a lot well Ant really does not have a direct task like So finally a wrote this and my wsdl file is getting converted to java file and the code is like

TASK does not work

2006-03-01 Thread Shweta Bodade
Hello, I am using Eclipse 3.0.0 And I want to convert wsdl file to java file which we can do easily using AXIS but the same thing fails in ANT I want to make use of ANT task Can anyone be of any help Cheers Shweta.

Urgently help needed on condition task .

2006-02-27 Thread Shweta Bodade
Hello , Please help needed urgently Can you find bug in this code Because its not getting executed I want to deploy my application in either tomcat or weblogic Depending on user i/p But when I give i/p as 1 or 2 it does not go to respective target. Am I missing s

Failed to read input from Console.

2006-02-24 Thread Shweta Bodade
After I give the command in Eclipse I get this error message. Buildfile: E:\workspace2\Hello\src\build.xml select_target: [input] Which server should receive the files? 1. Silo 2. Bongo(1,2) BUILD FAILED: E:\workspace2\Hello\src\build.xml:9: Failed to read input from Console. Total t

RE: How to give conditions.?

2006-02-23 Thread Shweta Bodade
Thnx I used And want to retrieve the value entered I am using Eclipse but before I can enter any value through console It displays message. Like. Failed to read input from Console. Do I need to write anything else before I close input task Like sleep or something...?

How to give conditions.?

2006-02-22 Thread Shweta Bodade
Hello all, If I want to give conditions like a user i/p which decides whther my application is to be deployed in Tomcat or Weblogic Then is it possible through ANT. Something like one build.xml asking where do you want to deploy the project After user gives i/p then respective b

RE: Filesets

2006-02-16 Thread Shweta Bodade
Bejoy this is what I could try but its difficult to omit certain dir's if the same you apply on file it works and on dir'

RE: File Copy issue

2006-02-16 Thread Shweta Bodade
Here Bejoy Go like this and there is task from Ant Using this you can include or exclude certain files. You will get it on net. Hope this helps you

RE: One more Question regarding deployment in ANT and WebLogic with answer

2006-02-15 Thread Shweta Bodade
Hi dinesh thnx For answer Well the error is resolved and Code should be like component=jade:myserver Where jade is eventually pointing to context root and myserver is the target on which I want to deploy my application. Thnx to show interest in the problem. Regards Shweta -

One more Question regarding deployment in ANT and WebLogic

2006-02-15 Thread Shweta Bodade
Hi, I could deploy my web application using Ant in WebLogic server But I get the following description when I deploy it, sorry for so many questions but am a fresher and want to explore Ant for automation. Buildfile: E:\workspace2\Hello\src\build.xml print message: [java]

RE: Property vs. user property - what's the difference?

2006-02-15 Thread Shweta Bodade
Regards Shweta ArunKumar Bodade, Ness Technologies (India) Ltd, No 33, 17th H Main Road, 6th Block, Koramangla, Banglore - 560 095 Tel(office) : 51961000 -Original Message- From: Patrick Martin [mailto:[EMAIL PROTECTED] Sent: Wednesday, February 15, 2006 3:42 PM To: Ant Users List Su

Deploying application using ANT and WebLogic

2006-02-14 Thread Shweta Bodade
Hi: I am trying to use ant to deploy a war file on weblogic 8.1. Can you please help me with some examples. Thanks and Regards, Shweta

Deploying an application in WebLogic

2006-02-14 Thread Shweta Bodade
Hello GM all of you... Can anyone guide me on how to deploy a simple war file in weblogic appserver Thanks in advance. Regards Shweta.

Pritesh can you help me here.

2006-02-14 Thread Shweta Bodade
I have a script which deploys an application in Tomcat in Windows I run it through eclipse. My First question is Can I run this script from the same eclipse to deploy an aplication on Unix and Tomcat installed on Unix or I need to use command prompt. Please reply Waiting for your reply..

RE: About running a ANT script on UNIX.

2006-02-13 Thread Shweta Bodade
Thanx a lot. Shweta.

RE: About running a ANT script on UNIX.

2006-02-13 Thread Shweta Bodade
Thankx a lot for your so quick response I am trying all things lets See What works best I will surely try to reach you if I have a problem. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL

About running a ANT script on UNIX.

2006-02-12 Thread Shweta Bodade
I have created a file which deploys a simple web application in tomcat In Windows I want it should be able to deploy application in Unix also For that I need to wrtite a properties file Can anyone send me some kind of sample which will help me understand the concept Its very very imp fo

RE: Do Reply

2006-02-10 Thread Shweta Bodade
Ya thanks A lot - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Do Reply

2006-02-09 Thread Shweta Bodade
Hi am here again :-) How to copy a complete folder from one location to another Suppose foleder is test I want to copy it from C: to D: Then what should be the command The folder contains folder and files inside it.. Thanks in advance Regards Shweta

RE: Hello all

2006-02-09 Thread Shweta Bodade
Hey I got the solution you know what was happening There was already a file jade.war in e:jade\ folder so the command Was giving the error. Thanks a lot for help I will surely need your help again for deployment in Web Sphere As that will be very different for me... -

Hello all

2006-02-09 Thread Shweta Bodade
Hello all a very good morning Can u help me with this error I am a new bee to ant. [delete] Deleting directory C:\Program Files\Apache Software Foundation\Tomcat 5.0\webapps\jade [mkdir] Created dir: C:\Program Files\Apache Software Foundation\Tomcat 5.0\webapps\jade [mkdir] Cre

Problem help needed reply urgent.

2006-02-06 Thread Shweta Bodade
Can u help me with how to build a build.xml file for deploying my web application in Web Sphere.. I need help urgaent please. Reply. Disclaimer This email and any files transmitted with it are confidential and intended solely for the use of the individual or entity to whom it is addressed.

RE: problem with sql task

2006-02-06 Thread Shweta Bodade
Hello I want to buils a build.xml file in which I can write how to deploy my war project file in WebSphere Could you please be of help to me reply even if u don't know or u are busy Please. Disclaimer This email and any files transmitted with it are confidential and intended sol