[Nant-users] projects and debugging

2003-10-22 Thread Marion Nalepa
files, there was a makefile project that worked, I'm looking for something equivalent for a Nant build project. -- Marion Nalepa -- "There are 10 different kinds of people in this world -- those who understand binary and those who don't." ---

[Nant-users] Nant Link task issue...

2003-10-20 Thread Marion Nalepa
I'm using Nant to build a C++ project, and the one example I could find shows all the lib files listed with the task, like this my question is -- what's the difference between the 'options' parameter on the link task and the arg (Array) nested element. Could the libs be listed with the arg arr

Re: [Nant-users] trouble building Nant

2003-10-18 Thread Marion Nalepa
al Message - >From: "Marion Nalepa" <[EMAIL PROTECTED]> >To: <[EMAIL PROTECTED]> >Sent: Friday, October 17, 2003 3:52 PM >Subject: [Nant-users] trouble building Nant > > >> I'm having trouble building Nant from the nitely build download.

[Nant-users] trouble building Nant

2003-10-17 Thread Marion Nalepa
I'm having trouble building Nant from the nitely build download. Its failing on the: [nant] tests/NAnt.VisualCpp/NAnt.VisualCpp.build test Buildfile: file:///C:/apps/nant/tests/NAnt.VisualCpp/NAnt.VisualCpp.build Target(s) specifie

[Nant-users] trouble building Nant

2003-10-17 Thread Marion Nalepa
LOCALS~1\Temp\Tests.NAnt.VisualCpp.Tasks.ClTaskTest_HelloWorld\test.build(3,22): External Program Failed: cl (return code was 2) ... much more follows. Am I missing a setup step, or perhaps missing a config parameter or something? -- Marion Nalepa -- "

[Nant-users] C++ Project

2003-10-14 Thread Marion Nalepa
Are there any examples of ATL or ATL/WTL C++ projects being built with NAnt? Anybody have a build file they'd be willing to share to give me a starting point? -- Marion Nalepa -- "There are 10 different kinds of people in this world -- those who understand binary and those

[Nant-users] support for property files ?

2003-10-14 Thread Marion Nalepa
I'm wondering if there is an equivalent ability in NAnt to Ant's property file feature: Specifically, in Ant you can load properties from an external file such as: where this file contains name/value pairs like: prop1=value1 prop2=value2 ... This is immensely useful t