Return-Path: Delivered-To: apmail-ant-user-archive@www.apache.org Received: (qmail 84045 invoked from network); 7 Feb 2006 12:11:11 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 7 Feb 2006 12:11:11 -0000 Received: (qmail 36987 invoked by uid 500); 7 Feb 2006 12:10:20 -0000 Delivered-To: apmail-ant-user-archive@ant.apache.org Received: (qmail 36944 invoked by uid 500); 7 Feb 2006 12:10:18 -0000 Mailing-List: contact user-help@ant.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "Ant Users List" Reply-To: "Ant Users List" Delivered-To: mailing list user@ant.apache.org Received: (qmail 36927 invoked by uid 99); 7 Feb 2006 12:10:17 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 07 Feb 2006 04:10:17 -0800 X-ASF-Spam-Status: No, hits=0.7 required=10.0 tests=DNS_FROM_RFC_ABUSE,FROM_HAS_ULINE_NUMS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: local policy includes SPF record at spf.trusted-forwarder.org) Received: from [217.146.177.173] (HELO web27312.mail.ukl.yahoo.com) (217.146.177.173) by apache.org (qpsmtpd/0.29) with SMTP; Tue, 07 Feb 2006 04:10:16 -0800 Received: (qmail 3932 invoked by uid 60001); 7 Feb 2006 12:09:55 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.it; h=Message-ID:Received:Date:From:Subject:To:MIME-Version:Content-Type; b=u6ADS7++l98JwqAffM9EihqZnx+9oTiYF6Fbtf8paM57QQDtX+b8sVUx/rs5A2Cyj7oFLXGbJK8F3F+ogOeFc4PIoVlZx6IyLvYOAt5h/w6VIHmEY29GU3s1H6LnhYwEkwlXa65LTMSY5b+w1wSsIos+jkFbhUR3/T+Sv+mfzmM= ; Message-ID: <20060207120955.3930.qmail@web27312.mail.ukl.yahoo.com> Received: from [193.227.215.155] by web27312.mail.ukl.yahoo.com via HTTP; Tue, 07 Feb 2006 13:09:55 CET Date: Tue, 7 Feb 2006 13:09:55 +0100 (CET) From: Giovanni Mesturini Subject: Adding files to CVS with Ant To: user@ant.apache.org MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Scenario: I have to add a file to CVS from client to server using an Ant script. This is my build.xml: ... ... ... Ant outputs: Buildfile: build.xml add-file: BUILD SUCCESSFUL Total time: 0 seconds But in "error.txt" file I find this message: cvs add: in directory .: cvs [add aborted]: there is no version here; do 'cvs checkout' first ...and nothing is done: the file is missing on rep. Where I'm doing wrong? Thanks Jo ___________________________________ Yahoo! Messenger with Voice: chiama da PC a telefono a tariffe esclusive http://it.messenger.yahoo.com --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscribe@ant.apache.org For additional commands, e-mail: user-help@ant.apache.org