RE: cvs task failing from cron

2005-07-08 Thread George Dibi
All, After a build I send an email notification for PASS/FAIL. The problem is that sometimes I get this IO error. Have anyone ran to this problem before? I am using ant version 161 and 162. In either cases I am getting the same error. I would appreciate any help. hmpsuccess: [mail] Sending

antcall task not behing executed.

2005-07-07 Thread George Dibi
Hi all, Can someone help me with this problem? I am trying to do an "if" condition but it is failing to send the email after successful build. -Original Message- From: bla

sending mail error

2005-06-20 Thread George Dibi
I am having an IO sending error when trying execute this ivcpmmonsuccess ant target. Have anyone ran across it? *** This is the error I am getting. [mail] Sendi

How to change read only permission to read/write

2005-06-10 Thread George Dibi
Hello, Is there any tag I can use to change my permissions from read only to read/write on all files and directories. Thanks George 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 i

Properties manipulation

2005-05-19 Thread George Dibi
All, Can someone help figure this out? Xml file Content of build_stdapps.properties is below. BUILD_VIEW=ccadm_cmlab178_ld2 label.product=stdapps XADEVVOB_VER=1.0 XADEVVOB_BLD=016 --

RE: properties not being reset

2005-04-29 Thread George Dibi
> > > > > > > > > > > Building ivcommon... > > ${drive} ${new.BUILD_VIEW} ${new.IVCOMMONVOB_VER} > > ${new.IVCOMMONVOB_BLD} > > > >> resultproperty="ivcommonResult&

RE: properties not being reset

2005-04-28 Thread George Dibi
> > > > > > > > > > > Building ivcommon... > > ${drive} ${new.BUILD_VIEW} ${new.IVCOMMONVOB_VER} > > ${new.IVCOMMONVOB_BLD} > > > >> resultproperty="ivcommonResult"> > &

properties not being reset

2005-04-28 Thread George Dibi
All; Scenario: First I set the properties info... The content of build_isoft36.properties initially set to: #build_env BUILD_VIEW=ccadm_isoft36 label.product=isoft36 IVCOMMONVOB_VER=2.1 IVCOMMONVOB_BLD=003 --

RE: sending email to multiple destination

2005-01-31 Thread George Dibi
5:26 PM To: Ant Users List Subject: RE: sending email to multiple destination If one target works and the other does not, libs are not the issue, right? It would appear to be the usage. -Rob A > -Original Message- > From: George Dibi [mailto:[EMAIL PROTECTED] > Sent: Monday, Janu

RE: sending email to multiple destination

2005-01-31 Thread George Dibi
Rob, I did read the manual, and I've substitute me or you with an email address. That didn't work either. I think, it has something to do with the version ANT running. Since I didn't install it I am sure of the version. -Original Message- From: Anderson, Rob (Global Trade) [mailto:[EMAIL

RE: sending email to multiple destination

2005-01-31 Thread George Dibi
ssage- From: George Dibi [mailto:[EMAIL PROTECTED] Sent: Monday, January 31, 2005 4:49 PM To: Ant Users List Subject: RE: sending email to multiple destination Where do I verify if these jars exist? [Conelly, Luis] jars must exist either in $ANT_HOME/lib or $HOME/.ant/lib or define the location by

RE: sending email to multiple destination

2005-01-31 Thread George Dibi
the required libraries? It appears that the error you get is thrown before your elements are used and after they are set. Can you send mail to a single recipient using the to attribute? A single nested element? --- George Dibi <[EMAIL PROTECTED]> wrote: > > It acts like

RE: sending email to multiple destination

2005-01-31 Thread George Dibi
sses: - - See http://ant.apache.org/manual/install.html#librarydependencies for more information about library dependencies Regards luis -Original Message- From: George Dibi [mailto:[EMAIL PROTECTED] Sent: Monday, January 31, 2005 3:58 PM To: Ant U

RE: sending email to multiple destination

2005-01-31 Thread George Dibi
: sending email to multiple destination --- George Dibi <[EMAIL PROTECTED]> wrote: > I tried that it didn't work > > > > What was the result? -Matt __ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best sp

RE: sending email to multiple destination

2005-01-31 Thread George Dibi
I tried that it didn't work -Original Message- From: Matt Benson [mailto:[EMAIL PROTECTED] Sent: Monday, January 31, 2005 2:45 PM To: Ant Users List Subject: RE: sending email to multiple destination --- George Dibi <[EMAIL PROTECTED]> wrote: > What's the syntax

RE: sending email to multiple destination

2005-01-31 Thread George Dibi
What's the syntax to? Something like this: = xyz.com = abc.com -Original Message- From: Matt Benson [mailto:[EMAIL PROTECTED] Sent: Monday, January 31, 2005 1:17 PM To: Ant Users List Subject: RE: sending email to multiple destination --- "

sending email to multiple destination

2005-01-31 Thread George Dibi
Guys, I am trying to find a way to send the email to multiple addresses. The to address="[EMAIL PROTECTED]"/> will not let me use multiple addresses. Is there anyone that had to deal with this issue before? Thanks The build failed -Original Message- From: Ers

RE: How to command line argument to build.xml file

2005-01-10 Thread George Dibi
ssage- From: George Dibi [mailto:[EMAIL PROTECTED] Sent: Monday, January 10, 2005 3:29 PM To: Ant Users List Subject: RE: How to command line argument to build.xml file Rhino, Sorry for getting back with you late, but I did what you suggested and the And at the cmdline ant -Dclient=true -buil

RE: How to command line argument to build.xml file

2005-01-10 Thread George Dibi
hat overrides the value of the property. Naturally, you can extend this concept to as many properties as you want. For example: ant -Dclient.only=true -Duserid=me -Dpassword=mypass Rhino - Original Message - From: "George Dibi" <[EMAIL PROTECTED]> To: "Ant Users List"

How to command line argument to build.xml file

2005-01-07 Thread George Dibi
Can someone tell me how to pass a stdin argument on a build file And that argument be a value in arg line. i.e >ant isoft.xml isoftlbl.txt where isoftlbl.txt is the stdin that will be a value to my arg line. ${perl.bin.dir} ${ivc.perl.target} ${drive} ${BUILD_VIEW} ${IVCO

RE: Ant file command-line arguments WAS nested "fileset" error (why?)

2004-10-28 Thread George Dibi
Let me try the other version you just gave me. -Original Message- From: Dominique Devienne [mailto:[EMAIL PROTECTED] Sent: Thursday, October 28, 2004 2:44 PM To: Ant Users List Subject: RE: Ant file command-line arguments WAS nested "fileset" error (why?) > From: George

RE: Ant file command-line arguments WAS nested "fileset" error (why?)

2004-10-28 Thread George Dibi
-DIVC_VER=[insert here] -DIVC_BLD=[insert here] >-Original Message- >From: George Dibi [mailto:[EMAIL PROTECTED] >Sent: Thursday, October 28, 2004 9:30 PM >To: Ant Users List >Subject: RE: Ant file command-line arguments WAS nested >"fileset" error (why?)

RE: Ant file command-line arguments WAS nested "fileset" error (why?)

2004-10-28 Thread George Dibi
[mailto:[EMAIL PROTECTED] Sent: Thursday, October 28, 2004 2:16 PM To: Ant Users List Subject: RE: Ant file command-line arguments WAS nested "fileset" error (why?) --- George Dibi <[EMAIL PROTECTED]> wrote: > Can someone tell me how to have build.xml file to > take a comman

RE: nested "fileset" error

2004-10-28 Thread George Dibi
Hey guys, Can someone tell me how to have build.xml file to take a command line arguments? An example file would be appreciated. Thanks -Original Message- From: Scott Purcell [mailto:[EMAIL PROTECTED] Sent: Thursday, October 28, 2004 10:17 AM To: [EMAIL PROTECTED] Subject: nested "files