I am having an IO sending error when trying execute this ivcpmmonsuccess
ant target.
Have anyone ran across it?

</exec>
        <condition property="ivcommonSuccessful">
           <equals arg1="${ivcommonResult}" arg2="0" />
          </condition>
          <antcall target="ivcommonsuccess"/>
          <antcall target="ivcommonfail"/>
  </target>

  <target name="ivcommonsuccess" if="ivcommonSuccessful">
       <mail mailhost="mail-relay-dal.intervoice.int" mailport="25"
       subject= "Successfull ivcommon build"
       encoding="plain"
       from="${mail.fromlist}" tolist="${mail.tolist}"
       files ="d:/buildLblLog/success.txt">
       </mail>
  </target>

*******************************************************
This is the error I am getting.

   [mail] Sending email: Susscessfull CASV4 build
   [mail] Failed to send email

ILD FAILED
\ccadm_stdapps_dyn\buildVOB\autobuild\buildstandalone.xml:326: Following
error occured
\ccadm_stdapps_dyn\buildVOB\autobuild\buildstandalone.xml:335: IO error
sending mail

-----Original Message-----
From: Bijo Alex Thomas [mailto:[EMAIL PROTECTED] 
Sent: Sunday, June 19, 2005 9:19 AM
To: Ant Users List; Aaron Jackson
Subject: Re: CVS Log Ant Task

It may be silly, but I dont see a space between '-r' and 'p127065_0'.

I mean the command attribute should have been
command="log -r p127065_0 -S"
and not
command="log -rp127065_0 -S"

Regards,
Bijo

_________________________________
Bijo Alex Thomas
DSRC, 6, Smith Road, Chennai - 2
Mail: [EMAIL PROTECTED]
Website: http://dsrc.com



----- Original Message -----
From: "Aaron Jackson" <[EMAIL PROTECTED]>
To: <user@ant.apache.org>
Sent: Thursday, June 16, 2005 06:46 PM
Subject: CVS Log Ant Task


> I'm trying to run the cvs log -r[tag_name] -S command in ant. Log
requires
> that there be a module checked out in what ever directory your running
> from. For some reason when I run the ant script it doesn't seem to
> recognize that the revision exists in the module (the command works in
> wincvs). I've included the scripts below.
>
>   <target name="get_conflicting_files" >
>   <cvs
>   cvsRoot=":pserver:${cvs.username}:[EMAIL PROTECTED]:/cvs"
>   package="${repository.name}"
>   dest="${local_cvs_dir}"
>   failonerror="false"
>   quiet="true"
>   />
>   <cvs
>   cvsRoot=":pserver:${cvs.username}:[EMAIL PROTECTED]:/cvs"
>   failonerror="false"
>   command="log -rp127065_0 -S"
>   output="history.txt"
>   />
>   </target>
>
>
> Thanks,
> Yolan
>
> *************************************************
> * Yolan (Aaron Jackson) [EMAIL PROTECTED] *
> *       http://mlug.missouri.edu/~yolan/        *
> *    AIM: YolanLINUX, YolanOTHER, YolanLAPTOP   *
> *                 ICQ: 74624109                 *
> *************************************************
>              *  Doubling Technologies *
>              **************************
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


This e-mail transmission may contain information that is proprietary, 
privileged and/or confidential and is intended exclusively for the person(s) to 
whom it is addressed. Any use, copying, retention or disclosure by any person 
other than the intended recipient or the intended recipient's designees is 
strictly prohibited. If you are the intended recipient, you must treat the 
information in confidence and in accordance with all laws related to the 
privacy and confidentiality of such information.  If you are not the intended 
recipient or their designee, please notify the sender immediately by return 
e-mail and delete all copies of this email, including all attachments.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to