Re: [Nant-users] custom task not being recognized with NAnt 0.8.2

2003-11-27 Thread Vivek P
thanks Ian, that worked. I wasn't aware of the namespace changes between 0.8.2 and 0.8.3 Vivek --- reply of Vivek P wrote: Hi, I was using NAnt 0.8.3 for which i created a custom task and am using it just fine. However, I am now forced to use NAnt 0.8.2 because of the current build process we

RE: [Nant-users] comnand line targets

2003-11-27 Thread Boome, Stephan
Hi What you have described is what I want but I want to pass the targets that were specified on the Command Line on the build file, so I did NAnt -f:buildall.build clean Deploy then it would look like this if I did NAnt -f:buildall.build release Build then the task would look like this how

RE: [Nant-users] comnand line targets

2003-11-27 Thread Nicklas Norling
Hi. The task supports passing more then one target. Would work? Or did I missunderstand your question? You can also set properties and look at them later in the targets. The documentation shows greate examples on this. /Nicke > -Original Message- > From: Boome, Stephan [mailto:[EMAIL

Re: [Nant-users] Solution task not copying referenced dlls to output dir

2003-11-27 Thread Harvey Green
I upgraded to the latest nightly build... nant-20031127.zip works well now... Thanks, Harvey Gert Driesen wrote: I suggest upgrading to one of the recent nightly builds (http://nant.sourceforge.net/nightly/builds) as these tend to be more stable than the 0.8.3 release ... Gert

[Nant-users] comnand line targets

2003-11-27 Thread Boome, Stephan
I have several nant build files for my solutions that when I build under certain conditions I like to pass in two targets e.g NAnt clean Deploy I then have a top level Build file that uses the NAnt task to call the lower level solution build files I have, I would like to do the same Targets fo

Re: [Nant-users] Solution task not copying referenced dlls to output dir

2003-11-27 Thread Gert Driesen
I suggest upgrading to one of the recent nightly builds (http://nant.sourceforge.net/nightly/builds) as these tend to be more stable than the 0.8.3 release ... Gert - Original Message - From: "Harvey Green" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Cc: "Nicklas Norling" <[EMAIL PROTECT

Re: [Nant-users] Solution task not copying referenced dlls to output dir

2003-11-27 Thread Harvey Green
Hi, I'm running 0.8.3 ... the latest stable build I'm running 1.0 of .NET and Visual Studio.NET 2002 I've got around the problem for the time being by using the "exec" task and running the devenv.exe direct ... it seems a bit clunky but its working fine anyway... Regards, Harvey Nicklas Nor

RE: [Nant-users] Solution task not copying referenced dlls to out put dir

2003-11-27 Thread Nicklas Norling
Hi. What version are you runing? I'm using both file and project references in a 30-ish project large solution file and appropriate dll's are copied as they should. If you are not running the latest nightly build, you could try using it. /Nicke > -Original Message- > From: Harvey Green