Return-Path: Mailing-List: contact ant-user-help@jakarta.apache.org; run by ezmlm Delivered-To: mailing list ant-user@jakarta.apache.org Received: (qmail 9005 invoked from network); 13 Dec 2000 19:54:49 -0000 Received: from paperboy.noris.net (62.128.1.27) by locus.apache.org with SMTP; 13 Dec 2000 19:54:49 -0000 Received: from phobos.100world.com ([62.128.16.226]:51185 "EHLO eboxserver2.ebox.de" ident: "TIMEDOUT") by mail.noris.net with ESMTP id ; Wed, 13 Dec 2000 20:54:43 +0100 Received: by eboxserver2.ebox.de with Internet Mail Service (5.5.2650.21) id ; Wed, 13 Dec 2000 20:43:32 +0100 Message-ID: From: Ulrich Winter To: "'ant-user@jakarta.apache.org'" Subject: ANT's cvs task: how to avoid deep path hierarchies? Date: Wed, 13 Dec 2000 20:43:30 +0100 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2650.21) Content-Type: text/plain; charset="iso-8859-1" X-Spam-Rating: locus.apache.org 1.6.2 0/1000/N Using cvs directly I can specify the destination directory of a checkout via the -d flag. This avoids deep directory structures in the workarea if I want to get only a part of the repository. for example the command cvs checkout -d work some/deep/repository/hierarchy would create a directory work which contains the files located in the repository under some/deep/repository/hierarchy I tried the cvs task with the dest attribute like the following: But in the above example I get the structure work/some/deep/repository/hierarchy/.... Is there a way to get the same results with ANT as with the above cvs command ? Regards, Ulrich