Return-Path: Delivered-To: apmail-ant-user-archive@www.apache.org Received: (qmail 94031 invoked from network); 12 Mar 2009 08:58:26 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 12 Mar 2009 08:58:26 -0000 Received: (qmail 70759 invoked by uid 500); 12 Mar 2009 08:58:19 -0000 Delivered-To: apmail-ant-user-archive@ant.apache.org Received: (qmail 70717 invoked by uid 500); 12 Mar 2009 08:58:18 -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 70706 invoked by uid 99); 12 Mar 2009 08:58:18 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 12 Mar 2009 01:58:18 -0700 X-ASF-Spam-Status: No, hits=2.6 required=10.0 tests=DNS_FROM_OPENWHOIS,SPF_HELO_PASS,SPF_PASS,WHOIS_MYPRIVREG X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of lists@nabble.com designates 216.139.236.158 as permitted sender) Received: from [216.139.236.158] (HELO kuber.nabble.com) (216.139.236.158) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 12 Mar 2009 08:58:10 +0000 Received: from isper.nabble.com ([192.168.236.156]) by kuber.nabble.com with esmtp (Exim 4.63) (envelope-from ) id 1Lhgjd-0005UM-3X for user@ant.apache.org; Thu, 12 Mar 2009 01:57:49 -0700 Message-ID: <22471449.post@talk.nabble.com> Date: Thu, 12 Mar 2009 01:57:49 -0700 (PDT) From: Klas K To: user@ant.apache.org Subject: Eclipse JDT compiler problem MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Nabble-From: klas@furingstad.nu X-Virus-Checked: Checked by ClamAV on apache.org Hi We try to use the Eclipse JDT compiler in our CI-Building process and have discovered a problem that we do not find a good solution for.=20 In our JAVAC task, we use the parameter "failonerror =3D false" and it seem= s like the JDT compiler automatically activates its own parameter "proceedOnError" when the =E2=80=9Cfailonerror=E2=80=9D is set to false whi= ch in itself is all well and good if we could find a way to get JDT not to produce class files for objects with Compile errors.=20 Conclusion: We want javac to continue the compile process even if Compile errors arise, but we do not want the compiler to produce class objects for source files with errors. All suggestions are appreciated! --=20 View this message in context: http://www.nabble.com/Eclipse-JDT-compiler-pr= oblem-tp22471449p22471449.html Sent from the Ant - Users mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscribe@ant.apache.org For additional commands, e-mail: user-help@ant.apache.org