RE: Problem with condition selection property; Help needed

2007-11-01 Thread Shailesh Sharma
I have figured out that this is happening because of fork=true while deploying. I do not know the solution. Shailesh Sharma <[EMAIL PROTECTED]> wrote: Here is my build.xml [input] validargs="y,n" addproperty

RE: Problem with condition selection property; Help needed

2007-10-31 Thread Shailesh Sharma
}. * . . . . Shailesh Sharma <[EMAIL PROTECTED]> wrote: I am still looking for a solution. Iam using foreach task. and i loop through it and it ask Y/N as an input. But if I select Y for the first input, for the second input, i have to press Y twice. any solution so far on this? Shailesh Sharma

RE: Problem with condition selection property; Help needed

2007-10-31 Thread Shailesh Sharma
I am still looking for a solution. Iam using foreach task. and i loop through it and it ask Y/N as an input. But if I select Y for the first input, for the second input, i have to press Y twice. any solution so far on this? Shailesh Sharma <[EMAIL PROTECTED]>

RE: Problem with condition selection property; Help needed

2007-04-11 Thread Shailesh Sharma
deploy by clicking check boxes. Each checkbox can set a different property that you can test to see if you want to proceed. HTH Bill -Original Message- From: Shailesh Sharma [mailto:[EMAIL PROTECTED] Sent: Tuesday, April 10, 2007 8:13 AM To: Ant Users List Subject: Re: Problem with con

Re: Problem with condition selection property; Help needed

2007-04-10 Thread Shailesh Sharma
actually, the deployer is sometimes suggested to just deploy 1 or 2 or 3 or etc. So, it circumstantial. Kevin Jackson <[EMAIL PROTECTED]> wrote: Hi, You are setting a property to a value (n | y) in your [input] task. As soon as you set a property it keeps that value for the whole buil

RE: Problem with condition selection property; Help needed

2007-04-09 Thread Shailesh Sharma
is? You need to use the foreach task, rather than the for task. -Rob Anderson > -Original Message- > From: Shailesh Sharma [mailto:[EMAIL PROTECTED] > Sent: Monday, April 02, 2007 7:32 AM > To: Ant Users List > Subject: RE: Problem with condition selection property; Hel

RE: Problem with condition selection property; Help needed

2007-04-02 Thread Shailesh Sharma
I am using following: Apache Ant version 1.6.2 compiled on August 5 2004 Shailesh Sharma <[EMAIL PROTECTED]> wrote: I am getting following errors now ... BUILD FAILED /export/bea/Mah-ail/AIL/AOCB/scripts/build.xml:174: The type doesn't support the "keep

RE: Problem with condition selection property; Help needed

2007-04-02 Thread Shailesh Sharma
${sourceappname.a}. * Deploying ${sourceappname.a} -Rob Anderson > -Original Message- > From: Shailesh Sharma [mailto:[EMAIL PROTECTED] > Sent: Thursday, March 29, 2007 7:54 AM > To: Ant Users List > Subject: RE: Problem with condition selection property; Help needed >

RE: Problem with condition selection property; Help needed

2007-03-29 Thread Shailesh Sharma
entarily). Please advise and let me know how to change the logic. "Anderson, Rob (Global Trade)" <[EMAIL PROTECTED]> wrote: Shailesh, When fail is executed, the build fails. What are you expecting to happen? -Rob Anderson > -Original Message- > From: Shai

Re: Problem with condition selection property; Help needed

2007-03-26 Thread Shailesh Sharma
I am still scratching my head on my problem. Any help is much much appreciated. Best Regards. Shailesh Sharma <[EMAIL PROTECTED]> wrote: Hi, I have a "for loop" in one target that iterates through few times and then call my actual deployment target". The p

Problem with condition selection property; Help needed

2007-03-26 Thread Shailesh Sharma
Hi, I have a "for loop" in one target that iterates through few times and then call my actual deployment target". The problem is that when I accept "n" (i.e NO) as the first selection, the whole build just comes out of the loop and do not allow me to choose selection for the rest of the

Re: newbie...log4j problem; exception enclosed

2006-11-02 Thread Shailesh Sharma
If so, can you elaborate more on how you are creating your war file? Shailesh Sharma wrote: > iam getting following exception in my weblogic log file when i deploy the > application WAR file. > please help me understand the problem...help please finding the solution. > >

newbie...log4j problem; exception enclosed

2006-11-02 Thread Shailesh Sharma
iam getting following exception in my weblogic log file when i deploy the application WAR file. please help me understand the problem...help please finding the solution. log4j:WARN No such property [datePattern] in org.apache.log4j.RollingFileAppender. ValidateVendorLogger:initLogger

RE: Are there ANT tasks for SFTP?

2006-07-06 Thread Shailesh Sharma
3sp.com/products/maverick-ant/maverick-ant.jsp Only thing about is, you cannot change the source, as there are commercial libraries limported. Regards, Gilbert -Original Message- From: Shailesh Sharma [mailto:[EMAIL PROTECTED] Sent: Wednesday, July 05, 2006 9:56 PM To: Ant Users List

RE: Are there ANT tasks for SFTP?

2006-07-05 Thread Shailesh Sharma
ry Dependencies for a list of jar requirements for various features. Note that this will make the auxiliary jars available for the building of Ant only. For running Ant you will still need to make the jars available as described under Installing Ant." -Rob A > -Original Message- &g

RE: Are there ANT tasks for SFTP?

2006-07-05 Thread Shailesh Sharma
uirements for various features. Note that this will make the auxiliary jars available for the building of Ant only. For running Ant you will still need to make the jars available as described under Installing Ant." -Rob A > -Original Message- > From: Shailesh Sharma [mailto:[EMAIL P

How to specify Log4j settings ?

2006-06-29 Thread Shailesh Sharma
nothing to do with ANTs but a general J2EE question (please help). Iam using WLS 8.1 sp3. I have a situation where i need to put some specific properties files on my BEA managed instances. for eg. having 3 different properties files for my "A" managed server. Similary, say other 4 p

RE: Are there ANT tasks for SFTP?

2006-05-18 Thread Shailesh Sharma
the distribution. The updated scp task with support for sftp will be in ant-jsch.jar. Make sure you have downloaded jsch 0.1.28 or later and place it in the lib directory before you build. Also, refer to the manaul page for building Ant... http://ant.apache.org/manual/install.html#buildingant -Rob

RE: Are there ANT tasks for SFTP?

2006-05-18 Thread Shailesh Sharma
erson, Rob (Global Trade)" <[EMAIL PROTECTED]> wrote: Get the latest snapshot from source control and build the whole dist... http://cvs.apache.org/snapshots/ant/ -Rob A > -Original Message----- > From: Shailesh Sharma [mailto:[EMAIL PROTECTED] > Sent: Friday, May 12

RE: Are there ANT tasks for SFTP?

2006-05-12 Thread Shailesh Sharma
> -Original Message----- > From: Shailesh Sharma [mailto:[EMAIL PROTECTED] > Sent: Friday, May 12, 2006 9:49 AM > To: Ant Users List > Subject: Re: Are there ANT tasks for SFTP? > > can somebody please answer SFTP is new to me ...and iam > not been able to

Re: Are there ANT tasks for SFTP?

2006-05-12 Thread Shailesh Sharma
can somebody please answer SFTP is new to me ...and iam not been able to find documentation how to implement SFTP ? Please help if you can. Shailesh Sharma <[EMAIL PROTECTED]> wrote: Iam working on implementing SFTP server="${server}" userid=&quo

Re: Are there ANT tasks for SFTP?

2006-05-12 Thread Shailesh Sharma
Iam working on implementing SFTP But it does not seems to work as it throws ... what jar file i need to download and put it in CLASSPATH ? Ant could not find the task or a class this task relies upon. This is common and has a number of causes; the

Re: how to access a SQL database through ANT

2006-03-13 Thread Shailesh Sharma
? thanks, shailesh Antoine Levy-Lambert <[EMAIL PROTECTED]> wrote: Hello, please simply read the ant manual. There is a SQL task with which you can execute SQL statements. Regards, Antoine - Original Message - From: "Shailesh Sharma" To: "Ant Users List&quo

how to access a SQL database through ANT

2006-03-13 Thread Shailesh Sharma
Hi, I have a small ANT script that iam using to remote deploy my weblogic applications. It uses weblogic.Deployer internally and after deployment, it backs up my EAR/WAR files in a separate folder. Now, I wanted to make an entry in the SQL database after iam done deploying > backing

promting users input

2004-12-27 Thread Shailesh Sharma
Hi, I have a very simple ANT script that does my ear/war file deployments on weblogic 8.1 servers. But what i wanted to do is that i wanted to echo some messges something like: "Do you wanted to really wanted to deploy to server ?" If i say "YES", then i wanted to proceed, otherwise it will

jboss and weblogic

2004-11-05 Thread Shailesh Sharma
does anybody here has done comparison or benchmarking for JBOSS and WEBLOGIC8.1/ Thanks, shailesh - Do you Yahoo!? Check out the new Yahoo! Front Page. www.yahoo.com/a

wanted to check if iam in the group or not ?

2004-09-28 Thread Shailesh Sharma
thanks, -shailesh - Do you Yahoo!? vote.yahoo.com - Register online to vote today!

how to timestamp a copied file using ANT

2004-03-22 Thread Shailesh Sharma
Hi, Iam copying a file from one directory to another after my build is about to completed. doing something here.. But apart from doing the copy, i also wanted to add a timestamp to the copied file . Does somebody know how to do thisPlea

Re: Problem in Calling Ant from a Java main; Please Help !

2004-03-03 Thread Shailesh Sharma
rephrasing point# 3) I have *compiled* these 2 java files succesfully. can somebody please help me with my problem ? Shailesh Sharma <[EMAIL PROTECTED]> wrote: Hi, can somebody please help me with this problem: 1) I have created a simple scsmail.xml build file like this: This file jus

Problem in Calling Ant from a Java main; Please Help !

2004-03-03 Thread Shailesh Sharma
l on the build computer (Java is a prerequisite anyway). Perl is also convenient. - Alexey. Shailesh Sharma wrote: >hmmm, cool. atleast it gives me some insight. iam curious, what package >are you guys using to parse the ANT output ??? > > > > >"Alexey N. Solofnenko&q

RE: if/else in ANT ???

2003-09-30 Thread Shailesh Sharma
;ll get more details on this and related topics. -Original Message- From: Shailesh Sharma [mailto:[EMAIL PROTECTED] Sent: Tuesday, September 30, 2003 2:41 PM To: Ant Users List Subject: RE: if/else in ANT ??? how could i check if the property is been set or not ??? Vikas Phonsa wrote:

if/else in ANT ???

2003-09-30 Thread Shailesh Sharma
Hi, could somebody tell me how to write an if/else in ANT. This is what i need to do: Iam setting 3 properties like this: and then in one of my targets ..i need to do something like this: if(check which ONE property among the above 3 is NOT null) { // do something like

ant script problem

2003-09-11 Thread Shailesh Sharma
Hi, Iam trying to use a utility called "wlserver" to start/stop the wls servers. and i have an ANT task to do it. But after starting the server, my instance dies.I have attached the exceptions here: --- C:\bea8.1\user_projects\mydomain>ant Buildfile: build.xml start-server: