RE: [Nant-users] Util Namespace Not Found

2004-11-17 Thread Gert Driesen
hmmm, you're right. Didn't think of that yet.   I'll try to fix it later today.   Thanks !   Gert From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Aaron ElderSent: donderdag 18 november 2004 3:39To: Castro, Edwin Gabriel (Firing Systems Engr.); [EMAIL PROTECTE

[Nant-users] [Help][Nant User][Create Tag/Label after VSS Checkout][Connect VSS Server Machine using NANT script]

2004-11-17 Thread Sanjoy
Dear All, I have following VSSget script in my my NANT build script. 1. After geting the source code out of the VSS I want to create a label in VSS source [Like creating a tag in CVS]. So that in future reference I could use the tag /label to get that particular code on which the

[Nant-users] exception 0x80005006

2004-11-17 Thread Yi Wen
Hi, When I tried to use makeiisdir, I gt such error messages: C:\eApp\Source\Current\AFTWeb.build(358,10): Error creating virtual directory 'test' on 'localhost:80'.: NAnt.Core.BuildException: C:\eApp\Source\Current\AFTWeb.build(358,10): Error creating virtual directory 'test' on 'localhost:80'. --

RE: [Nant-users] Util Namespace Not Found

2004-11-17 Thread Aaron Elder
So, using the verbose NAnt setting, I got to see what it was passing to CSC.Exe – It turns out that this issue reproduces outside of the NAnt environment.  That being said, the fix is to tell NAnt to include the /noconfig option – This is because there is a Util Class in one of the default

RE: [Nant-users] Util Namespace Not Found

2004-11-17 Thread Castro, Edwin Gabriel (Firing Systems Engr.)
Although I have not been able to track down the problem… I have the feeling that this is some how related to some form of ambiguity. I imagine that NAnt is somehow referencing assemblies in a way that is not consistent with VS.NET. Perhaps one of the referenced assemblies (might be a .NET F

[Nant-users] Util Namespace Not Found

2004-11-17 Thread Aaron Elder
Hey all,   I am brand spanking new to NAnt, but I have been able to get basic CS projects building.  One problem I have run into is with a project of mine that has a class called “Util” – After searching around; it appears others are having the same problem.   The problem is that when I

RE: [Nant-users] Problem with Move task, overwrite doesn't work?

2004-11-17 Thread Castro, Edwin Gabriel (Firing Systems Engr.)
J   From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Gert Driesen Sent: Wednesday, November 17, 2004 1:36 PM To: 'Felice Vittoria'; [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: RE: [Nant-users] Problem with Move task, overwrite doesn't work?   I could ofcourse

RE: [Nant-users] Problem with Move task, overwrite doesn't work?

2004-11-17 Thread Gert Driesen
I could ofcourse always use : please send a diff for the fix ... From: Felice Vittoria [mailto:[EMAIL PROTECTED] Sent: woensdag 17 november 2004 21:27To: Gert Driesen; [EMAIL PROTECTED]; [EMAIL PROTECTED]Subject: RE: [Nant-users] Problem with Move task, overwrite doesn't wo

RE: [Nant-users] Problem with Move task, overwrite doesn't work?

2004-11-17 Thread Castro, Edwin Gabriel (Firing Systems Engr.)
I second that motion! J   Edwin   From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Felice Vittoria Sent: Wednesday, November 17, 2004 12:27 PM To: Gert Driesen; [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: RE: [Nant-users] Problem with Move task, overwrite doesn

RE: [Nant-users] Problem with Move task, overwrite doesn't work?

2004-11-17 Thread Felice Vittoria
Gert,   I agree ... along with "can you send a small repro"  :)   Felice -Original Message-From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]On Behalf Of Gert DriesenSent: Wednesday, November 17, 2004 2:15 PMTo: [EMAIL PROTECTED]; [EMAIL PROTECTED]Subject: RE: [Nant-us

RE: [Nant-users] Problem with Move task, overwrite doesn't work?

2004-11-17 Thread Gert Driesen
Brian,   That issue was fixed since the 0.84 release. Try using a recent nightly build (http://nant.sourceforge.net/nightly/builds).   Gert   PS. I should consider putting that line in my signature ;-) From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of [EMAIL

Re: [Nant-users] Problem with Move task, overwrite doesn't work?

2004-11-17 Thread Merrill Cornish
Brian, Sometimes system error messages are generic to the point of being useless. The "file already exists" may be actually indicating something else. Can you do the move manually from the command line? Does the destination directory aleady exist? (It probably needs to be there.) Is the

[Nant-users] Problem with Move task, overwrite doesn't work?

2004-11-17 Thread Brian . Rogers
I'm having some trouble using the Move task under 0.84. I specify the move as overwrite="true", but when the file already exists in the destination, I get "Cannot create a file when that file already exists.".  Seems like setting the overwrite propery should have allowed me to overwrite the

RE: [Nant-users] Problem referencing System.Web.Dll using solution build

2004-11-17 Thread Gert Driesen
Hi Paul, What version of Nant are you using ? Can you try using a recent nightly build (http://nant.sourceforge.net/nightly/builds) as lots of issues have been fixed since the 0.84 release. Gert > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of >

[Nant-users] Problem referencing System.Web.Dll using solution build

2004-11-17 Thread Paul Ingles
Hi, Apologies if this is something I'm misunderstanding, but I've not come across an answer in the mail archives. This may also be a little over-long, but I want to make sure I give as much info as possible. We're looking to move towards continuous integration and I'm working on getting CruiseCon

RE: [Nant-users] is unable to load assembly

2004-11-17 Thread Gert Driesen
Roman, Can you provide us a small repro for this ? Gert > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of > Roman Semenov > Sent: woensdag 17 november 2004 18:08 > To: [EMAIL PROTECTED] > Subject: [Nant-users] is unable to load assembly > > Hell

[Nant-users] is unable to load assembly

2004-11-17 Thread Roman Semenov
Hello, recently I noticed one interesting problem with task. In my build script this task sometimes fails with the next message: == [ndoc] Writing project settings to 'C:\DOCUME~1\ADMINI~1.ROC\LOCALS~1\Temp\tmp11CB.tmp'. [ndoc] NDoc pr

RE: [Nant-users] Report: Upgrade from May version to Novemeber version

2004-11-17 Thread Gert Driesen
> -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of > Stephen Lewis > Sent: dinsdag 16 november 2004 22:16 > To: [EMAIL PROTECTED] > Subject: [Nant-users] Report: Upgrade from May version to > Novemeber version > > I finally upgraded from using 0.8

Re: [Nant-users] Report: Upgrade from May version to Novemeber version

2004-11-17 Thread Thibaut Barrère
Guess your list is a good start for something to include in the final 0.85 release notes :) > (7) Is there a way to determine if a dll is a managed assembly? Not all > my dlls are managed. In the past, running on an unmanaged > assembly would cause it to fail. The expedient solution was to keep

RE: [Nant-users] [HELP][Nant Users][Ziping Files & Sub Folders Content ][Using NANT script]

2004-11-17 Thread Roarke Gaskill
Your include tag needs to look like this: The "**" matches on any directory. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Sanjoy Sent: Wednesday, November 17, 2004 7:07 AM To: [EMAIL PROTECTED] Subject: [Nant-users] [HELP][Nant Users][Ziping Files &

RE: [Nant-users] [HELP][Nant Users][Ziping Files & Sub Folders Content ][Using NANT script]

2004-11-17 Thread Gert Driesen
Try using this : Gert > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of Sanjoy > Sent: woensdag 17 november 2004 14:07 > To: [EMAIL PROTECTED] > Subject: [Nant-users] [HELP][Nant Users][Ziping Files & Sub > Fo

[Nant-users] [HELP][Nant Users][Ziping Files & Sub Folders Content ][Using NANT script]

2004-11-17 Thread Sanjoy
Dear All, I have following nant build script for zipping. I am not able to zip the subfolders and its content in the zip file created. It is only zipping files of base folder. Thanks Sanjoy --

RE: [Nant-users] Failing tasks derived from ExternalProgramBase

2004-11-17 Thread Gert Driesen
> -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of > Stephen Lewis > Sent: donderdag 11 november 2004 23:09 > To: [EMAIL PROTECTED] > Subject: [Nant-users] Failing tasks derived from ExternalProgramBase > > Thanks to Gert for answering my previous

RE: [Nant-users] Problem with resgen inside a task

2004-11-17 Thread Gert Driesen
Brad, This issue should be fixed in the next nightly build. Thanks for the report ! Gert > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of > Brad Wilson > Sent: maandag 15 november 2004 21:08 > To: NAnt Users > Subject: [Nant-users] Problem with r

[Nant-users] Multifile assemblies and nant.

2004-11-17 Thread Mulligan, Patrick M
Howdy:   I am not too clear on how to build a multifile assembly with NAnt.  I have read the MS docs and see the addmodule stuff, but am wondering is anyone has a sample.   So far I was able to invoke csc with the module target and all is well.  However, I assume that I can use the modu