Return-Path: Delivered-To: apmail-lucene-java-dev-archive@www.apache.org Received: (qmail 79884 invoked from network); 15 Apr 2008 17:37:04 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 15 Apr 2008 17:37:04 -0000 Received: (qmail 47032 invoked by uid 500); 15 Apr 2008 17:37:02 -0000 Delivered-To: apmail-lucene-java-dev-archive@lucene.apache.org Received: (qmail 46977 invoked by uid 500); 15 Apr 2008 17:37:02 -0000 Mailing-List: contact java-dev-help@lucene.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: java-dev@lucene.apache.org Delivered-To: mailing list java-dev@lucene.apache.org Received: (qmail 46966 invoked by uid 99); 15 Apr 2008 17:37:02 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 15 Apr 2008 10:37:02 -0700 X-ASF-Spam-Status: No, hits=1.2 required=10.0 tests=SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (nike.apache.org: local policy) Received: from [80.190.230.99] (HELO mail.troja.net) (80.190.230.99) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 15 Apr 2008 17:36:07 +0000 Received: from localhost (localhost [127.0.0.1]) by mail.troja.net (Postfix) with ESMTP id B773C44F91; Tue, 15 Apr 2008 19:36:27 +0200 (CEST) Received: from mail.troja.net ([127.0.0.1]) by localhost (cyca.troja.net [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 20543-02; Tue, 15 Apr 2008 19:36:13 +0200 (CEST) Received: from VEGA (port-83-236-62-51.dynamic.qsc.de [83.236.62.51]) (using SSLv3 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.troja.net (Postfix) with ESMTP id 5A63C44E35; Tue, 15 Apr 2008 19:36:13 +0200 (CEST) From: "Uwe Schindler" To: , References: <200804151708.m3FH8R0Y003334@aitana.cpd.ua.es> Subject: RE: How to add -Xlint:unchecked to build.xml Date: Tue, 15 Apr 2008 19:36:13 +0200 Message-ID: <000301c89f1f$33f49a50$a401a8c0@VEGA> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Office Outlook 11 In-Reply-To: <200804151708.m3FH8R0Y003334@aitana.cpd.ua.es> X-MIMEOLE: Produced By Microsoft MimeOLE V6.00.2900.3198 Thread-Index: AcifG3B54kqt7pKiScezZc+htfuSswAA5vfQ X-Virus-Scanned: amavisd-new at troja.net X-Spam-Score: 1.278 X-Spam-Level: * X-Virus-Checked: Checked by ClamAV on apache.org X-Old-Spam-Status: No, score=1.278 tagged_above=1 required=4 tests=[AWL=1.831, BAYES_00=-2.599, RCVD_IN_SORBS_DUL=2.046] I have this form my project "panFMP" in my build.xml, which uses heavy java 5 features: ----- Uwe Schindler H.-H.-Meier-Allee 63, D-28213 Bremen http://www.thetaphi.de eMail: uwe@thetaphi.de > -----Original Message----- > From: fsanchez@dlsi.ua.es [mailto:fsanchez@dlsi.ua.es] > Sent: Tuesday, April 15, 2008 7:08 PM > To: java-dev@lucene.apache.org > Subject: How to add -Xlint:unchecked to build.xml > > Hi all, > > After compiling I receive the following message: > > [javac] Note: file.java uses unchecked or unsafe operations. > [javac] Note: Recompile with -Xlint:unchecked for details. > > But I haven't found how to do it. Could you help me on that? > > thanks in advance > -- > Felipe. > > --------------------------------------------------------------------- > To unsubscribe, e-mail: java-dev-unsubscribe@lucene.apache.org > For additional commands, e-mail: java-dev-help@lucene.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: java-dev-unsubscribe@lucene.apache.org For additional commands, e-mail: java-dev-help@lucene.apache.org