Does anyone use the NAnt task? I need to use it and
I keep getting errors. If I setup my NAnt project like:
http://localhost:21234/CruiseManager.rem"/>
I get:
*
[launchccnetbu
Well,
I run Nant from a network location
//buildserver/nant
And the funny thing is CruiseControl is able to pass parameters over the com=
mand-line
fine. But when I try to invoke Nant locally (using the network share), I ge=
t the
below error.
It worked fine previously, just the upgrade from
Ashish,
As with your earlier questions, this is almost certainly not NAnt
specific, but is related instead to the command line NAnt uses when
calling the compiler. You would probably get the same kind of problem
with any other build tool (e.g. a batch file, nmake, etc.).
With any problem wh
Thatcher,
That depends on the multiplicity of the nested build element.
A) 0...1
To expose a nested build element, the type of the property that backs the
nested element must derive from NAnt.Core.Element, and a
BuildElementAttribute must have been applied to it.
* Example:
=
using NAnt