Return-Path: Delivered-To: apmail-ant-user-archive@www.apache.org Received: (qmail 77346 invoked from network); 16 Dec 2006 05:44:54 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 16 Dec 2006 05:44:54 -0000 Received: (qmail 40232 invoked by uid 500); 16 Dec 2006 05:44:57 -0000 Delivered-To: apmail-ant-user-archive@ant.apache.org Received: (qmail 40193 invoked by uid 500); 16 Dec 2006 05:44:57 -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 40182 invoked by uid 99); 16 Dec 2006 05:44:57 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 15 Dec 2006 21:44:57 -0800 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: domain of antoine@gmx.de designates 213.165.64.20 as permitted sender) Received: from [213.165.64.20] (HELO mail.gmx.net) (213.165.64.20) by apache.org (qpsmtpd/0.29) with SMTP; Fri, 15 Dec 2006 21:44:47 -0800 Received: (qmail invoked by alias); 16 Dec 2006 05:44:26 -0000 Received: from 207-237-198-253.c3-0.nyr-ubr2.nyr.ny.cable.rcn.com (EHLO [192.168.11.15]) [207.237.198.253] by mail.gmx.net (mp048) with SMTP; 16 Dec 2006 06:44:26 +0100 X-Authenticated: #22961642 Mime-Version: 1.0 (Apple Message framework v752.3) In-Reply-To: <55879AC51120084A8DC1A3135BA1FA4707B00A@webemail.pro-unlimited.com> References: <55879AC51120084A8DC1A3135BA1FA4707B00A@webemail.pro-unlimited.com> Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-Id: Content-Transfer-Encoding: 7bit From: Antoine Levy-Lambert Subject: Re: Question regarding -Xlint:unchecked Date: Sat, 16 Dec 2006 00:44:24 -0500 To: "Ant Users List" X-Mailer: Apple Mail (2.752.3) X-Y-GMX-Trusted: 0 X-Virus-Checked: Checked by ClamAV on apache.org Hello Chun Ji, please check the path that you pass in the dir attribute of the invocation. Probably, it should be and not > > I have two build.xml used for my daily work. The first one has only > one target, which is to compile the source code. For the second > build.xml, there are a list of "targets", including a "target", > that is to invoke the "compiling" target in the first build.xml. > Here is part the my build.xml files look like: > > First build.xml > ... > > > > > > > ... > > Second build.xml > ... > > target="compile"> > > > > ... > > So during the compiling time, when I run "ant call-build" by the > second build.xml, it will invoke the real compiling action in the > first one and do the build. > > But what I have found is if I am doing it this way, the setting > "" does not take any effect, > I still see a lots of warnings in the compiling log file, while if > I call "ant compile" by the first build.xml, I get a "clean" build. > > Does someone know why ? > > > thanks, > > > chun Ji > --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscribe@ant.apache.org For additional commands, e-mail: user-help@ant.apache.org