Return-Path: Delivered-To: apmail-ant-user-archive@www.apache.org Received: (qmail 89959 invoked from network); 21 Sep 2007 05:32:17 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 21 Sep 2007 05:32:17 -0000 Received: (qmail 13413 invoked by uid 500); 21 Sep 2007 05:32:05 -0000 Delivered-To: apmail-ant-user-archive@ant.apache.org Received: (qmail 13377 invoked by uid 500); 21 Sep 2007 05:32:05 -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 13364 invoked by uid 99); 21 Sep 2007 05:32:05 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 20 Sep 2007 22:32:05 -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: local policy) Received: from [205.243.145.69] (HELO mail.comneti.com) (205.243.145.69) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 21 Sep 2007 05:32:03 +0000 Received: from localhost (localhost [127.0.0.1]) by mail.comneti.com (Postfix) with ESMTP id CF28A139DE for ; Fri, 21 Sep 2007 01:36:02 -0500 (CDT) Received: from mail.comneti.com ([127.0.0.1]) by localhost (mail [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 20022-07 for ; Fri, 21 Sep 2007 01:36:02 -0500 (CDT) Received: by mail.comneti.com (Postfix, from userid 10002) id B8CC213982; Fri, 21 Sep 2007 01:36:02 -0500 (CDT) Received: from teddydell.ici.comneti.com (ici [135.111.122.146]) by mail.comneti.com (Postfix) with ESMTP id C2EB013982 for ; Fri, 21 Sep 2007 01:36:01 -0500 (CDT) Received: from localhost (unknown [127.0.0.1]) by teddydell.ici.comneti.com (Postfix) with ESMTP id 8C41242026C for ; Fri, 21 Sep 2007 04:53:18 +0000 (UTC) X-Virus-Scanned: by amavisd-new at ici.comneti.com Received: from teddydell.ici.comneti.com ([127.0.0.1]) by localhost (teddy.ici.comneti.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id nIgaAK2VREIn for ; Fri, 21 Sep 2007 10:23:18 +0530 (IST) Received: from [10.6.1.118] (210.18.79.30.sify.net [210.18.79.30]) by teddydell.ici.comneti.com (Postfix) with ESMTP id 6197D42022D for ; Fri, 21 Sep 2007 10:23:18 +0530 (IST) Message-ID: <46F356AF.5020601@comneti.com> Date: Fri, 21 Sep 2007 10:59:19 +0530 From: Yasothamani Organization: India Comnet International User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.7.12) Gecko/20050915 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Ant Users List Subject: Re: Classes directory is having old class file References: <46F281B4.5040001@comneti.com> <46F28926.3000000@apache.org> In-Reply-To: <46F28926.3000000@apache.org> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Checker-Version: SpamAssassin 3.0.2 (2004-11-16) on mail.comneti.com X-Spam-Level: X-Virus-Scanned: by amavisd-new at comneti.com X-Virus-Checked: Checked by ClamAV on apache.org X-Old-Spam-Status: No, score=-102.5 required=3.0 tests=AWL,BAYES_00, USER_IN_WHITELIST autolearn=ham version=3.0.2 Yes compiling both projects in the same classes directory. Thanks & Regards YASOTHAMANI R Objectel Development India Comnet International Steve Loughran wrote: > Yasothamani wrote: > >> In our project we are having two versions (project 1.x and 2.x) >> For java compilation we are using Ant 1.6.5. The directory structure >> and java file names are same in both versions of the project. >> Project 2.x is having some changes which are not available in project >> 1.x. >> When we are compiling Project 2.x alone then there is no problem with >> the class file generated, whereas if we compiled project 1.x and then >> project 2.x then the classes directory is having the class files of >> project 1.x. >> Java version is 1.5.0_06. >> Attached is the build.xml (same for both projects) for the reference. >> > > Are you trying to compile both projects into the same classes directory? > --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscribe@ant.apache.org For additional commands, e-mail: user-help@ant.apache.org