Re: [Nant-users] i got an error:fatal error CS2008: No inputs specified

2004-06-11 Thread Sascha Andres
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: In n

[Nant-users] i got an error:fatal error CS2008: No inputs specified

2004-06-11 Thread Ding, Patty Q.
Hi, all      Does any body have some idea about following error?   build:     [csc] Compiling 0 files to D:\Projects\nantbuild\MimeoAnalyzer.dll.     fatal error CS2008: No inputs specified   BUILD FAILED   C:\Nant\ripservice.build(12,4): External Program Failed