From user-return-52587-apmail-ant-user-archive=ant.apache.org@ant.apache.org Wed Oct 05 00:37:46 2005 Return-Path: Delivered-To: apmail-ant-user-archive@www.apache.org Received: (qmail 39640 invoked from network); 5 Oct 2005 00:37:46 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 5 Oct 2005 00:37:46 -0000 Received: (qmail 98215 invoked by uid 500); 5 Oct 2005 00:37:40 -0000 Delivered-To: apmail-ant-user-archive@ant.apache.org Received: (qmail 98178 invoked by uid 500); 5 Oct 2005 00:37:40 -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 55000 invoked by uid 99); 4 Oct 2005 23:43:36 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=HTML_60_70,HTML_MESSAGE X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: local policy) x-mimeole: Produced By Microsoft Exchange V6.0.6603.0 content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----_=_NextPart_001_01C5C93D.78637D42" Subject: Why isn't cvstagdiff able to handle multiple modules? Date: Tue, 4 Oct 2005 16:43:49 -0700 Message-ID: <381D165F35FA584E8CDFDF0F811921650174DB49@xcgcaf01.northgrum.com> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: Why isn't cvstagdiff able to handle multiple modules? Thread-Index: AcXJPXsmCmgUFuLJQseQwIRv6YW8Fg== From: "Vo, David \(Mission Systems\)" To: X-OriginalArrivalTime: 04 Oct 2005 23:43:45.0196 (UTC) FILETIME=[7587F6C0:01C5C93D] X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N ------_=_NextPart_001_01C5C93D.78637D42 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable According to the ANT documentation, it should be able to accept a space = delimited list of modules but I have seen this is not the case. =20 =20 Beginning of file ... =20 =20 ... =20 =20 =20 Sure enough, it diffs the entire list of modules, but when you look at = the cvs_diff.xml file, it's usually void of entries. So I trimmed it = down to one module. And it worked. Then I tried it with two files, with = two seperate cvstagdiff entries. Guess what? It replaces the file each = time. Why is this? Why bother allowing cvstagdiff the ability to diff = multiple packages if it just replaces instead of appends? =20 Now my config is twice as large as it needs to be because it has to run = a seperate cvstagdiff for each package and has to write to a dozen = different files. =20 Any ideas around this? =20 Thanks, David =20 =20 =20 ------_=_NextPart_001_01C5C93D.78637D42--