Return-Path: Delivered-To: apmail-ant-user-archive@www.apache.org Received: (qmail 16010 invoked from network); 2 Jan 2008 22:04:23 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 2 Jan 2008 22:04:23 -0000 Received: (qmail 2572 invoked by uid 500); 2 Jan 2008 22:04:07 -0000 Delivered-To: apmail-ant-user-archive@ant.apache.org Received: (qmail 2551 invoked by uid 500); 2 Jan 2008 22:04:07 -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 2540 invoked by uid 99); 2 Jan 2008 22:04:07 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 02 Jan 2008 14:04:07 -0800 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of tolmasky@gmail.com designates 209.85.146.179 as permitted sender) Received: from [209.85.146.179] (HELO wa-out-1112.google.com) (209.85.146.179) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 02 Jan 2008 22:03:44 +0000 Received: by wa-out-1112.google.com with SMTP id k22so10220288waf.0 for ; Wed, 02 Jan 2008 14:03:49 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:from:to:content-type:content-transfer-encoding:mime-version:subject:date:x-mailer; bh=uS70SEKY4V2VgmXyIbi/JQP+yEywwcv1ahhEDqPlrjA=; b=wx6sClbz5vtcyof5DZWb6mgifP61L4Jxxxgwr7LGCti4uUqdpZcjHp/yXCb3+ss4zuBxzKtLELWMSGZUrc2igEUGAK7kXQZ3I7+4YlBFF1hSEEOEmIhdhaEzxAYnIUhZ9xWhhKNBxl17hyyzXGvpgOA6VmpBW7xBZIdq9O1nf/Y= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:from:to:content-type:content-transfer-encoding:mime-version:subject:date:x-mailer; b=eSkw0RZdwHA+YKy3ZaZ3SmW5W3pKsfYN3BqYsw3fIrvJx6xKSh9QvgXRcleKTYjwLnO3U4/c3qerF8URIa5slseOQqJtTb449q+JDw0aQw+Zu0OvzaLAi+SEKCqKEey0nzUIjsrdw5Te2YWp2EQkLp3QX2AgBd8fhuU+SlwI/wo= Received: by 10.114.184.7 with SMTP id h7mr14820723waf.28.1199311429296; Wed, 02 Jan 2008 14:03:49 -0800 (PST) Received: from ?10.0.1.6? ( [76.167.253.13]) by mx.google.com with ESMTPS id m29sm23707674poh.3.2008.01.02.14.03.48 (version=TLSv1/SSLv3 cipher=OTHER); Wed, 02 Jan 2008 14:03:48 -0800 (PST) Message-Id: <14D8B23F-0002-49C8-9C1E-F091CED5AF6B@gmail.com> From: Francisco Tolmasky To: Ant Users List Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Mime-Version: 1.0 (Apple Message framework v915) Subject: Creating Directories Before They're Used Automatically Date: Wed, 2 Jan 2008 14:03:45 -0800 X-Mailer: Apple Mail (2.915) X-Virus-Checked: Checked by ClamAV on apache.org I am running into a problem when outputing files using an identity mapper, since sometimes the relative paths don't exist. For example, I use GCC in ant as so: When I run this, if there is a file in "Sources" such as "Directory/ Directory/A", I get that "whatever/Directory/Directory" doesn't exist, and rightfully so. However, is there any way to just have these intermediary directories created for me? Or some "create every possible directory" task I can use? Thanks! Francisco --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscribe@ant.apache.org For additional commands, e-mail: user-help@ant.apache.org