Bugs item #1167694, was opened at 2005-03-21 16:26
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=402868&aid=1167694&group_id=31650

Category: Tasks
Group: 0.85
Status: Open
Resolution: None
Priority: 5
Submitted By: John Hardin (john_hardin)
Assigned to: Nobody/Anonymous (nobody)
Summary: <solution> task is not detecting compile errors  in resgen

Initial Comment:
One of our ccnet-managed automatic builds was failing.
The error message was somewhat misleading, and further
investigation suggests that nant 0.85rc2 is not
detecting compile errors in a <solution> task under
certain circumstances.

Here is an excerpt of the <solution>'s XML log,
building the "CRM" subproject:

<message level="Info">Building 'CRM' [debug] ...</message>
<task name="attrib"/>
<task name="resgen"/>
<task name="resgen"/>
<task name="resgen"/>
<task name="resgen"/>
<task name="resgen"/>
<task name="resgen"/>
<task name="resgen"/>
<task name="resgen"/>
<task name="resgen"/>
<task name="resgen"/>
<task name="resgen"/>
<task name="resgen"/>
<task name="resgen"/>
<message level="Info">
c:\{mumble}\CRM\CreateNotesForm.cs(18,40): error
CS0234: The type or namespace name 'RenderRadioButton'
does not exist in the class or
namespace 'CRS.VisualFramework.WinForms' (are you
missing an assembly reference?)
</message>
<message level="Info">
c:\{mumble}\CRM\CreateNotesForm.cs(19,40): error
CS0234: The type or namespace name 'RenderRadioButton'
does not exist in the class or namespace
'CRS.VisualFramework.WinForms' (are you missing an ssembly
reference?)
</message>
<task name="copy"/>
<task name="copy"/>
<task name="copy"/>
<task name="copy"/>
<task name="copy"/>
<task name="copy"/>
<task name="copy"/>
<task name="copy"/>
<task name="copy"/>
<task name="delete"/>

Note that the compile errors did NOT generate a failed
build. The build failed later in ndoc when the
documentation .xml for the CRM project couldn't be found.

The only odd thing I can see is that the errors appear
to be during "resgen" tasks.

The above is about all the information I can provide -
the errors in our code have been fixed, and I don't
know what to do to provide a minimal repro.
Sorry.


----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=402868&aid=1167694&group_id=31650


-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
_______________________________________________
nant-developers mailing list
nant-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nant-developers

Reply via email to