[NAnt-users] Using the task

2007-06-19 Thread Mike Frederick
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

Re: [NAnt-users] Unable to pass in values over cmd-line -D option

2007-06-19 Thread Patrick Escarcega
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

Re: [NAnt-users] serious problem

2007-06-19 Thread Richard.Foster
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

Re: [NAnt-users] Creating custom Nant Tasks

2007-06-19 Thread Gert Driesen
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