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
}. *
.
.
.
.
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
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]>
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
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
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
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
${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
>
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
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
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
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.
>
>
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
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
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
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
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
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
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
> -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
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
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
?
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
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
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
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
thanks,
-shailesh
-
Do you Yahoo!?
vote.yahoo.com - Register online to vote today!
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
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
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
;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:
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
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:
33 matches
Mail list logo