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, Septembe

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.               There is also support, maybe use a particular comment when labeling the project.   - Jerry     -Original Message-From: [EMAIL PROTECT

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 pol

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 like

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); Directory.

RE: [Draconet-users] Draco config : using hook notification ?

2003-11-25 Thread Gerarde_Albro
Title: Message That is very helpful, thanks you. -Original Message-From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Vincent LabatutSent: Monday, November 24, 2003 4:53 AMTo: [EMAIL PROTECTED]Subject: RE: [Draconet-users] Draco config : using hook notif

[Draconet-users] Draco config : using hook notification ?

2003-11-21 Thread Gerarde_Albro
Title: Message Is there anyone out there using the hook notification method that would like to share part of their draco.exe.config? I am no XML expert, so it is a bit difficult to guess at a good template to start with for this kind of notification.   Thanks.     - Jerry  

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: Thurs

RE: [Draconet-users] devenv

2003-11-14 Thread Gerarde_Albro
I submitted a patch to Nick to deal with this issue. Hopefully it will make it into the next release. - Jerry -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Calbazana, Al Sent: Thursday, November 13, 2003 4:55 PM To: [EMAIL PROTECTED] Subject: [Dracone

RE: [Draconet-users] Help! No changes + Exit Code: 100

2003-11-13 Thread Gerarde_Albro
I had fixed this in Draco and checked it in to CVS this morning. - Jerry -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Calbazana, Al Sent: Thursday, November 13, 2003 11:16 AM To: [EMAIL PROTECTED] Subject: RE: [Draconet-users] Help! No changes + Exit C