Hi,
* Ding, Patty Q. wrote on 11.06.2004 (15:15):
>          [csc] Compiling 0 files to D:\Projects\nantbuild\MimeoAnalyzer.dll.

How does your build file look like? This error seems as no
input files has been specified in the sources.
It should look like this:

<csc target="library" output="MimeoAnalyzer.dll">
        <sources>
                <include name="MimeoAnalyzer.cs" />
  </sources>
</csc>

In newer versions includes get obsolote, and is replaced by
include only. The cs file must in this exapmle be in the
same directory as the buildfile. See at the basedir property
of a fileset to change this.

HTH,
-sa

-- 
sa at programmers-world dot com http://www.livingit.de
Internet sites:
  http://www.not2long.net - Make long links short
  Boomarks online: http://www.mobile-bookmarks.info


-------------------------------------------------------
This SF.Net email is sponsored by the new InstallShield X.
>From Windows to Linux, servers to mobile, InstallShield X is the
one installation-authoring solution that does it all. Learn more and
evaluate today! http://www.installshield.com/Dev2Dev/0504
_______________________________________________
Nant-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/nant-users

Reply via email to