Re: [Nant-users] References to wrapped Active-X control fail

2004-04-27 Thread Gert Driesen
Denis, I would advise you to use a recent nightly build (http://nant.sourceforge.net/nightly/builds) as I fixed some issues in this area post-0.84. Using the recent nightly build, you shouldn't have to manually execute the and tasks. Let me know if you have any problems (and provide a repro).

[Nant-users] References to wrapped Active-X control fail

2004-04-27 Thread Denis Howe
I've got some C# which builds fine in Visual Studio but not in NAnt. My file AVDB.csproj refers to Windows Media Player 9: I thought the AxWMPLib ref was supposed to make the WMP Active-X control types available, but the line: private AxMicrosoft.MediaPlayer.Interop.AxWindowsMediaPlay

[Nant-users] after fails

2004-04-27 Thread Merrill Cornish
I'm running NAnt 0.84. If I do a CVS checkout with a target, it works. The only unusual thing about my check out request is that I've requesting a sub-project of the CVS repository rather than the entire repository project. If I follow the above with a second run of NAnt doing (which should

[Nant-users] Why is propertyexists deprecated?

2004-04-27 Thread Gary Feldman
Why is propertyexists deprecated for the if and related tasks? Is really an improvement on I don't think so. I understand why the test syntax has been added, and I have no problem with using that syntax when needed. Indeed, if that had been done first, I never would have suggested the more

RE: [Nant-users] Need capability from

2004-04-27 Thread James Geurts
Unless I actually become social and leave the house after work, I'm planning on implementing this probably tonight or later this week. :) Jim > Thanx for your quick response to this. Can you give me any idea at all > as to how long it should take for you to add this? > > TIA > > Michael. > > >

RE: [Nant-users] Need capability from

2004-04-27 Thread Michael A. Angelo
In the mean time, can anyone tell me how they may be doing this now? I have generic components that I need to install to the GAC. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of James Geurts Sent: Monday, April 26, 2004 6:20 PM To: 'Michael A. Angelo'; [EM

RE: [Nant-users] Need capability from

2004-04-27 Thread Michael A. Angelo
Thanx for your quick response to this. Can you give me any idea at all as to how long it should take for you to add this? TIA Michael. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of James Geurts Sent: Monday, April 26, 2004 6:20 PM To: 'Michael A. Ange

RE: [Nant-users] unexpected ${nant.project.buildfile} behaviour

2004-04-27 Thread Jo De Greef
Title: Message Thank you for the quick response. I am using an old nightly build so I guess it's time to start using a more recent one.   -Jo   -Original Message-From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: dinsdag 27 april 2004 13:36To: [EMAIL PROTECTED]; [EMAIL PROTEC

RE: [Nant-users] unexpected ${nant.project.buildfile} behaviour

2004-04-27 Thread Bill.Martin
Title: Message What version of NAnt are you using?  This was a bug a few weeks ago that Gert kindly fixed where properties were evaluated in teh context of the "shelled" NAnt instance rather than the master instance.  It works in the current nightly builds.   Cheers,   Bill   -Origina

[Nant-users] unexpected ${nant.project.buildfile} behaviour

2004-04-27 Thread Jo De Greef
Title: Message Hi all,   I have one build file (called master.build) that uses the task:           When I check the value of ${parentBuildfile} inside slave.build, the value is "c:\projects\slave.build" instead of "c:\projects\master.build". Is this i