W
westerdaled
Hi there
For my sins I am responsible for continuous integration of a number of
solutions using CruiseControl.NET. I have the following solution structures:
- Place solution and project files in a single folder structure: I create a
root level solution folder with each project residing in its own subfolder in
this root level folder
- Web Service and ASP.NET projects are created by mapping virtual
directories to
their project folders via an url ( e.g http://localhost/MyWebServiceWS)
- Projects are successfully added to VSS under a newly created solution
folder then I bind the solution to VSS ( so avoiding all the usual traps!)
All well and good however, when any of my developers want to checkout their
solutions from VSS (knowing nothing about the previous virtual mappings) using
VS 2003 and File->Source Control->Open from Source Control; then VS 2003 does
recreate the virtual mappings but this time under c:\Inetput\wwwroot rather
than
recreating the previous project directory structure under the solution root
foler.
Is there anyway arround this using 3rd party addins, Nant, NAntContrib etc.
or is this something I must learn to live with?
Thanks in advance ( incidentally this is my first post) also please let me
know if there is a better discussion group for this type of question.
For my sins I am responsible for continuous integration of a number of
solutions using CruiseControl.NET. I have the following solution structures:
- Place solution and project files in a single folder structure: I create a
root level solution folder with each project residing in its own subfolder in
this root level folder
- Web Service and ASP.NET projects are created by mapping virtual
directories to
their project folders via an url ( e.g http://localhost/MyWebServiceWS)
- Projects are successfully added to VSS under a newly created solution
folder then I bind the solution to VSS ( so avoiding all the usual traps!)
All well and good however, when any of my developers want to checkout their
solutions from VSS (knowing nothing about the previous virtual mappings) using
VS 2003 and File->Source Control->Open from Source Control; then VS 2003 does
recreate the virtual mappings but this time under c:\Inetput\wwwroot rather
than
recreating the previous project directory structure under the solution root
foler.
Is there anyway arround this using 3rd party addins, Nant, NAntContrib etc.
or is this something I must learn to live with?
Thanks in advance ( incidentally this is my first post) also please let me
know if there is a better discussion group for this type of question.