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
y 21, 2008 11:49 AM To: Sébastien Filion Cc: nant-users@lists.sourceforge.net Subject: Re: [NAnt-users] Solution Tasks and post-build-event... 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 Fili

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