From andy@hearme.com Sun Apr 16 06:26:22 2000 Return-Path: Mailing-List: contact tomcat-dev-help@jakarta.apache.org; run by ezmlm Delivered-To: mailing list tomcat-dev@jakarta.apache.org Received: (qmail 49963 invoked from network); 16 Apr 2000 06:26:22 -0000 Received: from gateway.hearme.com (204.242.182.129) by locus.apache.org with SMTP; 16 Apr 2000 06:26:22 -0000 Received: from nodserv.hearme.com (nodserv.hearme.com [206.233.214.16]) by gateway.hearme.com (8.9.1/8.9.1) with ESMTP id XAA27170 for ; Sat, 15 Apr 2000 23:25:55 -0700 (PDT) Received: from c33950a ([206.236.111.3]) by nodserv.hearme.com (8.9.1/8.9.1) with SMTP id XAA22408 for ; Sat, 15 Apr 2000 23:25:55 -0700 (PDT) Message-ID: <003801bfa76c$c772f690$b5c80518@c33950a> From: "Andy Riedel" To: Subject: CVS Newbie Question Date: Sat, 15 Apr 2000 23:27:02 -0700 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_0035_01BFA732.1AA00000" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2919.6700 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.6700 X-Spam-Rating: locus.apache.org 1.6.2 0/1000/N ------=_NextPart_000_0035_01BFA732.1AA00000 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable When I checkout a file from the repository, it does the following: 1) Makes my local copy writeable 2) Creates a writeable copy in the corresponding CVS/Base directory When I make a change and then perform a build, ANT tries to build both = copies and complains about there being redundant files for the same = package. It's my assumption that I should be ignoring files that are placed in = any CVS directories and making my edits in the real directory. Is this = correct and if so, why is the build failing? Thanks, Andy ------=_NextPart_000_0035_01BFA732.1AA00000--