Good Morning,
I am evaluating FinalBuilder as a possible component in our build process. We currently use nAnt, but it’s scripting language is not all that intuitive and complex build orchestrations can take time to develop.
In any case, nAnt has a directive called ‘webmap’ which allows you to redirect (or mask) a web share or virtual on the build box for the duration of the script execution. This is a great way to get the .Net solution build to work and redirect the output for ASP.Net projects.
Is there anything in FinalBuilder that might be able to provide this same type of functionality?
- Glen
Hi Glen,
I’ve put a “webmap equivalent” feature onto our to-do list for the Build VS.Net Solution action.
In the meantime, if you have are using VS.NET 2003 or earlier, you may want to have a look at the “Project Detection” tab on the Build VS.NET Solution action, which allows you to specify a web location for solution configuration info. Unfortunately, this feature appears to be broken in VS.NET 2005 - we’ll look into fixing this ASAP, if possible.
Regards,
Angus
Hi Angus,
Thank you for the quick response. I might be better to keep the webmap action as a seperate action, outside of the build solution action. I have several projects that include more than 1 web, and making it a seperate action would help with these situations.
Thanks again,
- Glen