Hi,
  Herez the scenario I have. Suppose I have projects A, B and C.  Project B
uses the out put from Project A and Project C uses the output from project
B. So I can't keep them in a solution in VS.NET. I am using NAnt  for
building. Everything seems to be going good except the version problem.
    Two different developers working on thier machines when they do builds
and check in thier codes, since each of them is likely to have run
different number of builds before checking in their stuff, we are having
issues where different projects have different version numbers and even
though the changes made  by one developer might be the latest one, but if
the other developer has run more builds on his machine, so the changes from
the former wont' be taken.
  someone here adviced me to add a file AssemblyVersionInfo.cs at the main
level and all the other AssemblyInfo.cs files would take its version from
this file. Can anyone give me more, preferably as much as you can, on this?

Thanks in advance.
Pradeep


-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now. 
http://productguide.itmanagersjournal.com/
_______________________________________________
Nant-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/nant-users

Reply via email to