Hi All,
I am using ANT script to deploy my application in Weblogic server.
I am having "deploy" task which deploys the application.
But I am facing one issue, if my deployment fails I need to redeploy the
previous application i.e (RollBack).
Please can anyone help me in implementing the ANT ta
Thank you all. Its done
-Original Message-
From: Pankaj Arora01 [mailto:pankaj_aror...@infosys.com]
Sent: Monday, April 06, 2009 6:13 PM
To: juergen.knuple...@icongmbh.de; Ant Users List
Subject: RE: Getting substring in ANT
Hi Jürgen ,
Can you please help me in finding the regular
Stuttgart 17655
USt-IdNr.: DE 811944121
-Ursprüngliche Nachricht-
Von: Pankaj Arora01 [mailto:pankaj_aror...@infosys.com]
Gesendet: Montag, 6. April 2009 12:17
An: Ant Users List
Betreff: Getting substring in ANT
HI All,
I have following directory structure:
C:\abc\dep
HI All,
I have following directory structure:
C:\abc\deploy\oracle\NAAM09102NNAQAE\NAAM09102NNAQAE_core01
C:\abc\deploy\oracle\NAAM09102NNAQBX\NAAM09102NNAQBX_ext_point_address01
C:\abc\deploy\oracle\ NAAM09102NNAQCF\NAAM09102NNAQCF_ext_sdo01
I have a variable x that contains following v
by ANT
Pankaj Arora01 wrote:
> Hi All,
>
>
> Can I change the temp directory used by ANT by passing it as an argument?
>
>
> Problem:
>
> I am trying to start two processes parallely on the same System. Both the
> processes are modifying files having same nam
Hi All,
Can I change the temp directory used by ANT by passing it as an argument?
Problem:
I am trying to start two processes parallely on the same System. Both the
processes are modifying files having same name but in different directories.
During processing, files are copied to System Temp
HI All,
I am using 1.6.5 Version of ANT.
Empty folders are not getting Tar.
Is it a known Bug?
Thanks in Advance
Pankaj
CAUTION - Disclaimer *
This e-mail contains PRIVILEGED AND CONFIDENTIAL INFORMATION intended solely
for the use of the addressee(s). If you
If u r looking for log files for each of the exec task then you can use
smthing like following:
-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
Sent: Wednesday, May 30, 2007 3:13 PM
To: Ant Users List
Subject: RE: generating log file in AIX
ant -l
instead of j
Hi
I am developing my own tasks which extend from ExecTask of ANT.
I have developed SQLPlustask but I am facing an issue in the same.
I need to provide functionality of Option of terminating the build
process if some ORA error is thrown.
Ant method setFailIfExecutionFails() does not cat