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