Re: Fw: Ant mail problem SMTPSendFailedException Client was not authenticated

2006-05-09 Thread shree vinayakh
hi, Test Mail the above is my ant task and it works well with the attachment too... i got the same problem with the mime types. i added pop3.jar, smtp.jar, mail.jar, mailapi.jar and activation.jar. once this is done i was able to send emails without any problem using my ant task. regar

Re: tools.jar missing?

2006-05-07 Thread shree vinayakh
lp man. aaron smith wrote: > which class path is it for, ant? i'm not sure. Or do you mean tan > enviornment_variable? I guess i'm just confused, I've installed this > whole setup before and not had to do any configuration. weird.. > > > > shree vinayakh wr

Re: tools.jar missing?

2006-05-07 Thread shree vinayakh
do you have jdk in your class path.. On 5/7/06, aaron smith <[EMAIL PROTECTED]> wrote: I just copied the tools.jar from the jre into the jdk directory.. seems to have fixed it. I'm not getting the error. but is there anything that will be effected in the builds? shree vinayakh wro

Re: tools.jar missing?

2006-05-06 Thread shree vinayakh
check for tools.jar in your %jdk_home%/lib... i had the same problem too... On 5/7/06, aaron smith <[EMAIL PROTECTED]> wrote: I just installed the latest ant build with the latest Java jdk/jre. when I try and run ant it says this: "Unable to locate tools.jar. Expected to find it in C:\Program

Re: error while using project helper

2006-04-19 Thread shree vinayakh
AIL PROTECTED]> wrote: > > > > > -Original Message- > > From: shree vinayakh [mailto:[EMAIL PROTECTED] > > Sent: Thursday, 20 April 2006 2:43 PM > > To: user@ant.apache.org > > Subject: error while using project helper > > > > hi, > >

error while using project helper

2006-04-19 Thread shree vinayakh
hi, im using a java standalone app to write another java source file and ant build file when i try to execute the ant build file from the same standalone java app i get error "Content is not allowed in prolog." stack trace: E:\SOAPApp\OrderBO.java:1: Content is not allowed in prolog. at

Re: Parallel vs Sequential

2006-04-06 Thread Shree
end on your platform. Conor Shree wrote: Hi Stefan, I tried evaluating the performance of " task" with sequential way doing(without using ) a set of tasks. I find does not help to improve the performance much and infact it sometimes even slower than sequential(as far I had experiment

Parallel vs Sequential

2006-04-05 Thread Shree
Hi Stefan, I tried evaluating the performance of " task" with sequential way doing(without using ) a set of tasks. I find does not help to improve the performance much and infact it sometimes even slower than sequential(as far I had experimented with some examples). I did several examples.

dependencydepth in CC

2006-02-21 Thread Shree
Hi all, Dedepency depth attributed in cc task has been deprecated. Has it been replaced by any other attribute ? Is Ant-Contrib developers is rite forum this question. The group does not seem to be that active as this group ? Thank you, Shreedhar --