> My understanding was that this release supported VS 2005. Am I missing something here? > [solution] Starting solution build. > Microsoft Visual Studio.NET 2005 solutions are not supported.
While NAnt itself will run under the 2.0 platform, the <solution /> task does not understand VS 2005 solution files. You can, however, build those apps by calling MSBuild from the <exec /> task, or by building the individual projects using the appropriate compiler. It works fine. ------------------------------------------------------- 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 Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ NAnt-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/nant-users
