[Draconet-users] Problem with regional settings influence

2003-10-08 Thread Vincent Labatut
Hi, I had trouble when I deployed draco on a dedicated build machine. The regional settings were badly set, the short date format was dd-MMM- (eg 08-Oct-2003). SourceSafe could not understand them and the history was always empty. I figured this out thanks to the log file. Maybe the way dat

RE: [Draconet-users] Shhh! Sleeping Draco.....

2003-10-17 Thread Vincent Labatut
hi, i'm just a draco user and i often get this error, the tcp port draco is listening to seems not to be correctly released, you could try the following : - change the port draco is listening to (remoting) before restarting the service (works for me) - wait 1 minute before restarti

RE: [Draconet-users] Shhh! Sleeping Draco.....

2003-10-20 Thread Vincent Labatut
. Hi Vincent, Many thanks for the reply. I think this would be a solution to a remoting problem, but my client works fine. I am just having problems with the build hanging. Thanks anyway, Andrew -Original Message- From: Vincent Labatut [mailto:[EMAIL PROTECTED] Sent: 17 October 2003 17:30 To

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

2003-11-24 Thread Vincent Labatut
Title: Message i find that hooks are most useful, here is what i'm using at work :         F:\Draco.NET\Output                [EMAIL PROTECTED]  Draco Admin     

RE: [Draconet-users] Building a web project under Draco.NET

2003-12-11 Thread Vincent Labatut
i don't have this problem because i'm not using devenv.com to compile my projects, but the NAnt solution task, it allows a manual mapping between web projects URLs and directories. Those directories are relative to my NAnt build script. i am not aware of a way to force devenv not to check for the

[Draconet-users] request : scan filters

2003-12-17 Thread Vincent Labatut
hi, Any single modification in the source control system is a sufficient condition to launch a build. But sometimes you don't want to launch a build when an image of a web site is updated. Sometimes visual studio messes up visual sourcesafe by adding and removing a temporary file. I would like to

[Draconet-users] new functionalities

2004-02-10 Thread Vincent Labatut
Hi, I just had a look at the Draco.NET notes for the recent release of 1.5 beta 3 I wanted to know about the "ignore files functionality", what does it do ? (or is it documented anywhere ?) Release Name: 1.5-beta-3 Notes: - Implementation of stop

RE: [Draconet-users] new functionalities

2004-02-11 Thread Vincent Labatut
on with it, because I am going to be pushing the documentation over the next couple of weeks. Mark > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf > Of Vincent Labatut > Sent: 10 February 2004 09:32 > To: [EMAIL PROTECTED] > Subjec

[Draconet-users] VS.NET causes useless builds

2004-10-01 Thread Vincent Labatut
hi, We're using Visual Studio .NET 2003 and it sometimes adds and removes useless files in VSS, files named like "~sak33dc457001c4a79e.tmp", maybe a way of checking sourcesafe availability. The draco VSS parser takes thoses changes into consideration and it launches useless builds. How can I avoi

[Draconet-users] custom statuses

2004-10-01 Thread Vincent Labatut
Hi (again), When Draco's running, it indicates when it is "Checking", "CheckingOut", "Sleeping" etc. I would like to be able to indicate a sub status for the "Building" phase (it makes sense because it is the only phase that relies entirely on our own NAnt scripts). I see this ability only availab