Hello,

I see that each web project requires a map now.

It is convenient to allow partial project URL mappings, so that your
example would be simplified to:

<solution ...>
    <webmap>
        <map url="http://localhost"; path="c:\inetpub\wwwroot"/>
    </webmap>
</solution>

This way, one can add/remove web projects without having to update the
maps.
Note: This is the way the Slingshot mappings are implemented.

Best regards,

Bernard

-----Original Message-----
From: Tom Cabanski [mailto:[EMAIL PROTECTED] 
Sent: Thursday, July 31, 2003 3:45 PM
To: [EMAIL PROTECTED]
Subject: [nant-dev] Patch for fixes and new features
[...]


Per Matthew's suggestion, the webmap is now a tag in the solution.  For
example:

<solution ...>
    <webmap>
        <map url="http://localhost/a/a.csproj
path="c:\inetpub\wwwroot\a\a.csproj"/>
        <map url="http://localhost/b/b.csproj
path="c:\inetpub\wwwroot\b\b.csproj"/>
    </webmap>
</solution>

[...]


-------------------------------------------------------
This SF.Net email sponsored by: Free pre-built ASP.NET sites including
Data Reports, E-commerce, Portals, and Forums are available now.
Download today and enter to win an XBOX or Visual Studio .NET.
http://aspnet.click-url.com/go/psa00100003ave/direct;at.aspnet_072303_01/01
_______________________________________________
nant-developers mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/nant-developers

Reply via email to