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."
---
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
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.
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
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
--
"
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
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