Return-Path: Delivered-To: apmail-buildr-users-archive@www.apache.org Received: (qmail 69677 invoked from network); 15 Mar 2009 19:59:56 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 15 Mar 2009 19:59:56 -0000 Received: (qmail 49692 invoked by uid 500); 15 Mar 2009 19:59:56 -0000 Delivered-To: apmail-buildr-users-archive@buildr.apache.org Received: (qmail 49672 invoked by uid 500); 15 Mar 2009 19:59:56 -0000 Mailing-List: contact users-help@buildr.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: users@buildr.apache.org Delivered-To: mailing list users@buildr.apache.org Received: (qmail 49661 invoked by uid 99); 15 Mar 2009 19:59:56 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 15 Mar 2009 12:59:56 -0700 X-ASF-Spam-Status: No, hits=2.2 required=10.0 tests=HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of sakari.isoniemi@gmail.com designates 209.85.220.168 as permitted sender) Received: from [209.85.220.168] (HELO mail-fx0-f168.google.com) (209.85.220.168) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 15 Mar 2009 19:59:49 +0000 Received: by fxm12 with SMTP id 12so3254042fxm.5 for ; Sun, 15 Mar 2009 12:59:27 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:date:message-id:subject :from:to:content-type; bh=Af89ewIraxwrq5YE3YIzSzgVdS/jSqyux8R4Ts/A0sg=; b=nFUViidpi/swtxtiMIlCLfXSu8H7eiTQrMphVP+Sle0Sl9KXo1mZpiHnHrAjSNGQMn 3ABnaucd/tQyvBkYJaxh/HYk7rR9uMiZuFg1OShgZtkLs6uDBkW8WyE4Y0zong1+ZqML GkJyiXa0qs5uYc9O1IF512RaXebmwhrD8yK+0= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=BLl9oeDblG+kCaPYeLV7vEz7L5+JFla3OGloCh9QKpYYj9G/3cItI/hr5P4XkkORUV B4Hk0MYyGIYixhB1qlO1a72jMxg7I2iNCrVF/xuyUWQY7qhJxtRvzE24XMZ87vfJzEH1 V3RwZzDWV/3pZ9uonU7kPUCxLbx2Dkn4AxeZw= MIME-Version: 1.0 Received: by 10.103.11.5 with SMTP id o5mr1787419mui.75.1237147167852; Sun, 15 Mar 2009 12:59:27 -0700 (PDT) Date: Sun, 15 Mar 2009 21:59:27 +0200 Message-ID: <81c84fe50903151259m5e6879b4o2645c2bc1982fdc1@mail.gmail.com> Subject: Call tasks in subdirectories ? From: Sakari Isoniemi To: users@buildr.apache.org Content-Type: multipart/alternative; boundary=0016364169dd7987bf04652dc528 X-Virus-Checked: Checked by ClamAV on apache.org --0016364169dd7987bf04652dc528 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit How to call a projects task, that is in subdirectory ? For ex. the current directory is A, where is a buildfile. How from this buildfile is called project/task, which buildfile is in directory A/B/C ? The notation compile.with projects('B\C\projX') won't work --0016364169dd7987bf04652dc528--