Return-Path: Delivered-To: apmail-jakarta-ant-user-archive@apache.org Received: (qmail 4401 invoked from network); 17 Jun 2002 11:21:06 -0000 Received: from unknown (HELO nagoya.betaversion.org) (192.18.49.131) by daedalus.apache.org with SMTP; 17 Jun 2002 11:21:06 -0000 Received: (qmail 2965 invoked by uid 97); 17 Jun 2002 11:20:56 -0000 Delivered-To: qmlist-jakarta-archive-ant-user@jakarta.apache.org Received: (qmail 2949 invoked by uid 97); 17 Jun 2002 11:20:56 -0000 Mailing-List: contact ant-user-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Ant Users List" Reply-To: "Ant Users List" Delivered-To: mailing list ant-user@jakarta.apache.org Received: (qmail 2937 invoked by uid 98); 17 Jun 2002 11:20:55 -0000 X-Antivirus: nagoya (v4198 created Apr 24 2002) X-Originating-IP: [202.54.79.176] From: "sudipto chattopadhyay" To: ant-user@jakarta.apache.org Bcc: Subject: RE: cvs task Date: Mon, 17 Jun 2002 11:20:48 +0000 Mime-Version: 1.0 Content-Type: text/plain; format=flowed Message-ID: X-OriginalArrivalTime: 17 Jun 2002 11:20:49.0194 (UTC) FILETIME=[086518A0:01C215F1] X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N wot can i do for the following probs.? can any one suggest? >From: "sudipto chattopadhyay" >Reply-To: "Ant Users List" >To: ant-user@jakarta.apache.org >Subject: RE: cvs task >Date: Mon, 17 Jun 2002 06:10:12 +0000 > >i'm doing same thing, but getting same result. what can i do? > > > cvsroot=":pserver:schatterjee@cvs.in.XXX.com:/data/cvsroot" > password="xxxx"/> > > package="abc" > dest="${HOME}"/> > > >E:\cvs&ant>build cvs >Buildfile: build.xml > >cvs: > [cvs] cvs checkout: authorization failed: server cvs.in.XXX.com >rejected access to /d >ata/cvsroot for user schatterjee > [cvs] cvs checkout: used empty password; try "cvs login" with a real >password > >BUILD SUCCESSFUL > >Total time: 0 seconds > > > > >>From: "Morrison, John" >>Reply-To: "Ant Users List" >>To: 'Ant Users List' >>Subject: RE: cvs task >>Date: Fri, 14 Jun 2002 15:04:19 +0100 >> >>CVS *requires* a password. This *may* be blank. In this instance, it >>isn't. CVS keeps its password in a file called .cvspass >> >>To add a password to this file either use the cvs login instruction from >>a dos box or use the cvspass ant task (see the ant manual). >> >> >> > cvsroot=":pserver:schatterjee@cvs.in.XXX.com:/data/cvsroot" >> password="xxxx"/> >> >> > package="oneview" >> dest="${HOME}"/> >> >> >>*Please* read manuals :) >> >>J. >> >> > -----Original Message----- >> > From: sudipto chattopadhyay [mailto:csudipto@hotmail.com] >> > Sent: Friday, 14 June 2002 2:56 pm >> > To: ant-user@jakarta.apache.org >> > Subject: RE: cvs task >> > >> > >> > it is giving following error: >> > plz. check my build file segment and make some necessary changes. >> > >> > >> > > > package="oneview" >> > dest="${HOME}"/> >> > >> > >> > >> > >> > E:\cvsNant>build cvs >> > Buildfile: build.xml >> > >> > cvs: >> > [cvs] cvs checkout: authorization failed: server cvs.in.XXX.com >> > rejected access to /data/cvsroot for user schatterjee >> > [cvs] cvs checkout: used empty password; try "cvs >> > login" with a real >> > password >> > >> > BUILD SUCCESSFUL >> > >> > Total time: 1 second >> > >> > >> > >From: George_Schlitz@ssga.com >> > >Reply-To: "Ant Users List" >> > >To: "Ant Users List" >> > >Subject: RE: cvs task >> > >Date: Fri, 14 Jun 2002 09:23:17 -0400 >> > > >> > > >> > >There should be one colon before the word "pserver"....hope >> > that helps... >> > > >> > > >> > > >> > >|---------+----------------------------> >> > >| | "sudipto | >> > >| | chattopadhyay" | >> > >| | > > >| | .com> | >> > >| | | >> > >| | 06/14/2002 09:19 | >> > >| | AM | >> > >| | Please respond to| >> > >| | "Ant Users List" | >> > >| | | >> > >|---------+----------------------------> >> > > >> > > >> > >------------------------------------------------------------- >> > -----------------------------------------------------------------| >> > > | >> > >> > > | >> > > | To: ant-user@jakarta.apache.org >> > >> > > | >> > > | cc: >> > >> > > | >> > > | Subject: RE: cvs task >> > >> > > | >> > > >> > > >> > >------------------------------------------------------------- >> > -----------------------------------------------------------------| >> > > >> > > >> > > >> > > >> > >yes this is working after addind cvs in path. but following >> > error occous. >> > > >> > > >> > >> > > dest="${HOME}"/> >> > >/target> >> > > >> > >E:\cvsNant>build cvs >> > >Buildfile: build.xml >> > > >> > >cvs: >> > > [cvs] cvs checkout: unknown method in CVSroot: >> > >::pserver:schatterjee@cvs.in.XXX.com:/ >> > >data/cvsroot >> > > [cvs] cvs [checkout aborted]: Bad CVSROOT. >> > > >> > >BUILD SUCCESSFUL >> > > >> > > >> > > >> > > >From: "Morrison, John" >> > > >Reply-To: "Ant Users List" >> > > >To: 'Ant Users List' >> > > >Subject: RE: cvs task >> > > >Date: Fri, 14 Jun 2002 14:05:57 +0100 >> > > > >> > > >Can you start a dos box and run this cvs instruction successfully? >> > > > >> > > > > -----Original Message----- >> > > > > From: sudipto chattopadhyay [mailto:csudipto@hotmail.com] >> > > > > Sent: Friday, 14 June 2002 2:05 pm >> > > > > To: ant-user@jakarta.apache.org >> > > > > Subject: RE: cvs task >> > > > > >> > > > > >> > > > > no, this is not working and i have jakarta-ant-1.4.1 and i'm >> > > > > working in >> > > > > windows'2000. >> > > > > >> > > > > >> > > > > >From: "Morrison, John" >> > > > > >Reply-To: "Ant Users List" >> > > > > >To: 'Ant Users List' >> > > > > >Subject: RE: cvs task >> > > > > >Date: Fri, 14 Jun 2002 14:00:32 +0100 >> > > > > > >> > > > > >Try only having one : before the pserver thus >> > > > > > >> > > > > > > > cvsroot=":pserver:schatterjee@cvs.in.XXX.com:/data/cvsroot" >> > > > > > >> > > > > >btw, what version of ant are you using? I see you are running >> > > > > >on windows, are you using Cygwin? >> > > > > > >> > > > > >J. >> > > > > > >> > > > > > > -----Original Message----- >> > > > > > > From: sudipto chattopadhyay [mailto:csudipto@hotmail.com] >> > > > > > > Sent: Friday, 14 June 2002 1:57 pm >> > > > > > > To: ant-user@jakarta.apache.org >> > > > > > > Subject: cvs task >> > > > > > > >> > > > > > > >> > > > > > > when i'm doing some cvs operation with code segment give >> > > > > below then >> > > > > > > following failure occurs. can, nebody help me plz. ? >> > > > > > > >> > > > > > > >> > > > > > > > > cvsroot="::pserver:schatterjee@cvs.in.XXX.com:/data/cvsroot" >> > > > > > > package="oneview" >> > > > > > > dest="${HOME}"/> >> > > > > > > >> > > > > > > >> > > > > > > E:\cvsNant>build cvs >> > > > > > > Buildfile: build.xml >> > > > > > > >> > > > > > > cvs: >> > > > > > > >> > > > > > > BUILD FAILED >> > > > > > > >> > > > > > > E:\cvsNant\build.xml:15: java.io.IOException: >> > > > > CreateProcess: cvs -d >> > > > > > > ::pserver:schatterjee@cvs.in.XXX.com:/data/cvsroot checkout >> > > > > > > oneview error=2 >> > > > > > > >> > > > > > > Total time: 0 seconds >> > > > > > > >> > > > > > > >> > _________________________________________________________________ >> > > > > > > Join the world's largest e-mail service with MSN Hotmail. >> > > > > > > http://www.hotmail.com >> > > > > > > >> > > > > > > >> > > > > > > -- >> > > > > > > To unsubscribe, e-mail: >> > > > > > >> > > > > >For additional commands, e-mail: >> > > > >> > > > > >> > > > > >> > > > >> > >============================================================= >> > ========== >> > > > >Information in this email and any attachments are >> > confidential, and may >> > > > >not be copied or used by anyone other than the >> > addressee, nor disclosed >> > > > >to any third party without our permission. There is no >> > intention to >> > > > >create any legally binding contract or other commitment >> > through the use >> > > > >of this email. >> > > > > >> > > > >Experian Limited (registration number 653331). >> > > > >Registered office: Talbot House, Talbot Street, >> > Nottingham NG1 5HF >> > > > > >> > > > >-- >> > > > >To unsubscribe, e-mail: >> > > > >> > > > >For additional commands, e-mail: >> > > > >> > > > >> > > > >> > > > >> > > > >> > > >_________________________________________________________________ >> > > >Chat with friends online, try MSN Messenger: >>http://messenger.msn.com >> > > >> > > >> > >-- >> > >To unsubscribe, e-mail: >> > >> > >For additional commands, e-mail: >> > >> > > >> > > >> > >> >======================================================================= >> > >Information in this email and any attachments are confidential, and >>may >> > >not be copied or used by anyone other than the addressee, nor >>disclosed >> > >to any third party without our permission. There is no intention to >> > >create any legally binding contract or other commitment through the >>use >> > >of this email. >> > > >> > >Experian Limited (registration number 653331). >> > >Registered office: Talbot House, Talbot Street, Nottingham NG1 5HF >> > > >> > >-- >> > >To unsubscribe, e-mail: >> > >> > >For additional commands, e-mail: >> > >> > >> > >> > >> > >> >_________________________________________________________________ >> >Get your FREE download of MSN Explorer at >>http://explorer.msn.com/intl.asp. >> > >> > >> >-- >> >To unsubscribe, e-mail: >> >> >For additional commands, e-mail: >> >> > >> > >> > >> > >> > >> > >> >-- >> >To unsubscribe, e-mail: >> >> >For additional commands, e-mail: >> >> >> >> >> >>_________________________________________________________________ >>MSN Photos is the easiest way to share and print your photos: >>http://photos.msn.com/support/worldwide.aspx >> >> >>-- >>To unsubscribe, e-mail: >>For additional commands, e-mail: >> >> >>======================================================================= >>Information in this email and any attachments are confidential, and may >>not be copied or used by anyone other than the addressee, nor disclosed >>to any third party without our permission. There is no intention to >>create any legally binding contract or other commitment through the use >>of this email. >> >>Experian Limited (registration number 653331). >>Registered office: Talbot House, Talbot Street, Nottingham NG1 5HF >> >>-- >>To unsubscribe, e-mail: >>For additional commands, e-mail: >> > > > > >_________________________________________________________________ >Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp. > > >-- >To unsubscribe, e-mail: >For additional commands, e-mail: > _________________________________________________________________ MSN Photos is the easiest way to share and print your photos: http://photos.msn.com/support/worldwide.aspx -- To unsubscribe, e-mail: For additional commands, e-mail: