RE: [Nant-users] solution task: printing out the postbuildevent

2005-11-14 Thread Gert Driesen
Steve, Can you submit a bug report for this, so we don't lose track of this ? Thanks, Gert > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of > Steve Burkett > Sent: donderdag 10 november 2005 22:21 > To: nant-users@lists.sourceforge.net > Subject:

[Nant-users] Another .dll reference resolution (hintpath?) problem

2005-11-14 Thread Gary Feldman
Our NAnt builds started failing after I installed and played with CruiseControl.Net. The specific problem was that NAnt was pickup up log4net.dll for some of our projects from the one in the Temporary ASP.Net folder (sound familiar?). This is in spite of the fact that Visual Studio on the sam

[Nant-users] Re: [Nant-users] £100 Cash offered for a resolution to the Issue with large nant project build file re buildin g each inner project

2005-11-14 Thread Martin Gainty
Good Morning MattThis will execute the tasks in the target ONLY IF the library out.dll is older than 24 hours  if="${datetime::now() - file::get-last-write-time('out.dll')) > timespan::from-hours(24)}">...Cheers from across the pond,Martin Gainty   (001)617-852-7822- Original Messag

Re: [Nant-users] solution task: printing out the postbuildevent

2005-11-14 Thread Gary Feldman
Steve Burkett wrote: Hello, easy question: How do I get the solution task to print out what exact post build event failed? [solution] Starting solution build. [solution] Building 'Workflow.Provider' [release]... [solution] PostBuildEvent failed with exit code = 1 [solution] Build failed.