MailLogger failed to send e-mail!

2008-02-15 Thread sarancse
Hi Using ANT script mail task, I am able to send mails but fails when build fails. So I decided to use MailLogger using maillogger.properties file and the command is $ant -logger org.apache.tools.ant.listener.MailLogger -DMailLogger.properties=maillogger.properties But this time I got the foll

Re: Checkout source files from subversion using ANT

2007-07-10 Thread sarancse
Thank you Steve. This is working fine. Steve Loughran wrote: > > sarancse wrote: >> Folks >> >> I am working with Red Hat Enterprise Linux environment. >> I have installed ANT, subversion client and used the following target to >> check

Checkout source files from subversion using ANT

2007-07-10 Thread sarancse
Folks I am working with Red Hat Enterprise Linux environment. I have installed ANT, subversion client and used the following target to checkout source files from SVN repository.

RE: ANT FTP task

2007-06-27 Thread sarancse
The error is Invalid byte 1 of 1-byte UTF-8 sequence. Anderson, Rob (Global Trade) wrote: > > What is the output of the build? What is the error? > > -Rob A > >> -Original Message----- >> From: sarancse [mailto:[EMAIL PROTECTED] >> Sent: Wednesday,

ANT FTP task

2007-06-27 Thread sarancse
I am unable to upload a file using the following ANT script. I am having commons-net-1.4.0.jar and jakarta-oro-2.0.8.jar in my ANT lib. Please help to upload successfully -- View this message in context: http://www.nab

ANT FTP tsk

2007-06-27 Thread sarancse
Hi I am used the following build script to upload files to remote server using ANT I had included jakarta-oro-2.0.8.jar and commons-net-1.4.0.jar to ANT lib. But still I got the following error. Invalid byte 1 of 1-byte UTF-8 sequence Hope this will help to other folks also ... Please help on this

ANT - copy file to network drive

2007-06-13 Thread sarancse
Hi I am trying to copy my war file from local drive[Windows] to network drive[Linux] using my ANT script. My network drive path is \\usr\\local\\java\\jboss-4.2.0-GA I got "the network path was not found" error. Please help on this. -- View this message in context: http://www.nabble.com/ANT