Return-Path: Delivered-To: apmail-ant-notifications-archive@minotaur.apache.org Received: (qmail 12694 invoked from network); 4 Sep 2009 20:43:46 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 4 Sep 2009 20:43:46 -0000 Received: (qmail 36165 invoked by uid 500); 4 Sep 2009 20:43:46 -0000 Delivered-To: apmail-ant-notifications-archive@ant.apache.org Received: (qmail 36116 invoked by uid 500); 4 Sep 2009 20:43:45 -0000 Mailing-List: contact notifications-help@ant.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@ant.apache.org Delivered-To: mailing list notifications@ant.apache.org Received: (qmail 36107 invoked by uid 99); 4 Sep 2009 20:43:45 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 04 Sep 2009 20:43:45 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 04 Sep 2009 20:43:43 +0000 Received: by brutus.apache.org (Postfix, from userid 33) id B5733234C1F1; Fri, 4 Sep 2009 13:43:23 -0700 (PDT) From: bugzilla@apache.org To: notifications@ant.apache.org Subject: DO NOT REPLY [Bug 47789] New: task fails with newer .NET frameworks (incremental flag obsolete) X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ant X-Bugzilla-Component: .NET Antlib X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: mebemikeyc@gmail.com X-Bugzilla-Status: NEW X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: notifications@ant.apache.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Changed-Fields: Message-ID: X-Bugzilla-URL: https://issues.apache.org/bugzilla/ Auto-Submitted: auto-generated Content-Type: text/plain; charset="UTF-8" MIME-Version: 1.0 Date: Fri, 4 Sep 2009 13:43:23 -0700 (PDT) X-Virus-Checked: Checked by ClamAV on apache.org https://issues.apache.org/bugzilla/show_bug.cgi?id=47789 Summary: task fails with newer .NET frameworks (incremental flag obsolete) Product: Ant Version: unspecified Platform: PC OS/Version: Windows Server 2003 Status: NEW Severity: normal Priority: P2 Component: .NET Antlib AssignedTo: notifications@ant.apache.org ReportedBy: mebemikeyc@gmail.com --- Comment #0 from Michael Callahan 2009-09-04 13:43:22 PDT --- When compiling C# programs with task, targeting newer frameworks (> 1.1), a fatal error is raised. This is because the "/incremental" flag is now obsolete. Forgive me for not including a patch, as I don't now the proper format. My idea for a fix: Modify CSharp.getIncrementalParameter() to return nothing, unless a supporting framework is being used. To figure out whether a supporting framework is being used, I'd personally just add a "FrameworkVersion" property to the task. (There are other options, but none are very clean.) -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug.