Return-Path: Delivered-To: apmail-ant-user-archive@ant.apache.org Received: (qmail 93834 invoked by uid 500); 19 Jul 2003 14:58:56 -0000 Mailing-List: contact user-help@ant.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 user@ant.apache.org Received: (qmail 93822 invoked from network); 19 Jul 2003 14:58:56 -0000 Received: from web40904.mail.yahoo.com (66.218.78.201) by daedalus.apache.org with SMTP; 19 Jul 2003 14:58:56 -0000 Message-ID: <20030719145859.60399.qmail@web40904.mail.yahoo.com> Received: from [66.72.23.167] by web40904.mail.yahoo.com via HTTP; Sat, 19 Jul 2003 07:58:59 PDT Date: Sat, 19 Jul 2003 07:58:59 -0700 (PDT) From: Jason Varsoke Reply-To: jvarsoke@yahoo.com Subject: Task: copy only CVSed files w/o using CVS? To: user@ant.apache.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N In my build.xml I'm trying to make a target to assist in the release of my project files. I wish to copy all my source files to a staging ground to be Tarred up for release. But nested in with the source tree are scattered notes, spec documents and monkey brains. None of these things need to be part of the src distro and none of them are CVSed. How do I set up a filter or fileset or something that only copies files that are CVSed to another directory? Like many of you, I have my project hosted on a remote CVS (sf.net to be exact). To get my desired results I could have Ant logon to the sf.net CVS and DL the source tree to my staging area, but this is undesirable for 3 reasons. 1) I already have all those files on my local harddrive. 2) there are a LOT of files and this would be a big waste of bandwidth/time. 3) This would create a dependency on having net access to build the distro. Does anyone have some Ant magic that can copy files on the local harddrive that are checked out parts of the CVS? Thanks, -jason __________________________________ Do you Yahoo!? SBC Yahoo! DSL - Now only $29.95 per month! http://sbc.yahoo.com --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscribe@ant.apache.org For additional commands, e-mail: user-help@ant.apache.org