Bugs item #922130, was opened at 2004-03-24 03:16
Message generated for change (Comment added) made by drieseng
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=474851&aid=922130&group_id=54790

Category: None
Group: None
Status: Open
>Resolution: Fixed
Priority: 5
Submitted By: Noel Gifford (sherloch)
>Assigned to: Gert Driesen (drieseng)
Summary: csc task fails with empty doc attribute

Initial Comment:
I have a slingshot generated build file that works using 
0.84.1455.0.
I installed the latest nightly build - 0.85.1538.0  
(20040318)
Using 0.85.1538.0, I get the following error:
An empty string is not a valid value for attribute 'Doc'  
of  <csc ... />

<target name="Utility.Debug">
<property name="project.name" value="Utility" />
<property name="build.dir" value="${build.basedir}
\Debug" />
<property name="slingshot.config" value="Debug" />
<property name="output" value="${build.dir}
\Utility.dll" />
<property name="debug" value="true" />
<property name="unsafe" value="/unsafe-" />
<property name="checked" value="/checked-" />
<property name="define" value="DEBUG;TRACE" />
<property name="doc" value="" />
<property name="warninglevel" value="4" />
<call target="Utility" />
</target>
<target name="Utility" depends="setup">
<csc target="library" output="${output}" 
debug="${debug}"
define="${define}" doc="${doc}" 
warninglevel="${warninglevel}">
<arg value="${unsafe}" />
<arg value="${checked}" />
<sources>
<includes name="AssemblyInfo.cs" />
<includes name="BindControls.cs" />
<includes name="SQLUtility.cs" />
</sources>
<references>
<includes
name="C:\WINDOWS\Microsoft.NET\Framework\v1.1.432
2\System.dll" />
<includes
name="C:\WINDOWS\Microsoft.NET\Framework\v1.1.432
2\System.Data.dll" />
<includes
name="C:\WINDOWS\Microsoft.NET\Framework\v1.1.432
2\System.XML.dll" />
<includes
name="C:\WINDOWS\Microsoft.NET\Framework\v1.1.432
2\System.Web.dll" />

</references>
</csc>
</target>


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

>Comment By: Gert Driesen (drieseng)
Date: 2004-03-24 07:33

Message:
Logged In: YES 
user_id=707851

This is now fixed in cvs, and will be available in the next 
nightly build.

Thanks for the report !

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

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=474851&aid=922130&group_id=54790


-------------------------------------------------------
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
_______________________________________________
NAntContrib-Developer mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/nantcontrib-developer

Reply via email to