I am trying to create a build file for my VS.NET 2003 solution that includes a few web projects. The Solution and the projects are bound to VSS (source control).

I specified the <webmap> , mapped the url to the project files to the file folders. But, I still get an error

Error checking whether 'http://localhost/Folder/XXX.XXX.Web.csproj' is an enterprise template project.
The data at the root level is invalid. Line 1, position 1.


The snippet from the build file is as shown below
<solution solutionfile="${Solution.Filename}" outputdir="${Build.Debug.OutputFolder}\" configuration="${Solution.Debug.Configuration}">
<webmap>
<map url="http://localhost/Folder/XXX.XXX.Web.proj"; path="D:\Projects\Folder\XXX.XXX.Web\XXX.XXX.Web.proj" />


   </webmap>
                </solution>

Any help in resolving the issue is appreciated. Note: When I try use slingshot to generate the build file from the sln file it also errors out.

Thanks

_________________________________________________________________
MSN Toolbar provides one-click access to Hotmail from any Web page � FREE download! http://toolbar.msn.click-url.com/go/onm00200413ave/direct/01/




-------------------------------------------------------
This SF.Net email is sponsored by BEA Weblogic Workshop
FREE Java Enterprise J2EE developer tools!
Get your free copy of BEA WebLogic Workshop 8.1 today.
http://ads.osdn.com/?ad_id=4721&alloc_id=10040&op=click
_______________________________________________
Nant-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/nant-users

Reply via email to