Gert, thanks for applying my first patch. After examining your changes, I now
understand why the webmap attribute did not add any value.
I did come across two little problems that kept the solution task from working
properly. I've fixed these in the enclosed patch. Can someone apply it for me?
Thanks
-------------------------------------
Tom Cabanski, President
Objective Advantage, Inc.
http://www.oai.cc <http://www.oai.cc>
Phone: +1-281-348-2517x15
cvs diff (in directory C:\cvsroot\nant\src\NAnt.VSNet\)
cvs server: Diffing .
Index: NAnt.VSNet.csproj
===================================================================
RCS file: /cvsroot/nant/nant/src/NAnt.VSNet/NAnt.VSNet.csproj,v
retrieving revision 1.5
Index: Resource.cs
===================================================================
RCS file: /cvsroot/nant/nant/src/NAnt.VSNet/Resource.cs,v
retrieving revision 1.12
diff -r1.12 Resource.cs
237d236
< rt.ToDirectory = Path.GetDirectoryName(strInFile);
cvs server: Diffing Tasks
cvs server: Diffing Types
Index: Types/WebMapCollection.cs
===================================================================
RCS file: /cvsroot/nant/nant/src/NAnt.VSNet/Types/WebMapCollection.cs,v
retrieving revision 1.1
diff -r1.1 WebMapCollection.cs
78c78
< if (value.Equals(WebMap.Path)) {
---
> if (value.Equals(WebMap.Url)) {
***** CVS exited normally with code 1 *****