Re: [NAnt-users] .CAB files creation with NAnt

2006-10-27 Thread Bonio Lopez
Hi, you can use exec task and start devenv.com yourproj.vdproj /build release. Regards, Boni From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Juan Carlos Becerra IreneSent: Freitag, 27. Oktober 2006 00:09To: nant-users@lists.sourceforge.netSubject: [NAnt-users] .CAB files

[NAnt-users] .CAB files creation with NAnt

2006-10-26 Thread Juan Carlos Becerra Irene
Hello Everybody,I'm trying to create an automated build for one of our projects. Right now I'm using the task and it's working fine for C# projects.The problem I have is with .VDPROJ projects, in my case these projects just create a couple of .CAB files. Does anybody know what is the best way to c