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.

Verbose=”true” didn’t seem to help.

I frequently have better luck with the -v command line option to NAnt than adding the verbose attribute to a task invocation.

PostBuildEvents can fail for a number of reasons, one of which is when NAnt doesn't implement a Visual Studio macro that's being used by the event.

Gary




-------------------------------------------------------
SF.Net email is sponsored by:
Tame your development challenges with Apache's Geronimo App Server. Download
it for free - -and be entered to win a 42" plasma tv or your very own
Sony(tm)PSP.  Click here to play: http://sourceforge.net/geronimo.php
_______________________________________________
Nant-users mailing list
Nant-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nant-users

Reply via email to