Re: [NAnt-users] Solution Tasks and post-build-event...

2008-01-21 Thread Jay Flowers
Sébastien, What is the error? Could it be that the current working directory is different when called from NAnt? Jay On 1/21/08, Sébastien Filion <[EMAIL PROTECTED]> wrote: > > Hi, > > > > I currently try to compile an assembly using the solution task of nant. > > > > It works fine for almost a

Re: [NAnt-users] Solution Tasks and post-build-event...

2008-01-21 Thread Sébastien Filion
Hi, I think I found the error... It is because the SolutionDir variable is only defined when opening the project in VisualStudio. So when I try to compile by using the solution task, it crash because this value is not set yet. I found it by checking the nant code where the execep

Re: [NAnt-users] Solution Tasks and post-build-event...

2008-01-21 Thread Gert Driesen
Hey Sébastien, Do you have a repro for this that you can share? Gert _ From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Sébastien Filion Sent: maandag 21 januari 2008 14:59 To: nant-users@lists.sourceforge.net Subject: [NAnt-users] Solution Tasks and post-build-event...

[NAnt-users] Solution Tasks and post-build-event...

2008-01-21 Thread Sébastien Filion
Hi, I currently try to compile an assembly using the solution task of nant. It works fine for almost all my assemblies. But the ones who contain a post build event failed every time. I use this version of nant: nant-0.85-rc2. I compile a visual Studio 2003 C# project. Is someone

Re: [NAnt-users] Build doesn't catch errors

2008-01-21 Thread Roebuck, Alex
By default, the Nant exec tasks uses the return value of the executable to determine the result. What is the return value of aspnet_compiler.exe with your deliberate compile time error? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Chris Sent: Sunday, J