Hi, I don't remember seeing this in any of the NAnt mailing lists. Maybe it didn't go through...
Anyway, Looking at your NAnt.build file. I believe that you need the full file name of the assembly that you are wanting to reference. Ex: <references> <include name="System.dll" /> <include name="System.Data.dll" /> <include name="System.Drawing.dll" /> <include name="System.Runtime.Serialization.dll"/> <include name="System.Runtime.Serialization.Formatters.Soap.dll" /> <include name="System.Runtime.ServiceModel.dll" /> <include name="System.Web.dll" /> <include name="System.Web.Services.dll" /> <include name="System.Xml.dll" /> </references> Look at the example at the bottom of: http://nant.sourceforge.net/release/latest/help/tasks/csc.html Hope this helps. Thanks, Ryan On Wed, Jun 9, 2010 at 11:41 PM, <niklas.alb...@main-it.de> wrote: > > Hi all, > > I posted this on the NAnt maling list a week ago. But sadly I got no > response... > > Maybe this problem is known by a user on this list: > > > ================================================================ > > Hi all, > > I'm using the NAnt 0.9 release on Linux 11.2/Gnome. > Monodevelop 2.4 (Beta) > Mono 2.6.3 > > This error is not new to the list: My problem is, that the code compiles > with Monodevelop but not with NAnt. It stops with error CS0234. See build > output below. Funny is that the error detail belongs to standard mono > libraries/DLLs. This might be a configuration problem, but I cannot figure > out what it is... > > Maybe one could give me a clue... > > Regards > > Niklas > > > Build output (snippet): > > [csc] > /home/dev/Silva/Source/Ways/Core/Application/ServiceRequest/Client/Soap/Serv > iceRequestSoapProxy.cs(55,67): error CS0234: The type or namespace name > `Services' does not exist in the namespace `System.Web'. Are you missing an > assembly reference? > [csc] > /home/dev/Silva/Source/Ways/Core/DataAccess/Provider/Ado/AdoDataAccessProvid > erConfiguration.cs(2,14): error CS0234: The type or namespace name `Data' > does not exist in the namespace `System'. Are you missing an assembly > reference? > [csc] Compilation failed: 2 error(s), 275 warnings > > > Assembly data (from Monodevelop): > > // Assembly System.Data, Version 2.0.0.0 [AssemblyTitle ("System.Data.dll")] > [AssemblyDescription ("System.Data.dll")] [AssemblyDefaultAlias > ("System.Data.dll")] [AssemblyCompany ("MONO development team")] > [AssemblyProduct ("MONO Common language infrastructure")] [AssemblyCopyright > ("(c) various MONO Authors")] [SatelliteContractVersion ("2.0.0.0")] > [AssemblyInformationalVersion ("2.0.50727.1433")] [CLSCompliant (true)] > [NeutralResourcesLanguage ("en-US")] [ComVisible (false)] > [AllowPartiallyTrustedCallers ()] [AssemblyDelaySign (true)] > [AssemblyKeyFile ("../ecma.pub")] [AssemblyFileVersion ("2.0.50727.1433")] > [ComCompatibleVersion (1, 0, 3300, 0)] [InternalsVisibleTo ("System.Design, > PublicKey=002400000480000094000000060200000024000052534131000400000100010007 > d1fa57c4aed9f0a32e84aa0faefd0de9e8fd6aec8f87fb03766c834c99921eb23be79ad9d5dc > c1dd9ad236132102900b723cf980957fc4e177108fc607774f29e8320e92ea05ece4e821c0a5 > efe8f1645c4c0c93c1ab99285d622caa652c1dfad63d745d6f2de5f17e5eaf0fc4963d261c8a > 12436518206dc093344d5ad293")] > [InternalsVisibleTo ("System.Web, > PublicKey=002400000480000094000000060200000024000052534131000400000100010007 > d1fa57c4aed9f0a32e84aa0faefd0de9e8fd6aec8f87fb03766c834c99921eb23be79ad9d5dc > c1dd9ad236132102900b723cf980957fc4e177108fc607774f29e8320e92ea05ece4e821c0a5 > efe8f1645c4c0c93c1ab99285d622caa652c1dfad63d745d6f2de5f17e5eaf0fc4963d261c8a > 12436518206dc093344d5ad293")] > [RuntimeCompatibility ()] > > > // Assembly System.Web.Services, Version 2.0.0.0 [AssemblyTitle > ("System.Web.Services.dll")] [AssemblyDescription > ("System.Web.Services.dll")] [AssemblyDefaultAlias > ("System.Web.Services.dll")] [AssemblyCompany ("MONO development team")] > [AssemblyProduct ("MONO Common language infrastructure")] [AssemblyCopyright > ("(c) various MONO Authors")] [SatelliteContractVersion ("2.0.0.0")] > [AssemblyInformationalVersion ("2.0.50727.1433")] [NeutralResourcesLanguage > ("en-US")] [ComVisible (false)] [AllowPartiallyTrustedCallers ()] > [CLSCompliant (true)] [AssemblyDelaySign (true)] [AssemblyKeyFile > ("../msfinal.pub")] [AssemblyFileVersion ("2.0.50727.1433")] > [CompilationRelaxations (8)] [Debuggable (2)] [RuntimeCompatibility ()] > > > > GAC info: > > d...@linux-gh99:~/Silva/Release/Build> locate System.Web.Services.dll > /home/dev/.config/MonoDevelop/CodeCompletionData/_usr_lib_mono_2.0_System.Web.Services.dll.pidb > /usr/lib/mono/1.0/System.Web.Services.dll > /usr/lib/mono/2.0/System.Web.Services.dll > /usr/lib/mono/gac/System.Web.Services/1.0.5000.0__b03f5f7f11d50a3a/System.Web.Services.dll > /usr/lib/mono/gac/System.Web.Services/1.0.5000.0__b03f5f7f11d50a3a/System.Web.Services.dll.mdb > /usr/lib/mono/gac/System.Web.Services/2.0.0.0__b03f5f7f11d50a3a/System.Web.Services.dll > /usr/lib/mono/gac/System.Web.Services/2.0.0.0__b03f5f7f11d50a3a/System.Web.Services.dll.mdb > > d...@linux-gh99:~/Silva/Release/Build> locate System.Data.dll > /home/dev/.config/MonoDevelop/CodeCompletionData/_usr_lib_mono_2.0_System.Data.dll.pidb > /usr/lib/mono/1.0/System.Data.dll > /usr/lib/mono/2.0/System.Data.dll > /usr/lib/mono/gac/System.Data/1.0.5000.0__b77a5c561934e089/System.Data.dll > /usr/lib/mono/gac/System.Data/1.0.5000.0__b77a5c561934e089/System.Data.dll.mdb > /usr/lib/mono/gac/System.Data/2.0.0.0__b77a5c561934e089/System.Data.dll > /usr/lib/mono/gac/System.Data/2.0.0.0__b77a5c561934e089/System.Data.dll.mdb > d...@linux-gh99:~/Silva/Release/Build> > > > > _______________________________________________ > Mono-list maillist - mono-l...@lists.ximian.com > http://lists.ximian.com/mailman/listinfo/mono-list > > ------------------------------------------------------------------------------ ThinkGeek and WIRED's GeekDad team up for the Ultimate GeekDad Father's Day Giveaway. ONE MASSIVE PRIZE to the lucky parental unit. See the prize list and enter to win: http://p.sf.net/sfu/thinkgeek-promo _______________________________________________ nant-developers mailing list nant-developers@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/nant-developers