RE: [Nant-users] Nant on a Mac

2004-10-24 Thread Gert Driesen
Dallas, I don't think you're really missing something. The NAnt 0.85 (binary) nightly builds should work on Mono out of the box. However, none of the NAnt developers have access to a Mac so we can't really test NAnt on mac. I'd advise you to put detailed information of your experience with a rec

RE: [Nant-users] 10/20 Nightly build: Unexpected attribute "baseDir" on element .

2004-10-24 Thread Craig Eddy
That was it. I swear I tried both and in my original build file it is all lower case. But I was not aware that the attributes were case-sensitive so that info was helpful! :) Craig -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Gert Driesen Sent: Sunda

RE: [Nant-users] Writing a custom function using VB script

2004-10-24 Thread Gert Driesen
Hi Eduardo, That function was indeed not exposed to build authord. I fixed this now, and it should be available in the next nightly build. Sorry for causing confusion. Gert From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Eduardo Gar

RE: [Nant-users] Writing a custom function using VB script

2004-10-24 Thread Eduardo Garcia-Prieto
Title: RE: [Nant-users] Writing a custom function using VB script Thanks Gert, That will help! I am using a recent nightly build, however I didn't know about fileversioninfo::get-version-info().  I just had another look at the online documentation and I noticed that the function is not cur

Re: [Nant-users] Build file autmation using Slingshot !!

2004-10-24 Thread SoftEngg SoftEngg
Hi Matt,   Thanks a ton for explaining how to build solution with NUnit and giving a example. Highly appreciated. I will try my hands on it and inform you offline whether I am successful or not. Thanks! CheersMatt Ward <[EMAIL PROTECTED]> wrote: Hi,Here's an example of using an NUnit task and build

[Nant-users] Nant on a Mac

2004-10-24 Thread Dallas Hockley
G'day all, I've been trying to get NAnt to either work from the binary or build from the source on mono 1.0.2 on Mac OS X 10.3. I've not had any luck. Building (or trying to) results in the following: make linux-bootstrap-nant.dotnet mcs -target:library -define:MONO -debug -o bin/NAnt.DotNet

RE: [Nant-users] Writing a custom function using VB script

2004-10-24 Thread Gert Driesen
Hi Eduardo, Function is a reserved keyword in VB, therefor you need to escape it by surrounding it with braces : <[Function]("get-file-version-string-vb")> _ Public Function . By the way, you no longer need to define functions for accessing a file's version yourself: in very

RE: [Nant-users] Building C++ Projects -- RuntimeTypeInfo option...

2004-10-24 Thread Gert Driesen
Hi Jeff,   I've now commit that change to cvs.    Thanks !!   Gert From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Jeff McMahonSent: vrijdag 22 oktober 2004 18:54To: [EMAIL PROTECTED]Cc: [EMAIL PROTECTED]; [EMAIL PROTECTED]Subject: [Nant-users] Building C

RE: [Nant-users] 10/20 Nightly build: Unexpected attribute "baseDir" on element .

2004-10-24 Thread Gert Driesen
Eddy, NAnt is case-sensitive, so you use "basedir" instead. Hope this helps, Gert From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Craig Eddy Sent: vrijdag 22 oktober 2004 0:40 To: [EMAIL PROTECTED] Subject: [Nant-us

RE: [Nant-users] New to Nant - Nant build failed

2004-10-24 Thread Gert Driesen
George, This was a minor issue in the 0.84 release that has been fixed long since. You can safely ignore that error, or try a recent nightly build (http://nant.sourceforge.net/nightly/build). Hope this helps, Gert From: [EMAIL PROTECTED] [mailto:[EM

[Nant-users] Building C++ Projects -- RuntimeTypeInfo option...

2004-10-24 Thread Jeff McMahon
Hi all,       When I build my VC++ (not managed) projects with Nant (latest Oct 21 build) I kept getting several of the following warnings…      [cl] d:\PDS\Takara\Release\Lib\data\IPrimitive.h(84) : warning C4541: 'dynamic_cast' used on polymorphic type 'DA P:

[Nant-users] 10/20 Nightly build: Unexpected attribute "baseDir" on element .

2004-10-24 Thread Craig Eddy
I get this message when running a buildfile with a having a baseDir attribute. I hate having to copy the directory name into each of the elements, but that’s what I did to work around this:   Unexpected attribute "baseDir" on element .