Help needed in ANT script for Rollback operation

2009-05-03 Thread Pankaj Arora01
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

RE: Getting substring in ANT

2009-04-06 Thread Pankaj Arora01
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

RE: Getting substring in ANT

2009-04-06 Thread Pankaj Arora01
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

Getting substring in ANT

2009-04-06 Thread Pankaj Arora01
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

RE: Change Temp Directroy used by ANT

2008-06-11 Thread Pankaj Arora01
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

Change Temp Directroy used by ANT

2008-06-11 Thread Pankaj Arora01
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

Issue with Tar Task - Empty Folders not getting tar

2008-05-19 Thread Pankaj Arora01
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

RE: generating log file in AIX

2007-05-30 Thread Pankaj Arora01
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

Trapping ORA errors in ANT

2007-04-02 Thread Pankaj Arora01
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