NAnt /
NAnt
http://www.dotnetmonster.com/Uwe/Forum.aspx/dotnet-general/38312
nant question?
... get an error message saying "Microsoft Visual Studio.NET 2005 solutions are not supported." Does nant not support building .net projects? Many thanks Nicholas Paldino [.NET/C# MVP] Well, nant probably used to parse the old project file. However, for ... I don't know if there is a conversion program for
http://www.dotnetmonster.com/Uwe/Forum.aspx/dotnet-csharp/56644
NAnt knowledge
... 2005 (now in beta) will be a clone of NAnt. Lionel LASKE Try on http://www.theserverside.net/articles/showarticle.tss?id=NAnt ... learning about something complex. Thanks Bruce Wood I've never found one. I played with NAnt and got it working, but then abandoned the effort when I
http://www.dotnetmonster.com/Uwe/Forum.aspx/dotnet-csharp/32989
Nant projects
... am working on nant. For testing purpose I need project that is using nant as build tool. Thanks Naraendira Kuma R.R. Have you tried the source fromNant projects Rajiv Hi everybody Can u help me to get good projects that ...
http://www.dotnetmonster.com/Uwe/Forum.aspx/dotnet-csharp/49487
Nant and npgsql
... open source PostgreSQL driver, for CF v. 2.0. So far without luck. Nant's config file (nant.exe.config) contains a section for the CF v. 1 ... DermVision Brian Nantz I would think this is an error in the NAnt ...
http://www.dotnetmonster.com/Uwe/Forum.aspx/dotnet-compact-framework/16698
Problems with nant
... is well formed XML. System.Configuration.ConfigurationException: Unknown configuration section appSettings (c:\Development\NET\Tools\nant-0.85-rc3\bin\nant.exe.config line 8) at System.Configuration.ConfigurationRecord.ScanSectionsRecursive(XmlTextReader reader, String configKey) at System ... Problems with nant Ireneus Broncel Maybe I am wrong here, but I have a problem with ...
http://www.dotnetmonster.com/Uwe/Forum.aspx/dotnet-sdk/1102
Problems with nant
... is well formed XML. System.Configuration.ConfigurationException: Unknown configuration section appSettings (c:\Development\NET\Tools\nant-0.85-rc3\bin\nant.exe.config line 8) at System.Configuration.ConfigurationRecord.ScanSectionsRecursive(XmlTextReader reader, String configKey) at System ... Problems with nant Ireneus Broncel Maybe I am wrong here, but I have a problem with ...
http://www.dotnetmonster.com/Uwe/Forum.aspx/dotnet-csharp/45650
Nested buildfiles with Nant.
... JobManager" default="build" basedir="."> <target name="build" description="Clean and build entire solution."> <nant buildfile="JobManager/JobManager.build" target="clean" failonerror="false" /> <nant buildfile="JobManager/JobManager.build" /> <nant buildfile="JobManagerControl/JobManagerControl.build" target="clean" failonerror="false" /> <nant buildfile="JobManagerControl/JobManagerControl.build" /> </target> </project> The problem I'm having is that ... ...
http://www.dotnetmonster.com/Uwe/Forum.aspx/dotnet-csharp/188
MSBuild vs Nant
... MSBuild vs Nant jomu hi, i need help about wich choosing Msbuild or Nant, if it s MsBuild: i want look about performance, advantages,... Thks for help ... you can run it directly on your .csproj / .sln etc. files from VS05. -- Barry .neter Nant is very functional, has almost any task you will ever need. And runs ...
http://www.dotnetmonster.com/Uwe/Forum.aspx/dotnet-framework/17622
Nant - Nunit2 configuration
Nant - Nunit2 configuration muesliflakes I am trying to run nunit2 from nant and get the following error: NUnit 2.0 Error: Request for ... Culture=neutral, PublicKeyToken=b77a5c561934e089 failed. The doco for Nunit see: http://nant.sourceforge.net/help/tasks/nunit2.html , suggests that I have a the following ...
http://www.dotnetmonster.com/Uwe/Forum.aspx/dotnet-csharp/12018