RE: [Nant-users] devenv and nant yield different build results

2005-02-07 Thread patrick . oor
CTED]         cc:                 Subject:        RE: [Nant-users] devenv and nant yield different build results         Classification:         Patrick,   Can you send me a small repro for that ?  Are you building both in the same build configuration ? Are you using the task ?   Gert   From: [EMAIL PROTECTED

Re: [Nant-users] devenv and nant yield different build results

2005-02-07 Thread patrick . oor
Please respond to dotnetguy                 To:        nant-users@lists.sourceforge.net         cc:        (bcc: Patrick Oor/EHV/TASS/PHILIPS)         Subject:        Re: [Nant-users] devenv and nant yield different build results         Classification:         That's a tough question. What

RE: [Nant-users] devenv and nant yield different build results

2005-02-07 Thread Ryan Davis
gt; 02/07/2005 03:45 PM                 To:        Patrick Oor/EHV/TASS/[EMAIL PROTECTED]         cc:                 Subject:        RE: [Nant-users] devenv and nant yield different build results         Classification:         Hi Patrick,   What project type

RE: [Nant-users] devenv and nant yield different build results

2005-02-07 Thread patrick . oor
c:                 Subject:        RE: [Nant-users] devenv and nant yield different build results         Classification:         Hi Patrick,   What project types are you using (C#, VB, C++, ...) ? What difference are you noticing ?  What version of NAnt are you using ?   Gert From: [EMAIL

Re: [Nant-users] devenv and nant yield different build results

2005-02-07 Thread Brad Wilson
That's a tough question. What DEVENV does internally is a bit of a mystery, since Microsoft doesn't provide the source code for it. You can always call DEVENV from within NAnt. There's nothing binding you to using the task or some XSL-T transform, unless your goal is to remove Visual Studio from

RE: [Nant-users] devenv and nant yield different build results

2005-02-07 Thread Gert Driesen
-users@lists.sourceforge.netSubject: [Nant-users] devenv and nant yield different build results Hi folks, My current development project uses a Perl script, which invokes devenv to build solutions in the correct order. I am investigating the use of NAnt as an alternative. However, I cannot

[Nant-users] devenv and nant yield different build results

2005-02-07 Thread patrick . oor
Hi folks, My current development project uses a Perl script, which invokes devenv to build solutions in the correct order. I am investigating the use of NAnt as an alternative. However, I cannot generate the same dll with NAnt as with devenv :-( I have tried different ways to generate my build s