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
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
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.
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,
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
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
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