RE: [Draconet-users] Excluding VSS Projects

2003-11-20 Thread Gerarde_Albro
Title: Message I don't believe so. I am guessing that the best approach might be to make "cloaked"the projects to be ignored for the VSS user that the builds run as. -Original Message-From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Chuck BryanSent:

RE: [Draconet-users] RE: Having a Specific Working Copy Directory... instead of check i ng out to a different place each time?

2003-12-11 Thread Gerarde_Albro
Perhaps this would help; In BuildRunner.cs, selecting the temp build directory and retrieving the source code is the reponsibility of GetSource() as below. private string GetSource() { string temp = Path.GetTempFileName(); File.Delete(temp);

RE: [Draconet-users] Another vote for scheduled polling (and rati onale).

2003-12-12 Thread Gerarde_Albro
Title: Message I like to keep complexity out of things when I can get away with it. It sounds to me like if the dracrocli remoting interface supported a "/poll:buildname" then the Windows scheduler could be used. Right now dracocli can be used to start a build anyway for those who would

RE: [Draconet-users] Another vote for scheduled polling (and rationale).

2003-12-13 Thread Gerarde_Albro
That is exactly what /nfb does. I read the source to verify it. - Jerry -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of David Reed Sent: Friday, December 12, 2003 5:42 PM To: [EMAIL PROTECTED] Subject: RE: [Draconet-users] Another vote for scheduled

RE: [Draconet-users] Continious building because Draco.Net sees my vss label as a modification

2004-04-09 Thread Gerarde_Albro
Title: Message If you build as a particular user, used only for builds, then add an "ignore user" to the draco config. ignorechanges ignore user="Build" / /ignorechanges There is also ignore comment="" support, maybe use a particular comment when labeling the project. - Jerry

RE: [Draconet-users] auto-delete the build directory

2004-09-06 Thread Gerarde_Albro
Draco does that by design. Make the nant script archive the build if you want to keep it somewhere. - Jerry Albro x538 AIM: JerryAlbro MS: [EMAIL PROTECTED] -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of [EMAIL PROTECTED] Sent: Wednesday,