Re: Unable to send a attachement through mail using ANT

2012-10-06 Thread Ajay
Hi Siva, I am still facing the same problem. Could you please tell me what is the latest version of .jar file you have used? Thanks in advance, Ajay -- View this message in context: http://ant.1045680.n5.nabble.com/Unable-to-send-a-attachement-through-mail-using-ANT-tp5713538p5713588.html

How can we execute a specific target at a specific time from the build file

2009-10-15 Thread Ajay Mehra
Advance Ajay

RE: Using ant to parse text file

2007-02-22 Thread DHARNA, AJAY [AG/1000]
t back the line number - I could use the headfilter to get this next line. Thank you Ajay Dharna -Original Message- From: Kevin Jackson [mailto:[EMAIL PROTECTED] Sent: Thursday, February 22, 2007 1:59 AM To: Ant Users List Subject: Re: Using ant to parse text file > [Sample.txt] &g

Using ant to parse text file

2007-02-21 Thread DHARNA, AJAY [AG/1000]
ot; in the file, and return the value "blue". If I provide the value - "Test3", it should return the value "green" Please let me know if there is any simple way

RE: Parallel Task

2006-08-31 Thread DHARNA, AJAY [AG/1000]
I just saw that and was going to try it out - thanks Ajay -Original Message- From: Burgess, Benjamin [mailto:[EMAIL PROTECTED] Sent: Thursday, August 31, 2006 9:44 AM To: Ant Users List Subject: RE: Parallel Task You could use ant contrib. to Try Catch the failure... Ben

Parallel Task

2006-08-31 Thread DHARNA, AJAY [AG/1000]
task that I can use (I have tired using waitfor with a maxwait set, but this doesn't work, because the URL might not return a response) Thank you for your help Ajay - This e-mail message m

How to detect when Tomcat has run out of memory

2006-08-29 Thread DHARNA, AJAY [AG/1000]
Does anyone know how I can use ant to detect when Tomcat is out of Memory? Thank you Ajay - This e-mail message may contain privileged and/or confidential information, and is intended to

RE: Waitfor task

2006-08-29 Thread DHARNA, AJAY [AG/1000]
I forgot to mention, when I hit the URL on the web browser it seems to hang and doesn't return - this I why I was hoping the timeout would work in the waitfor task. -Original Message- From: DHARNA, AJAY [AG/1000] [mailto:[EMAIL PROTECTED] Sent: Tuesday, August 29, 2006 11:04 AM To:

Waitfor task

2006-08-29 Thread DHARNA, AJAY [AG/1000]
I am using the waitfor task as defined below: - the deafult wait time is 3 minute - this however doesn't seem to be working - the task just keeps on waiting. Am I missing something?

Patternset issue

2006-08-04 Thread DHARNA, AJAY [AG/1000]
ere I use patternset="Shared" first and then patternset="one" - but it is still the same. Ajay - This e-mail message may contain privileged and/or confidential information,

Using Ant to define user specific jvmargs

2006-02-24 Thread DHARNA, AJAY [AG/1000]
in my master build file I have a couple of ideas, but I would like to get some suggestions on how to do this so that I can decide which is the most efficient and flexible process. Thank you for your suggestions Ajay

using the default Logger/Listener in Ant

2006-01-09 Thread DHARNA, AJAY [AG/1000]
how to fix this error. Thank you for your help Ajay Dharna - This e-mail message may contain privileged and/or confidential information, and is intended to be received only by persons

delete task in Ant

2006-01-06 Thread DHARNA, AJAY [AG/1000]
that I have given it? Thank you for your help Ajay Dharna - This e-mail message may contain privileged and/or confidential information, and is intended to be received only by persons entitled to

reduce Ant output

2005-11-29 Thread DHARNA, AJAY [AG/1000]
information that I do not want. The information is - Task: property (see image below) Does anyone know what option I can set so that it will display the out as it did when using version 1.5.4 Thank you Ajay Dharna

importing multiple files

2005-09-30 Thread DHARNA, AJAY [AG/1000]
I have a main build that imports buildX and buildY. There is a fileset Task in buildX that has the same id name as the one in buildY - how can I get the one in buildX to override the one in buildY and can I even override fileset Tasks Thank you for your help Ajay Dharna

Using ant for unknown number for jvm args

2005-09-14 Thread DHARNA, AJAY [AG/1000]
perty set and then loop through to get all the jvm arguments defined in the build file and use them in the mainBuild file Please let me know if this is unclear. Thank you Ajay Dharna - This e

Java and Clearcase

2004-02-10 Thread Tomar Ajay singh (DS/ESQ2)
  System.out.println(test.getViewPath());             Commandline c = new Commandline("cleartool describe name.txt");         test.run(c);         } } Please help. Regards, Ajay --

Re: Having problem in connecting to VSS

2003-04-04 Thread Ajay Gautam
m. Thanks in advance, Jithendra. I could be very wrong here, but shouldn't ssdir point to the directory that contains the ini file for VSS bank ? Ajay - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Code completion not working.

2003-04-04 Thread Ajay Gautam
Martin wrote: Ajay Is the folder for your classname on the CLASSPATH? Well, actually, it was part of being a newbie to eclipse. I had java files in a "normal" project. I created a Java project and added my files there, and lo and behold, everything worked fine :) If you would li