[Nant-users] Is my question so difficult?

2004-12-28 Thread Mateusz Loskot
Hi, Forgive me that but I really try to understand if my question I asked some time ago is so hard and difficult that nobody sent some answer or comment? I'm talking about this post: http://sourceforge.net/mailarchive/message.php?msg_id=10258122 I think it may be very interesting for newbies (

[Nant-users] pls solve this

2004-12-28 Thread suresh garre
Hi,   I got an error while building documentaion using NDoc.  I have added both the       .dll and .xml for building documentation.     Building documentation...Initializing...Merging XML documentation...An error occured while trying to build the documentation.   Exception: NDoc.Core.Document

RE: [Nant-users] Error when building with tag but not with VS2003 IDE

2004-12-28 Thread Dante Omar Villarreal
I can try to reproduce this with some sample code since I cannot release any of what I have here and at least one of the COM .dll's involved here is a 3rd. party library. But I also can tell you that I ran the build again with the 'Debug+' output and got the command-line that was executing when the

RE: [Nant-users] Error when building with tag but not with VS2003 IDE

2004-12-28 Thread Dante Omar Villarreal
Now, what if I just call the DevEnv.exe to build the solution instead of using the task? How different is that?Gert Driesen <[EMAIL PROTECTED]> wrote: Dante,   What version of NAnt are you using ?  Can you send me a small repro for both issues ? Gert From: [EMAIL PROTECTED] [mailto:[EMAIL PRO

[Nant-users] web reference

2004-12-28 Thread Kevin Williams
I am trying to build a DLL which has some static web references in it. How do I use the task to compile this correctly? The error I get in files which reference the web service is: CS0118: 'blah.blah.MyWebService' denotes a 'namespace' where a 'class' was expected. -- Scanned for viru

[Nant-users] cvs-export and .cvspass problem

2004-12-28 Thread Ed Howland
Hello, I'm a newbie to NAnt but a long time Ant user. I'm trying to create a build file that will export a tag from CVS and then build that release. I have determined that Sharpcvslib doesn't support the export command. Therefore, I have determined to use TortoiseCVS command line cvs.exe. This

RE: [Nant-users] Error when building with tag but not with VS2003 IDE

2004-12-28 Thread Gert Driesen
Dante,   What version of NAnt are you using ?  Can you send me a small repro for both issues ? Gert From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Dante Omar VillarrealSent: dinsdag 28 december 2004 20:20To: nant-usersSubject: [Nant-users] Error when building w

[Nant-users] Error when building with tag but not with VS2003 IDE

2004-12-28 Thread Dante Omar Villarreal
Right after getting the code from SourceSafe I tried building it with NAnt using the task and got the error described below. However, If I build the solution through the IDE it builds fine. Then if I try building it with NAnt again after building it with the IDE, it builds fine with NAnt. Any idea

Re: [Nant-users] NAnt 0.85 build error

2004-12-28 Thread Jeffrey Rutland
Hi Gert - Leave it to someone else to see a mistyped project name in my build file. Thanks for pointing that out! I must still be on vacation (or else wanting to be, one of the two...) It now works. Thanks a lot!!! Happy holidays. -- Jeff On Tue, 28 Dec 2004 18:13:25 +0100, Gert Driesen <

RE: [Nant-users] NAnt 0.85 build error

2004-12-28 Thread Gert Driesen
> -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of > Jeffrey Rutland > Sent: dinsdag 28 december 2004 18:06 > To: nant-users@lists.sourceforge.net > Subject: [Nant-users] NAnt 0.85 build error > > Hi! > > I was trying to build a solution yesterday

[Nant-users] NAnt 0.85 build error

2004-12-28 Thread Jeffrey Rutland
Hi! I was trying to build a solution yesterday when I ran into problems with WebDAV functionality. I was running NAnt 0.84, and at Gert's suggestion, I got the nightly build of NAnt and NAntContrib. I am now running NAnt 0.85, and I have been updating my build files to reflect the changes in key

Re: [Nant-users] INTERNAL ERROR - System.Net.WebException - (404) Not Found

2004-12-28 Thread Rutland, Jeff
Title: Message Looking at the trace a little closer now (I should have noticed this before) I see the following:  at NAnt.VSNet.WebDavClient.UploadFile(String localFileName, String remoteFileName)   If I am not modifying the "enablewebdav" attribute on the solution, why is this happening? 

Re: [Nant-users] no output from task exec

2004-12-28 Thread Helmut Dipper
Gert Driesen wrote: > > Helmut, > > The name of the program that is executed (and its command line) is indeed no > longer output (in non-verbose mode). > > Would that be a problem for you ? > > Gert Hello Gert, often the commandline is composed of property-values, so to inspect what has been