al Message-
From: Chris Holt [mailto:[EMAIL PROTECTED]
Sent: Wednesday, May 17, 2006 3:19 PM
To: 'Andy Johnstone'; nant-users@lists.sourceforge.net
Subject: RE: [NAnt-users] NANT solution task
Another way to handle this is to use the exec task on devenv.
I am doing this and it
: RE: [NAnt-users] NANT solution task
I'd settle for a release date for the next version :-)
At any rate, VS2005 has MSBuild, so until the solution task is updated for
2005, you could just call MSBuild. this is what I'm doing, and works well.
It also has the advantage of building ALL pro
Deployment projects, which the solution task can't handle for 2003.
Andy
-Original Message-
From: Rodriguez, Adrian [mailto:[EMAIL PROTECTED]
Sent: Wednesday, May 17, 2006 3:05 PM
To: nant-users@lists.sourceforge.net
Subject: [NAnt-users] NANT solution task
Does anyone know when the soluti
Does anyone know when the solution task will be able to build VS 2005
solutions?
---
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Down
Hi There,
I am trying to compile a .csproj file – using the
solution task in a nant buildfile – keeping it very simple
Here are the contents of my buildfile – I am completely
new to this – any assistance would be great
xmlns="http://nant.sf.net/nant.xsd">
I have a VS .NET 2003 solution containing an unmanaged C++ DLL sub-project.
When built using VS, all is fine. Using the Nant task, it builds
the DLL but does not include the resources as specified in the C++ projects
RC file. Does anyone have a workaround / solution for this.
---