RE: Ant For task

2010-05-14 Thread Sharma, Jaikumar
It works for me like the following : Hope this helps! -Original Message- From: Pooja Ganapathi [mailto:pooja.ganapa...@gmail.com] Sent: Friday, May 14, 2010 4:15 PM To: user@ant.apache.org Subject: Ant For task Hi, I am trying to use the for task in my ant scri

RE: Need Suggestion in build.properties

2009-08-06 Thread Sharma, Jaikumar
Well, Rajesh, try to cook for you Other may help you when you really try to cook yourself ;-) It is trivial question of course. -Original Message- From: Stefan Bodewig [mailto:bode...@apache.org] Sent: Friday, August 07, 2009 12:54 AM To: user@ant.apache.org Subject: Re: Need Suggesti

RE: How to check whether database exists and then proceed ?

2008-09-25 Thread Sharma, Jaikumar
, Thanks for pointing it out. I want to check using ant that whether a particular database exits on MSSQL server? And if it exists I want to proceed further in the deployment script. Thanks -Original Message- From: Sharma, Jaikumar [mailto:[EMAIL PROTECTED] Sent: Friday, September 26, 2008 10:39

RE: How to check whether database exists and then proceed ?

2008-09-25 Thread Sharma, Jaikumar
I think this information is not complete in itself to answer your query, if you become more explicit in framing your question, somebody definitely could help you. - Like which database (MS SQL, Postgres, MySQL, MS Access,... Long list...) database ? - What you want to achieve ? So other can underst

RE: Best practises for Ant Memory usage

2008-06-22 Thread Sharma, Jaikumar
Create system variable ANT_OPTS and set the value of this to -DXms=1024M -DXmx=1024M -XX:+UseParallelGC Hope this would help, I had similar problem, which was solved using this. -Original Message- From: Ravi Roy [mailto:[EMAIL PROTECTED] Sent: Friday, June 20, 2008 6:55 PM To: Ant Users

JUnit HTML Report creation hangs

2008-01-04 Thread Sharma, Jaikumar
Hi All, While styling JUnit tests XML files into HTML reports styling hangs and there is no HTML report generated, I have a lot of XML test files generated as a result of junit tests (around 40 in nos. having an average size of 40 KB each). Does somebody know, how to cope with this? Thanks fo

RE: windows command

2007-07-31 Thread Sharma, Jaikumar
I think does not support Network Re-startable mode ? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Tuesday, July 31, 2007 1:04 PM To: user@ant.apache.org Subject: AW: windows command Why dont you use ? Jan >-Ursprüngliche Nachricht- >Von:

RE: windows command

2007-07-31 Thread Sharma, Jaikumar
: windows command what is the meaning of -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Tuesday, July 31, 2007 1:04 PM To: user@ant.apache.org Subject: AW: windows command Why dont you use ? Jan >-Ursprüngliche Nachricht- >Von: Sharma, Ja

RE: windows command

2007-07-31 Thread Sharma, Jaikumar
You can use the windows system command in the following way. example note : In the above target I have used xcopy.exe Windows program to copy file from c:\temp to d:\temp. You can pass arguments to command using