Re: [NAnt-users] csc task in NAnt

2006-07-11 Thread Gert Driesen
- Original Message - From: "Bob Mixon [SPS MVP]" <[EMAIL PROTECTED]> To: Sent: Wednesday, July 12, 2006 5:40 AM Subject: [NAnt-users] csc task in NAnt > > Greetings all, > > I have an assembly that is installed in the GAC, with a strong keypair. > When I compile this assembly in the .N

[NAnt-users] displaying custom tasks in the intellisense view.

2006-07-11 Thread Ramya Niranjan
Hello,   I have created a couple of custom tasks and they are working fine. I need to display the tasks and the corresponding attributes in the intellisense window in VS.NET 2003 IDE. Could any one tell me how to go about with this?   Thanks and Regards, N

[NAnt-users] csc task in NAnt

2006-07-11 Thread Bob Mixon [SPS MVP]
Greetings all, I have an assembly that is installed in the GAC, with a strong keypair. When I compile this assembly in the .NET IDE, everything work as expected and I can install it in the GAC without incident. However, when I use the csc task to compile the assembly, I am unable to install it

[NAnt-users] turning off the /mktyplib203 option in the solutiuon task

2006-07-11 Thread Ken . Rentz
I have a solution that consists of about 40 different projects.  One of them is a COM dll who'se vcproj file uses the midl compiler.  for some reason, the solution task calls the midl compiler with the  /mktyplib203 option which seems to force some sort of compatability mode with MkTypLib.  I don'

Re: [NAnt-users] How to Catch Error in Copy Task

2006-07-11 Thread Gert Driesen
Hi Neal, You build file looks ok. I'll see if I can reproduce your problem. Anyone else noticed issues when copying files from a (administrative) share ? Gert > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf > Of NealWalters > Sent: dinsdag 11 juli

Re: [NAnt-users] How to Catch Error in Copy Task

2006-07-11 Thread NealWalters
The word "fail" or "failover" is nowhere in my script. Does that mean I'm sure? I'm not familiar with failover. Here's my entire NANT file:

[NAnt-users] Solution task fails

2006-07-11 Thread Bonio Lopez
Dear all, I have following problem using solution task on com server project. Devenv XXX.sln /build debug works. Any idea? Thanks, [solution] Starting solution build. [solution] Building '' [Debug] ... [midl] Processing C:\\\.i

Re: [NAnt-users] How to Catch Error in Copy Task

2006-07-11 Thread Gert Driesen
> -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf > Of NealWalters > Sent: dinsdag 11 juli 2006 19:39 > To: nant-users@lists.sourceforge.net > Subject: [NAnt-users] How to Catch Error in Copy Task > > > Is there a way to catch/detect errors on the "

Re: [NAnt-users] /rcw option missing from axim command

2006-07-11 Thread Gert Driesen
Hi David, I've fixed this issue in cvs. Try using the next nightly build (let me know if you need this urgently), or wait for 0.85 RTM. Thanks for the report ! Gert > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf > Of Shaber, David (Adecco Tech - B

[NAnt-users] How to Catch Error in Copy Task

2006-07-11 Thread NealWalters
Is there a way to catch/detect errors on the "copy" task? I use the following to copy files from my notebook to a server. When the server was rebooted, the copy failed. When I copied the directory from which I was copying into a Windows Explorer windows, then I needed to sign-on. So I know th

Re: [NAnt-users] include targets cannot be referred by depends

2006-07-11 Thread Gary Feldman
Igor Antonacci wrote: > Hi All, > I'm using but, whenever I try to reference any target in the > include file from "external" build file (thru the > depends attribute) nant is throwing an exception > saying it can't find the target referenced. > > Am I in mistake or is there a bug around ? > Ar

[NAnt-users] include targets cannot be referred by depends

2006-07-11 Thread Igor Antonacci
Hi All, I'm using set to true). Any help ? Thanks. Igor Chiacchiera con i tuoi amici in tempo reale! http://it.yahoo.com/mail_it/foot/*http://it.messenger.yahoo.com - Using Tomcat but need to do more? Need to support we

[NAnt-users] /rcw option missing from axim command

2006-07-11 Thread Shaber, David (Adecco Tech - Boise)
Hello,   I am building a large solution using the solution task. We recently moved to from RC3 to RC4 and when the aximp command is called by RC4 the /rcw option is missing. This causes a runtime error. When using the solution task in RC3 this works correctly. I cannot release any of the

Re: [NAnt-users] Bug or feature?

2006-07-11 Thread Gary Feldman
Bonio Lopez wrote: > Dear all, > Following build file fails with " > Expression: SOFTWARE\Microsoft\VisualStudio\${vs_version}\InstallDir > ^^ > Property 'vs_version' has not been set. > " > > But if remove 'xmlns="http://nant.sf.net/

[NAnt-users] Bug or feature?

2006-07-11 Thread Bonio Lopez
Dear all, Following build file fails with " Expression: SOFTWARE\Microsoft\VisualStudio\${vs_version}\InstallDir ^^ Property 'vs_version' has not been set. " But if remove 'xmlns="http://nant.sf.net/schemas/nant.xsd";' then it work

[NAnt-users] Compile nant using ngen

2006-07-11 Thread Bonio Lopez
Dear all, Just wanted to let you know that nant runs much faster on my machine, after I have compiled nant.exe and most of nant tasks using ngen. With best regards, Boni - Using Tomcat but need to do more? Need to support w