[nant-dev] Problem Report

2006-02-01 Thread Mayo, Calvin
Title: Message Hi, Would you have any idea why I'm getting this when running the clover-check task? INTERNAL ERRORSystem.FormatException: Input string was not in a correct format. at System.Number.ParseDouble(String s, NumberStyles style, NumberFormatInfo info) at

[nant-dev] nant not working for web application

2006-02-01 Thread Gnanadesikan Jayakumar
Title: nant not working for web application Hi, I have compiled the web project using nant.exe. it is giving forbidden error. when i gave script source access option checked in IIS, it is throwing the error shown below: Please kindly look thru it and give me the solution as soon as

[nant-dev] need some help for vaultgetbylabel

2006-02-01 Thread Marco Ensing
Hi, Does anybody tried to use the Vault Nant task to retrieve a particular labeled source? I was trying the below task, but I get an exception. I should ask this to the vault people who provided this package, but I don't have their contact information. !-- - Load custom vault tasks. See for

[nant-dev] Nant Internal Error

2006-02-01 Thread Farooq Mohammed
INTERNAL ERROR System.ArgumentException: Invalid File or Directory attributes value. at System.IO.File.SetAttributes(String path, FileAttributes fileAttributes) at NAnt.Core.Tasks.CopyTask.ExecuteTask() at NAnt.Core.Task.Execute() at NAnt.Core.TaskContainer.ExecuteChildTasks()

[nant-dev] Please give me the solution for the problem ASAP-Thanks

2006-02-01 Thread arun kumar
Hi, When i execute the Nant build file,its showing the following error Buildfile: file:///C:/Documents and Settings/Arun/My Documents/Visual Studio Projects/NAntBuildAndNunit/Nantbuild.build Target framework: Microsoft .NET Framework 1.1 Target(s) specified: test [property] Read-only

[nant-dev] Feil under solution compile

2006-02-01 Thread Oviedo Fernando Moreno
Hi, I have a solution with multiple projects on it, when I tried to compile the solution using the solution tag I always get an error (specified below), but If (after it fails) I compile the project wich fails in VS (VS2003) and then I run Nant again so it compiles the one who fails before

[nant-dev] Build against .NET FX 2.0 Release C# Projects

2006-02-01 Thread Rick Garibay
Error.txt I am trying to build a .NET 2.0 project. I know that VS 2005 solutions aren't supported yet, but are projects supported? This is what I am running at the command line: nant -t:net-2.0 build where build is the name of my target. Also, I changed all references in the framework element

[nant-dev] NAnt install error

2006-02-01 Thread Jeremy Veeder
Title: NAnt install error What could be the problem with the installation? Thanks Jeremy Here is the log:- Setting environment for using Microsoft Visual Studio .NET 2003 tools. (If you have another version of Visual Studio or Visual C++ installed and wish to use its tools from the

Re: [nant-dev] New XML tasks and functions

2006-02-01 Thread John Ludlow
Sorry for the message spam, but I have one final update.I couldn't figure out how to allow multiple namespaces, since NAnt seem to doesn't have any concept of a params array parameter for functions. I thought about this and I'm not entirely sure why you'd want to specify multiple namespaces anyway

[nant-dev] Nant + Oracle Issue.

2006-02-01 Thread Ponvannan P
I am using Nant script to execute Oracle Script. my Syntax is like this. sql connstring="Provider=MSDAORA; Data Source=15.31.12.30:1250,db3;User Id=pons;Password=pons;" transaction="true" delimiter=";" delimstyle="Normal" print="true" source="oracle.txt" output="oracleoutput.txt" /

RE: [nant-dev] Please give me the solution for the problem ASAP-Thanks

2006-02-01 Thread Gert Driesen
Arun, Are you sure you've installed NAnt correctly ? Gert -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of arun kumar Sent: zaterdag 14 januari 2006 10:58 To: nant-developers@lists.sourceforge.net Subject: [nant-dev] Please give me the solution

RE: [nant-dev] Build against .NET FX 2.0 Release C# Projects

2006-02-01 Thread Gert Driesen
Rick, The solution task currently does not support .NET 2.0 solutions or projects. Gert -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Rick Garibay Sent: dinsdag 24 januari 2006 22:31 To: nant-developers@lists.sourceforge.net Subject:

RE: [nant-dev] Nant Internal Error

2006-02-01 Thread Gert Driesen
Mohammed, I ran into this issue myself once, but I could not reproduce it later on. Can you consistently reproduce this issue ? Gert -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Farooq Mohammed Sent: donderdag 5 januari 2006 18:39 To:

Re: [nant-dev] Nant Internal Error

2006-02-01 Thread Dave Paul
I've run into this myself occasionally. It seems to only happen when copying to a mapped network drive. The drive being mapped is actually a samba share from a FreeBSD machine. Hope that helps, Dave Gert Driesen wrote: Mohammed, I ran into this issue myself once, but I could not reproduce

RE: [nant-dev] nant not working for web application

2006-02-01 Thread Gert Driesen
Jayakumar, Usage of WebDAV for deployment is actually deprecated, but you could try using a more recent version of NAnt (http://nant.sourceforge.net/nightly/latest). Gert -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Gnanadesikan Jayakumar

Re: [nant-dev] Build against .NET FX 2.0 Release C# Projects

2006-02-01 Thread Mike Edenfield
Rick Garibay wrote: I am trying to build a .NET 2.0 project. I know that VS 2005 solutions aren't supported yet, but are projects supported? Not natively. VS2005 project files are MSBuild scripts, which are significantly different from old-style project files. For one, they don't tell you

Re: [nant-dev] Please give me the solution for the problem ASAP-Thanks

2006-02-01 Thread Mike Edenfield
arun kumar wrote: Hi, When i execute the Nant build file,its showing the following error *BUILD FAILED*- 0 non-fatal *error*(s), 1 warning(s) INTERNAL *ERROR* System.IO.FileLoadException: The located assembly 'nunit. core' is not strongly named. File name: nunit.core When you say The Nant