[Mono-bugs] [Bug 585134] New: Task attribute ContinueOnError has no effect
bugzilla_noreply at novell.com
bugzilla_noreply at novell.com
Wed Mar 3 12:25:30 EST 2010
http://bugzilla.novell.com/show_bug.cgi?id=585134
http://bugzilla.novell.com/show_bug.cgi?id=585134#c0
Summary: Task attribute ContinueOnError has no effect
Classification: Mono
Product: Mono: Tools
Version: SVN
Platform: 64bit
OS/Version: Ubuntu
Status: NEW
Severity: Normal
Priority: P5 - None
Component: xbuild
AssignedTo: jankit at novell.com
ReportedBy: vlad at lshift.net
QAContact: mono-bugs at lists.ximian.com
Found By: Community User
Blocker: ---
Description of Problem:
Task attribute ContinueOnError has no effect.
A direct consequence is that projects that depend on it in a solution, would
not build.
Steps to reproduce the problem:
Run xbuild on the following project:
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="3.5"
xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Target Name="Build">
<Exec Command="false" ContinueOnError="true" />
</Target>
</Project>
Actual Results:
Produces an error.
Expected Results:
Should produce a warning instead.
How often does this happen?
Always.
Additional Information:
Using
svn revision 142439
--
Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
More information about the mono-bugs
mailing list