[nant-dev] [ nant-Bugs-1474093 ] solution Interop creation gives delegate mismatch

2006-04-21 Thread SourceForge.net
Bugs item #1474093, was opened at 2006-04-21 11:40 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detailatid=402868aid=1474093group_id=31650 Please note that this message will contain a full copy of

[nant-dev] [ nant-Bugs-1474102 ] solution Interop creation gives delegate mismatch

2006-04-21 Thread SourceForge.net
Bugs item #1474102, was opened at 2006-04-21 11:55 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detailatid=402868aid=1474102group_id=31650 Please note that this message will contain a full copy of

[nant-dev] [ nant-Bugs-1474102 ] solution Interop creation gives delegate mismatch

2006-04-21 Thread SourceForge.net
Bugs item #1474102, was opened at 2006-04-21 11:55 Message generated for change (Settings changed) made by asgerjensen You can respond by visiting: https://sourceforge.net/tracker/?func=detailatid=402868aid=1474102group_id=31650 Please note that this message will contain a full copy of the

[nant-dev] [ nant-Bugs-1474102 ] solution Interop creation gives delegate mismatch

2006-04-21 Thread SourceForge.net
Bugs item #1474102, was opened at 2006-04-21 11:55 Message generated for change (Comment added) made by asgerjensen You can respond by visiting: https://sourceforge.net/tracker/?func=detailatid=402868aid=1474102group_id=31650 Please note that this message will contain a full copy of the comment

[nant-dev] [ nant-Bugs-1474159 ] Call Target and cascade=false prevents target re-execution

2006-04-21 Thread SourceForge.net
Bugs item #1474159, was opened at 2006-04-21 13:50 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detailatid=402868aid=1474159group_id=31650 Please note that this message will contain a full copy of

[nant-dev] [ nant-Bugs-1474236 ] NAnt 85 System.ArgumentException: Illegal characters in path

2006-04-21 Thread SourceForge.net
Bugs item #1474236, was opened at 2006-04-21 09:45 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detailatid=402868aid=1474236group_id=31650 Please note that this message will contain a full copy of

[nant-dev] FW: NAnt Wiki link does not work

2006-04-21 Thread Ahmed, Shabana
Hi All, Is the Wiki link on http://nant.sourceforge.net/broken? Can't get to it. Get the following error: lib/WikiDB/backend/PearDB.php:32: Fatal[256]: Can't connect to database: wikidb_backend_mysql: fatal database error DB Error: connect failed ( [nativecode=Unknown MySQL Server

[nant-dev] The system cannot find the path specified

2006-04-21 Thread Ahmed, Shabana
Has anyone ever encountered this error saying "The system cannot find the path specified" when you try to run any of the examples that come with NANT, like say hello world. I have Nant set up on my pc at c:\nant\0.84. I also set the path in the environment variables to the c:\nant\0.84\bin. I

RE: [nant-dev] The system cannot find the path specified

2006-04-21 Thread Gert Driesen
Ahmed, Please provide a verbose build log (NAnt.exe -verbose). Also, I suggest upgrading to a recent nightly build (http://nant.sourceforge.net/nightly/latest). Gert -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Ahmed, Shabana Sent: vrijdag 21

RE: [nant-dev] The system cannot find the path specified

2006-04-21 Thread Gert Driesen
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Ahmed, Shabana Sent: vrijdag 21 april 2006 18:31 To: Gert Driesen; nant-developers@lists.sourceforge.net Subject: RE: [nant-dev] The system cannot find the path specified I am not sure if this

RE: [nant-dev] The system cannot find the path specified

2006-04-21 Thread Ahmed, Shabana
Title: RE: [nant-dev] The system cannot find the path specified Hi Gert, I have attached the verbose I get when I run annt at the examples directory. Thanks a lot. -Shabana From: Gert Driesen [mailto:[EMAIL PROTECTED]Sent: Fri 4/21/2006 12:38 PMTo: Ahmed, Shabana;

Re: [nant-dev] The system cannot find the path specified

2006-04-21 Thread Gary Feldman
Ahmed, Shabana wrote: I am not sure if this is how I get tot he verbose. But, I got the latest nightly build and this is the error I get. I am still unable to build the examples. Please let me know what u think. Thanks. C:\work\nant\binnant.exe -verbose Offhand, I'd say this is the wrong

[nant-dev] Error on using NAnt

2006-04-21 Thread Sanjiv
Hi Developers,I am using NANT to build my project solution. This solution file contains multiple projects developed in C++, WTL, C#, VB.NET It is giving me following error.

[nant-dev] Internal error: illegal characters in exec call

2006-04-21 Thread Trevor Misfeldt
I got this error with this line: exec program=csc /t:library /platform:x86 /addmodule:../Shared/NMathShared.netmodule /addmodule:../Kernel/NMathKernel.netmodule /out:NMathCore.dll *.cs/ The execution works fine from the command-line. Should I be escaping characters there? BTW, I'm doing this

[nant-dev] Error creating custom task in a script tag

2006-04-21 Thread Samuel Neff
I have this code in my build file which should create a politer XmlPeek task:script language=c# code ![CDATA[ [TaskName(quietxmlpeek)] public class QuietXmlPeekTask : NAnt.Core.Tasks.XmlPeekTask {public override void Log(Level messageLevel, string message) { if (messageLevel !=

[nant-dev] VSSGet via NAnt.Contrib.Tasks

2006-04-21 Thread Marais Righardt
Title: VSSGet via NAnt.Contrib.Tasks Hi I am getting this error message when I try to get latest from VSS of a specific file. ~~~ NAnt 0.85 (Build 0.85.1932.0; rc3; 16/04/2005) Copyright (C) 2001-2005 Gerry Shaw

[nant-dev] vssget - Internal Error

2006-04-21 Thread Michael George
As requested, Im forwarding this error message to you. The file specified in the path attribute is retrieved but then error below is thrown and the build is halted. vssget localpath=${build.script.dir} removedeleted=true replace=true dbpath=\\x\x\srcsafe.ini

[nant-dev] $(ENV_VAR) references in project-file RelativePath attribute

2006-04-21 Thread Harmon Nine
Hello all. Im currently trying to use NAnt as an automated build tool for a project here at Vanderbilt. The code is in C++ and is modified through Visual Studio 7.1. We are using the NAnt solution task in the NAnt build file. A problem occurs using the NAnt solution task under the

[nant-dev] The system cannot find the path specified

2006-04-21 Thread Ahmed, Shabana
Hi All, I am new to NAnt. I am trying to build the HelloWorld example. I have set the PATH in environment variables. I am able to run nant-help and obtain the expected results. Up until this afternoon I was able to even build the HelloWorld example. But when I try to build the same example

Re: [nant-dev] vssget - Internal Error

2006-04-21 Thread Mike Edenfield
Michael George wrote: As requested, I’m forwarding this error message to you. The file specified in the path attribute is retrieved but then error below is thrown and the build is halted. vssget localpath=${build.script.dir}