Re: [Nant-users] project version check for includes

2005-05-19 Thread Gary Feldman
Christian Leh wrote: A simple approach would be: or more generally I also wonder what causes this need. Either the build file and the file it's trying to include are part of the same version tree under your source control system, or they're not. If they are, there's no way they can be out

Re: [Nant-users] project version check for includes

2005-05-19 Thread Troy Laurin
Christian, I believe this (or something similar) has been suggested before, but there are some questions in the design of such a feature... Should the nant task require the called build file to be the exact version specified? Or should backwards compatibility be allowed and we specify the maximu

[Nant-users] project version check for includes

2005-05-19 Thread Christian Leh
Hi, I'm asking for a feature for the include/project tasks - I pass a version the project task - Any other build file that includes the build file above could have an optional attribute to check the project version. This ensures that they can work together in harmony Nant could throw an