Re: Hi

2003-01-18 Thread Erik Hatcher
Not with the current MailLogger. You'll have to write your own custom one, or perhaps submit a patch to the existing one. Erik On Friday, January 17, 2003, at 11:39 PM, sankari wrote: Hi, Thanks for your timely help. I have already tested with what you have said. But I just wa

Re: Hi

2003-01-18 Thread sankari
Hi, Thanks for your timely help. I have already tested with what you have said. But I just want to know whether the same is available using Logger. Regards, sankari Erik Hatcher wrote: > Are you trying to send the build results? If so, that looks like all > you need to do (chec

Re: Hi

2003-01-17 Thread Erik Hatcher
s docs for details). Erik On Friday, January 17, 2003, at 02:34 AM, sankari wrote: Hi, Could any help me to send attachment though mail using MailLogger. Here is the content of my build.xml name="MailLogger.success.to"value="[EMAIL PROTECTED]"/> name=&qu

RE: Attachements with MailLogger (was: Hi)

2003-01-17 Thread Jan . Materne
link your output (simple URL). Hope that helps. Jan Matèrne -Ursprüngliche Nachricht- Von: sankari [mailto:[EMAIL PROTECTED]] Gesendet am: Freitag, 17. Januar 2003 08:34 An: [EMAIL PROTECTED] Betreff: Hi Hi, Could any help me to send attachment though mail using MailLogger. H

Hi

2003-01-17 Thread sankari
Hi, Could any help me to send attachment though mail using MailLogger. Here is the content of my build.xml What should I add further in my build.xml to send my own file as an attachment thru' mail. Thanks in advance. With regards, sankari -- To unsubscribe, e

Re: Hi Can some tell me the Deployement steps for the EJB on WebLogic6.1 using ANT

2003-01-09 Thread uday shankar
Hi, Re: Hi Can some tell me the Deployement steps for the EJB on WebLogic6.1 using ANT Expect to hear from you soon. Thanks in advance Uday Singh --- Conor MacNeill <[EMAIL PROTECTED]> wrote: > uday shankar wrote: > > Expect to hear from you soon. > > If you take the time t

RE: Hi... just joined the list 'cos of this problem.

2002-10-21 Thread Paidighantam Venkata Suresh
try deleting the mailport attribute and see what happens. Let ANT take this value by default.. Suresh -Original Message- From: Ruchi Agarwal [mailto:ragarwal@;kanbay.com] Sent: Friday, October 18, 2002 11:05 AM To: [EMAIL PROTECTED] Subject: Hi... just joined the list 'cos of

RE: Hi... just joined the list 'cos of this problem./mail target

2002-10-18 Thread Mohamed, Haneef
al To: [EMAIL PROTECTED] Sent: 10/18/02 1:35 AM Subject: Hi... just joined the list 'cos of this problem. Hi, I want to use the mail target in my project But facing some problem Error saying ** Buildfile: a.xml init: [mail] Sending email: Test build [mail] Failed

Hi... just joined the list 'cos of this problem.

2002-10-18 Thread Ruchi Agarwal
Hi, I want to use the mail target in my project But facing some problem Error saying ** Buildfile: a.xml init: [mail] Sending email: Test build [mail] Failed to send email BUILD FAILED file:D:/test/a/a.xml:15: Problem while sending mime mail: Total time: 2 seconds

Re: RE: Hi... just joined the list 'cos of this problem.

2002-10-18 Thread Hari Kodungallur
Most likely to fail because of (1) mailhost/mailport wrong: check with your sysadmin to make sure that the SMTP mailhost's IP address is correct and the port is correct. The default for the port is 25 and I have hardly seen people changing it.. so its worth a try to verify it (2) if (1) is oka

Re: Hi... just joined the list 'cos of this problem.

2002-10-18 Thread Vikram Kulkarni
build.xml inside the mail body. You can also try this too: -Vikram - Original Message - From: "Ruchi Agarwal" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, October 18, 2002 11:

RE: Hi... just joined the list 'cos of this problem.

2002-10-18 Thread Ruchi Agarwal
Please Check the manual... http://jakarta.apache.org/ant/manual/ The task supports the "mailport" attribute. Regards, Ruchi -Original Message- From: Vikram Kulkarni [mailto:vkulkarni@;icope.com] Sent: Friday, October 18, 2002 12:55 PM To: Ant Users List Subject: Re: Hi... j

Hi - Addition of a new ANT task for doxygen

2002-09-22 Thread Karthik A Kumar
Hi, I have developed a new ANT task for doxygen. Compatibility: Ant 1.5 and later. URL: http://ant-doxygen.sourceforge.net Contact: Karthik A Kumar License: Apache Software License. Kindly include the task in the list of external tasks that are available in docs/external.html. Thanks in

RE: Hi, all. How do I protect myself from System.exit?

2002-05-30 Thread Daniel Barclay
> -Original Message- > From: Scott Ellsworth [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, May 28, 2002 10:57 PM > To: Ant List > Subject: Hi, all. How do I protect myself from System.exit? > > > Hi, all. > > I have a task that I have written that call

Re: Hi, all. How do I protect myself from System.exit?

2002-05-28 Thread Scott Ellsworth
On Tuesday, May 28, 2002, at 08:02 PM, Erik Hatcher wrote: > A good way to do it is to re-use the task internally, and set > the fork mode on it. Neat! I intend to scarf this code pretty much verbatim. > javaTask.setClasspath(classpath); Is there any way to pull the classpath from

Re: Hi, all. How do I protect myself from System.exit?

2002-05-28 Thread Erik Hatcher
ath/classpathref attributes. Erik - Original Message - From: "Scott Ellsworth" <[EMAIL PROTECTED]> To: "Ant List" <[EMAIL PROTECTED]> Sent: Tuesday, May 28, 2002 10:57 PM Subject: Hi, all. How do I protect myself from System.exit? > Hi, all. > >

Hi, all. How do I protect myself from System.exit?

2002-05-28 Thread Scott Ellsworth
Hi, all. I have a task that I have written that calls the main method of a java class after doing some parameter munging. This main method does a System.exit. I cannot easily rewrite that part of the code, so I need to work around it. I presume the "right way" is to just fork. I

Re: Hi

2001-08-13 Thread Kyle Adams
can ALSO be found in the Ant user manual, under the "Developing with Ant" link. Kyle >>> [EMAIL PROTECTED] 08/13/01 02:54AM >>> Hi all, I am new to Ant and was just wondering whether it is possible to do some clean up if a particular test fails.can i run a parti

Hi

2001-08-12 Thread Satish Kumar
Hi all, I am new to Ant and was just wondering whether it is possible to do some clean up if a particular test fails.can i run a particular target if another fails to execute.Any ideas would be really useful __ Do You Yahoo!? Send instant

Hi..new to the group..pls help me get started

2001-06-25 Thread Manjunath Reddy
Hi all, I got the latest version of ant and tried to build the samples provided for turbine..but i keep getting this strange exception of Exception in thread "main" java.lang.NoClassDefFoundError: Files\Cafe I currently have the jdk jars as well as the ant/lib/jars in my classpath and

Hi,

2001-02-08 Thread Ross Lloyd
Hi, Is there any way I can create patternsets and then use them to create exclusion lists for javac compilations. ie I have a source tree and two components of a project which I may need to rebuild independently. There are common components which points at creating a common.jar and then

Re: Hi other than the index.xml file is there more documentation somewhere?

2001-01-20 Thread Conor MacNeill
From: "Conor MacNeill" <[EMAIL PROTECTED]> > From: "Alex Genadinik" <[EMAIL PROTECTED]> > > I have been looking for some formal, extensive documentation > > to learn ant really well with solid examples and explanations, > > but so far I have only found the index.xml file in the docs directory > wh

Re: Hi other than the index.xml file is there more documentation somewhere?

2001-01-19 Thread Conor MacNeill
From: "Alex Genadinik" <[EMAIL PROTECTED]> > I have been looking for some formal, extensive documentation > to learn ant really well with solid examples and explanations, > but so far I have only found the index.xml file in the docs directory which > was recommended to me by someone here > > is th

Hi other than the index.xml file is there more documentation somewhere?

2001-01-19 Thread Alex Genadinik
I have been looking for some formal, extensive documentation to learn ant really well with solid examples and explanations, but so far I have only found the index.xml file in the docs directory which was recommended to me by someone here is there anything else I can learn from? thank you in adv