Return-Path: Delivered-To: apmail-ant-user-archive@www.apache.org Received: (qmail 53893 invoked from network); 8 Oct 2007 15:23:11 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 8 Oct 2007 15:23:11 -0000 Received: (qmail 46795 invoked by uid 500); 8 Oct 2007 15:22:58 -0000 Delivered-To: apmail-ant-user-archive@ant.apache.org Received: (qmail 45815 invoked by uid 500); 8 Oct 2007 15:22:56 -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 45804 invoked by uid 99); 8 Oct 2007 15:22:56 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 08 Oct 2007 08:22:56 -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 sunilprabhakaran@gmail.com designates 209.85.146.182 as permitted sender) Received: from [209.85.146.182] (HELO wa-out-1112.google.com) (209.85.146.182) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 08 Oct 2007 15:22:58 +0000 Received: by wa-out-1112.google.com with SMTP id k22so1559159waf for ; Mon, 08 Oct 2007 08:22:36 -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:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; bh=lJzQ9H4yNYaf89rXrnVL5/f8xYOYT5N+VGdEjcEBWGU=; b=do3aqS/+okQag4pI/N01yQOHfZ1uLcPbnYUP02siZnm51fSu0Q+TZFvoblqnx3n2lD2CZw3x/kC7YTOLCHyLrQ/DnYQTW7a3AyhzEBXUdLMI2Ev2lvnOFpQHSuurmuVkQy5xadsc8nsON1LY3U8VPqsWoJQUir1cknxI7DGBCnM= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=C14OLFqD0JGAaHkdBb1Ql/XzwR71baWQM2T0gDxmqbHb6lCBKabmZJoMuxJ6SRd1VkNvj7CQ0OkY2DDnjtyFrL+1ABlb8hUgslMYoDTYYOJuR9Ewvn7hVTGf7oLQiMi6+qdURs/KH7hwtVMcXoKZiwbO7UHoOYpmkdzfP0wwhEI= Received: by 10.114.210.2 with SMTP id i2mr2488175wag.1191856956122; Mon, 08 Oct 2007 08:22:36 -0700 (PDT) Received: by 10.115.54.11 with HTTP; Mon, 8 Oct 2007 08:22:30 -0700 (PDT) Message-ID: Date: Mon, 8 Oct 2007 20:52:30 +0530 From: "Sunil Prabhakaran" To: "Ant Users List" Subject: Re: How to include multiple source branches in javac task In-Reply-To: <3f126fb10710080655q7f67fe23p704c482f9a9a40ee@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <3f126fb10710080655q7f67fe23p704c482f9a9a40ee@mail.gmail.com> X-Virus-Checked: Checked by ClamAV on apache.org Hi Have you tried the Includesfile attribute in Javac task? Regards Sunil Prabhakaran On 10/8/07, Alexis Votta wrote: > This is how my javac task looks right now. > > destdir="${build.classes.dir}"> > > > > > I want to move the include names to a properties file, so that my > javac task looks like:- > > destdir="${build.classes.dir}"> > > > > This will help me to put all the includes at one place in the > properties file like this:- > > src.includes = UIManager.java:\ > com/example/project/**/*.java:\ > com/example/test/**/*.java > > Is it possible? > > --------------------------------------------------------------------- > To unsubscribe, e-mail: user-unsubscribe@ant.apache.org > For additional commands, e-mail: user-help@ant.apache.org > > --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscribe@ant.apache.org For additional commands, e-mail: user-help@ant.apache.org