2.  To get around this problem, I created a "lib" folder in my project, and 
added the reference to there.  This makes a relative
path in the project file, so whenever someone gets the project, they 
automatically have the libraries.  I think it might do that for
anything in the solution directory tree, but I haven't tested that.  

Thanks,
Ryan 

-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Manish Jain
Sent: Friday, January 14, 2005 2:32 PM
To: nant-users@lists.sourceforge.net
Subject: [Nant-users] Best practice for maintaining project files on build 
server

I would like to know best practice as well as options available to
maintain project files on build server (in case of .NET, .sln,.vbproj
and .csproj files) for those who are using either solution task or exec
task with devenv.exe.

1.Since references maintained are at different locations for developers
desktop and build server, If developer changes project files for
references or add source files to project, Server needs to be manually
updated to match references - I need AUTOMATED solution for this.

2.How third party references are maintained on build server, its in /BIN
folder or common folder for all projects? Should it be added under
source control?

3.All projects should be compiled or just changed projects on every
build.

Any other resources, links would be appreciated...

Thanks for your responses-Manish








-------------------------------------------------------
The SF.Net email is sponsored by: Beat the post-holiday blues
Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek.
It's fun and FREE -- well, almost....http://www.thinkgeek.com/sfshirt
_______________________________________________
Nant-users mailing list
Nant-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nant-users



-------------------------------------------------------
The SF.Net email is sponsored by: Beat the post-holiday blues
Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek.
It's fun and FREE -- well, almost....http://www.thinkgeek.com/sfshirt
_______________________________________________
Nant-users mailing list
Nant-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nant-users

Reply via email to