Return-Path: Delivered-To: apmail-ant-user-archive@www.apache.org Received: (qmail 19139 invoked from network); 5 Oct 2007 13:20:45 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 5 Oct 2007 13:20:45 -0000 Received: (qmail 47344 invoked by uid 500); 5 Oct 2007 13:20:28 -0000 Delivered-To: apmail-ant-user-archive@ant.apache.org Received: (qmail 47315 invoked by uid 500); 5 Oct 2007 13:20:27 -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 47296 invoked by uid 99); 5 Oct 2007 13:20:27 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 05 Oct 2007 06:20:27 -0700 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 alexisvotta@gmail.com designates 209.85.134.189 as permitted sender) Received: from [209.85.134.189] (HELO mu-out-0910.google.com) (209.85.134.189) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 05 Oct 2007 13:20:24 +0000 Received: by mu-out-0910.google.com with SMTP id w8so648903mue for ; Fri, 05 Oct 2007 06:20:03 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; bh=7+PNX2723sX/Q+PnCOt7CMLsvvmemv47emie+107q9s=; b=Dvm9bxkbG+evIXk05BYew0+KcgcPNZjdZwmKDFCCArgW1d0jrTs7kJYOERWxD5PV6YHiQ3PEEe8HRPbFp1Db0MYU/ACLoM8UKPrnxzcs9Tx8oJQreo5yllXo6iXn3FjA9P+8AOr+4oFfM5KscottttmhaL3qg63ran0J5XzfqWM= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=H/SKHDlNDGJ54ontBR6lRauMOaRG7Dqeng2D3fd66TaKes0CTe181ZofNECqymon0zmd8BdP2iAjK976V72VZt8xGWdAu4FuIYRxQzURCVrfhpJ3t+wSGxHqiBI6yfJcU+LBnizU2YwMkUYPEmUzNt2r5DBpzNyH+Xf6ra66B84= Received: by 10.82.175.17 with SMTP id x17mr27857378bue.1191590402689; Fri, 05 Oct 2007 06:20:02 -0700 (PDT) Received: by 10.82.145.10 with HTTP; Fri, 5 Oct 2007 06:20:02 -0700 (PDT) Message-ID: <3f126fb10710050620j7ed4a49bw1e394a0030ac3758@mail.gmail.com> Date: Fri, 5 Oct 2007 18:50:02 +0530 From: "Alexis Votta" To: user@ant.apache.org Subject: How to include multiple source directories in "compile" target MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Virus-Checked: Checked by ClamAV on apache.org I have a compile target like the following. In 'build.properties' file, src.dir is defined to be:- src.dir = src/java The problem with this will include all sources under src/java. I want to do something like this:- Compile all sources in (1) "src/java/com/company/deals" (2) "src/java/com/company/transact/" There are many other folders under "src/java/com/company" which I do not want to compile for this target. So, please suggest how this can be done. Any help would be highly appreciated. - Alexis --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscribe@ant.apache.org For additional commands, e-mail: user-help@ant.apache.org