Hi All,

I was wondering if anyone has had problems with Nant v0.8.3 RC2 CSC
Task doc attribute?  I can generate the assembly but it will not
generate the xml doc that I specified.  I have a few other csc tasks
that generate the doc file, but for this one assembly it doesn't
generate it.  Only thing i can think of is that this assembly has a
.snk file while the others don't.  

Also, during the generation of the console output the usual "[csc]
Compiling X files to <blah....>" DOES NOT get outputted.  The other
csc tasks do.

Any suggestions or tips?

This is my csc task in question:

                <csc target="library" warnaserror="true" debug="${build.debug}" 
                
output="${build.build.dir}\${Module.dir}\${build.build.bin.dir}\HP.ApplicationConfiguration.dll"
                
doc="${build.build.dir}\${Module.dir}\${build.build.bin.dir}\HP.ApplicationConfiguration.xml">

                        <sources basedir="${build.build.dir}\${Module.dir}"
failonempty="true">
                                <includes name="**\*.cs"/>
                                <includes name="*.snk"/>
                        </sources>
                        <references failonempty="true">
                                <includes
name="${nant.settings.currentframework.frameworkassemblydirectory}\System.Web.dll"/>
                        </references>
                        <arg value="/nowarn:1591,168"/>
                </csc>


=====
Michael Dang

__________________________________
Do you Yahoo!?
Yahoo! SiteBuilder - Free, easy-to-use web site design software
http://sitebuilder.yahoo.com


-------------------------------------------------------
This SF.net email is sponsored by: VM Ware
With VMware you can run multiple operating systems on a single machine.
WITHOUT REBOOTING! Mix Linux / Windows / Novell virtual machines
at the same time. Free trial click here:http://www.vmware.com/wl/offer/358/0
_______________________________________________
Nant-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/nant-users

Reply via email to