RE: [Draconet-users] Vault and Draconet?

2004-07-17 Thread Nick Robinson
> > > > > >url="http://localhost/myProject/myProject.vbproj"; > path="C:\proj\myProject.vbproj" /> > > > > > > > > >

RE: [Draconet-users] Vault and Draconet?

2004-07-16 Thread Nick Robinson
You would need to modify the sourcecode to disable the deletion of the files. However, this is a simple step. Take a look at BuildRunner.BuildModule. Towards the end, there is a piece of code that looks like this: try { // Clean up our mess.

RE: [Draconet-users] RE: can"t get Draco.NET to work with PVCS 8.0

2004-06-22 Thread Nick Robinson
February 18th, 2004). Is > there newer code that's available? > > Thanks, > Sergey > > -Original Message- > From: Nick Robinson [mailto:[EMAIL PROTECTED] > Sent: Tuesday, June 22, 2004 11:49 AM > To: [EMAIL PROTECTED] > Subject: RE: [Draconet-users] RE

RE: [Draconet-users] RE: can"t get Draco.NET to work with PVCS 8.0

2004-06-22 Thread Nick Robinson
Sergey, What version of Draco are you using? I noticed a potential logic error in an event that fires when the status changed, which could be causing the problem you are presenting. I took a look in the recent code and it has been changed so the bug should not be there. Unfortunately I havent ev

RE: [Draconet-users] can't get Draco.NET to work with PVCS 8.0

2004-06-20 Thread Nick Robinson
Sergey, Have you made any progress with this problem? nick.robinson site : www.fromconcept.co.uk blog : www.fromconcept.co.uk/weblog.aspx draco : www.sourceforge.net/projects/draconet > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] Behalf Of Sergey > Shafran

Re: [Draconet-users] Unable to get VSS to pull down the SourceCode

2004-05-21 Thread Nick Robinson
"Rustad, Aaron" <[EMAIL PROTECTED]> wrote: > I am trying desparatly to get Draco.NET to download my source code from > Visaul Source Safe. According to the log file, it appears to check > correctly, but it fails for some other reason. Can anyone help me out on > this? I am running VSS6.0d, VS2003

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

2004-04-09 Thread Nick Robinson
Title: Message I think this is the best solution, as it is using behaviour supported to handle this type of problem.  I'm sure the ignore comment idea of Yves will work, but I prefer this one for the reasons mentioned. nick.robinsonsite  : www.fromconcept.co.ukblog  : www.fromconcept.co.uk/we

RE: [Draconet-users] Startup issues

2004-04-07 Thread Nick Robinson
t; Just make a small change: add to whatever you already have in the > > > > section, to the beginning of that section in the start > > > > tag add an attribute edition and make it equal to 2003. > > > > > > > > So find the line in your config fil

Re: [Draconet-users] Startup issues

2004-04-07 Thread Nick Robinson
M - Simulator : Checking module for changes > > 4/6/2004 3:51:43 PM - Detected path: C:\Program Files\Microsoft Visual > > Studio\Common\VSS\win32 > > 4/6/2004 3:51:43 PM - HISTORY arguments: history "$/Simulator" -R -I-N > > -Y"asiddiqui" -Vd"4/

Re: [Draconet-users] Startup issues

2004-04-06 Thread Nick Robinson
Abdullah Siddiqui <[EMAIL PROTECTED]> wrote: > the identity that the service is running under is my account. > > Abdullah, The problem we all have with VSS, is that Microsoft, in their ultimate wisdom, return error code 100 for a number of problems it might experience during an invokation. T

RE: [Draconet-users] Draco.NET, VSS, and VS.NET 2003

2004-03-16 Thread Nick Robinson
nks! > > -- > Edwin G. Castro > Firing Systems Engineer > [EMAIL PROTECTED] > > > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of Nick > Robinson > Sent: Tuesday, March 16, 2004 11:10 AM > To: [EMAIL PROTECTED] &

RE: [Draconet-users] Draco.NET, VSS, and VS.NET 2003

2004-03-16 Thread Nick Robinson
around the "fragmented" code, but it seems I will need to > restructure the code. Thanks! > > -- > Edwin G. Castro > Firing Systems Engineer > [EMAIL PROTECTED] > > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of

Re: [Draconet-users] Draco.NET, VSS, and VS.NET 2003

2004-03-16 Thread Nick Robinson
, nick robinson site : http://www.fromconcept.co.uk weblog : http://www.fromconcept.co.uk/weblog.aspx "Castro, Edwin Gabriel (Firing Systems Engr.)" <[EMAIL PROTECTED]> wrote: I spent the last few months trying to build an automated build utility = for my group's projects at

Re: [Draconet-users] How do I use dracocli with more than one ser ver?

2004-03-12 Thread nick . robinson
tus:GLORIA > or > dracocli /status:TPMS > etc > > and leave the detail to the config file i.e. which server. > > > -Original Message- > From: Nick Robinson [mailto:[EMAIL PROTECTED] > Sent: 11 March 2004 13:58 > To: [EMAIL PROTECTED] > Subject: RE: [Draco

RE: [Draconet-users] How do I use dracocli with more than one server?

2004-03-12 Thread Nick Robinson
I will be taking a look at this when I get time. I have already investigated it and it seems the way Dracocli is invoking the remote object is part of the problem. I quite like the idea of doing something like: dracocli /server: /status:GLORIA or the canonical: dracocli /status:GLORIA when ei

Re: [Draconet-users] Build Failed

2004-03-05 Thread Nick Robinson
Mark, this might sound like a silly suggestion but have you tried putting .sln at the end of the Hosting value in the solutionFile tag? Warm regards, nick robinson site : http://www.fromconcept.co.uk weblog : http://www.fromconcept.co.uk/weblog.aspx "Mark A. Richman" <[EM

Re: [Draconet-users] Draco.Net doesn't find changes consistently

2004-03-01 Thread Nick Robinson
Lori, I have never seen that behaviour before. The fact the changes are picked up eventually is interesting. Have you tried the client using the nfb option? What are the times for polling in the draco config? Nick. Lori Kettwig <[EMAIL PROTECTED]> wrote: > I have successfully installed and c

Re: [Draconet-users] Where do I put my nant build file?

2004-02-21 Thread Nick Robinson
tion[] mods) > > > > I think it is because it can not find my nant build file. I've checked it into > the > $/REOCodewagon.Root directory and it then looks for all the files relative to > that path. > > > > Thanks, Lori > > > > Lori K

Re: [Draconet-users] Where do I put my nant build file?

2004-02-21 Thread Nick Robinson
: NANT/master.build Thats it. Let us know if this fixes the problem Lori. nick robinson site : http://www.fromconcept.co.uk weblog : http://www.fromconcept.co.uk/weblog.aspx Lori Kettwig <[EMAIL PROTECTED]> wrote: > I am getting the following error when I run the drac

Re: [Draconet-users] new functionalities

2004-02-11 Thread Nick Robinson
. I am sure there are occassions were discrimination might be warranted. One issue I have is that of the XML files become admin nightmares. Currently modifications to the config file arent supported at runtime, so this would need to be dealt with too. nick robinson site : http

Re: [Draconet-users] Failing with: ss.exe exit code:100 - RESENT

2004-02-09 Thread Nick Robinson
riginal Message- > > From: [EMAIL PROTECTED] > > [mailto:[EMAIL PROTECTED] On Behalf > > Of Nick Robinson > > Sent: 09 February 2004 13:36 > > To: [EMAIL PROTECTED] > > Subject: Re: [Draconet-users] Failing with: ss.exe exit > > code:100 - RESENT

Re: [Draconet-users] Failing with: ss.exe exit code:100 - RESENT

2004-02-09 Thread Nick Robinson
hhhmmwell, sorry it has caused some confusion. I will keep my eye on that aspect in future. Best regards, nick robinson site : http://www.fromconcept.co.uk weblog : http://www.fromconcept.co.uk/weblog.aspx "Bryan Andrews" <[EMAIL PROTECTED]> wrote: > Yes that is wh

Re: [Draconet-users] Failing with: ss.exe exit code:100 - RESENT

2004-02-09 Thread Nick Robinson
in some variable. However, as far as I know the latest version of Draco actually sets the SSDIR before making a call to SS.EXE to perform the operations. Maybe there is a problem with that. nick robinson site : http://www.fromconcept.co.uk weblog : http://www.fromconcept.co.uk/weblog.aspx

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

2003-12-11 Thread Nick Robinson
do is use NAnt, or make Draco build > from a fixed directory and not a temporary one (see the previous mails for > this, it has recently been debated). > > hope it helps, > vincent > > -Original Message----- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED

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

2003-12-11 Thread Nick Robinson
something we have overlooked - we didnt document each step when we originally got the build working. Has anybody else had a similar problem, and can you tell us what we may have missed out in setting up the server? Thanks, nick robinson site : http://www.fromconcept.co.uk weblog : http

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 Nick Robinson
Graeme Humphrey > Chive Software Limited > mailto: [EMAIL PROTECTED] > tel: +44 (0)1224 224320 > tel: +44 (0)1224 224322 (direct) > > > -Original Message- > > From: [EMAIL PROTECTED] > > [mailto:[EMAIL PROTECTED] On Behalf > > Of Nick Robinson > &

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 Nick Robinson
y have been > removed in > the repository. > > I think the moral of the story is that VSS is not suited to modern development > practices. > That's about as polite as I can get. Have you tried looking at Vault? > Vault? No I havent looked at it.

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 Nick Robinson
bash shell to sys admin. > Click now! http://ads.osdn.com/?ad_id=1278&alloc_id=3371&op=click > ___ > Draconet-users mailing list > [EMAIL PROTECTED] > https://lists.sourceforge.net/lists/listinfo/draconet-users > nick robinson s

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 Nick Robinson
> Mark > > > > --- > This SF.net email is sponsored by: IBM Linux Tutorials. > Become an expert in LINUX or just sharpen your skills. Sign up for IBM's > Free Linux Tutorials. Learn everything from t

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 Nick Robinson
by: IBM Linux Tutorials. > Become an expert in LINUX or just sharpen your skills. Sign up for IBM's > Free Linux Tutorials. Learn everything from the bash shell to sys admin. > Click now! http://ads.osdn.com/?ad_id=1278&alloc_id=3371&op=click &

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

2003-12-10 Thread Nick Robinson
"Phil Knight" <[EMAIL PROTECTED]> wrote: > "Nick Robinson" <[EMAIL PROTECTED]> wrote: > > > "Phil Knight" <[EMAIL PROTECTED]> wrote: > > <> > > > > Phil, what is this like in terms of performance? I am &

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

2003-12-05 Thread Nick Robinson
oject hierarchy has the same name elsewhere in the tree (which is possible), it seems one wouldnt be able to deduce which project had the add/remove operation. However, I did prove the concept. Maybe if other SCC do provide richer information, this could be introduced. nick robinson site

Re: [Draconet-users] Having a Specific Working Copy Directory... instead of checking out to a different place each time?

2003-11-28 Thread Nick Robinson
Hi shane, "Shane Taylor" <[EMAIL PROTECTED]> wrote: > Is it possible to tell Draco where to check the working copy of the source > out to? > Not currently... > Here is why I ask this… > > 1.) We version control Nant itself along with any custom Nant tasks we have > written. We want the Bui

Re: [Draconet-users] Draco config : using hook notification ? (OFT)

2003-11-25 Thread Nick Robinson
s that are triggered by his own work. > > Developpers receive mails for each build that are partly triggered by > their modifications. > Developper 3 didn't want to be bothered with successful builds, this was > quickly done in the config and kept his morale at the highest ;) &g

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

2003-11-23 Thread Nick Robinson
Title: Message I havent used that. -Original Message-From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]On Behalf Of [EMAIL PROTECTED]Sent: 20 November 2003 22:41To: [EMAIL PROTECTED]Subject: [Draconet-users] Draco config : using hook notification ? Is there anyone o

RE: [Draconet-users] Excluding VSS Projects

2003-11-23 Thread Nick Robinson
Hi Chuck,   I believe the model for Draco is that you choose each project you wish to build individually, but everything under a project level will be compiled as per the NAnt file or other config for building.  I assume you have lots of projects under $/ ? How big are your projects?  One thi

RE: [Draconet-users] devenv

2003-11-21 Thread Nick Robinson
I am going to get VS 2003/Nunit2.1 etc working on my machine tomorrow, and will then put in the patch. Regards Nick. > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] Behalf Of > [EMAIL PROTECTED] > Sent: 14 November 2003 14:36 > To: [EMAIL PROTECTED] > Subject:

Re: [Draconet-users] Weird 1.5-beta-2 client error.

2003-11-18 Thread Nick Robinson
ean forc > > eBuild) > >at Chive.Draco.Cli.DracoRemoteClient.DoBuild() > >at Chive.Draco.Cli.Commandline.Main(String[] args) > > > > I waded into the source for a few minutes, and there's a TODO on > DracoRemote:116, so I assume that this is someth

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

2003-11-13 Thread Nick Robinson
Al, I had this exact same problem many moons ago when I first setup Draco.NET for the first time here. The problem is definitely privileges related. I did some investigation, by stepping through the source code. What was happening was that when SS.EXE tried to create a temp file, the file wou

Re: [Draconet-users] VSS Working Directory

2003-11-07 Thread Nick Robinson
t; Nant script does not know about. > > > > Is there a way to specify the location (for Draco) or...determine > Draco's location to feed to Nant? > > > > Thanks > > > > Chuck Bryan > > nick robinson www.fromconcept.co.uk --

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

2003-10-21 Thread Nick Robinson
$/SourceSafe Projects/Application Portal Project/Source > Code/Application Portal > > > CooteA > > > > \\A629uk06\WebTeam > > >

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

2003-10-21 Thread Nick Robinson
tal.sln on the E: > drive. It is > running again today, with some successful builds. I expect it to crash out > again at some stage though. > > Thanks again, I will keep you posted. > Andrew > > > > -Original Message- > From: Nick Robinson [mailto:[EMAIL PROTECTED] >

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

2003-10-18 Thread Nick Robinson
Hi Andrew, Can I just confirm I understand the problem: 1. Draco Service runs on a different machine to DracoCli? 2. Draco Service runs and tries to build Portal, but simply hangs? 3. You stop Draco Service and then you cannot restart the service 4. You reboot 5. Once reboot, Draco Service restar

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

2003-10-18 Thread Nick Robinson
Andrew, I sent a pretty long email yesterday but it doesnt seem to have come through. I believe your problem is that it looks like you have put the full patch to your solution into the Draco Config. Draco, when it runs, will perform a GET operation into a temporary subdirectory. For this reason

Re: [Draconet-users] Problem with regional settings influence

2003-10-08 Thread Nick Robinson
> Draconet-users mailing list > [EMAIL PROTECTED] > https://lists.sourceforge.net/lists/listinfo/draconet-users > nick robinson www.fromconcept.co.uk --- This sf.net email is sponsored by:ThinkGeek Welcome to geek he

Re: [Draconet-users] Draco Failed to send build results email

2003-08-22 Thread Nick Robinson
--- > This SF.net email is sponsored by: VM Ware > With VMware you can run multiple operating systems on a single machine. > WITHOUT REBOOTING! Mix Linux / Windows / Novell virtual machines > at the same time. Free trial click here:http://www.vmware.com/wl/o

Re: [Draconet-users] dracocli.exe throws SecurityException

2003-08-21 Thread Nick Robinson
t; Draconet-users mailing list > [EMAIL PROTECTED] > https://lists.sourceforge.net/lists/listinfo/draconet-users > > > > --- > This SF.net email is sponsored by Dice.com.

Re: [Draconet-users] CVS Access hangs during login with 100% load

2003-08-15 Thread Nick Robinson
and enter to win an XBOX or Visual Studio .NET. > http://aspnet.click-url.com/go/psa0013ave/direct;at.aspnet_072303_01/01 > ___ > Draconet-users mailing list > [EMAIL PROTECTED] > htt

RE: [Draconet-users] Error building a Web Project

2003-08-14 Thread Nick Robinson
Hi, can you send some more details about what you are building with Kenneth? Which source control system are you using? Can you show us your config details? Are you using NAnt or Dev Studio to build? Let us know, someone will be happy to help! :-) Nick. > -Original Message- > From: [EM

RE: [Draconet-users] Error building a Web Project

2003-08-14 Thread Nick Robinson
I ought to take a good luck at what we are doing at work. We have a web solution as par tof our main build, and use NAnt. However we run an exec task and run DevStudio off the commandline effectively, which would result in something like: devenv.exe solution.sln Debug We make it a habit of setti

Re: [Draconet-users] Error building a Web Project

2003-08-14 Thread Nick Robinson
can offer... > > Kenneth LeFebvre > CIBER, Inc. > Harrisburg, PA > > > -Original Message- > > From: [EMAIL PROTECTED] > > [mailto:[EMAIL PROTECTED] On Behalf > > Of Nick Robinson > > Sent: Tuesday, August 12, 2003 5:23 PM > > To: [

Re: [Draconet-users] Error building a Web Project

2003-08-14 Thread Nick Robinson
ual Studio .NET. > http://aspnet.click-url.com/go/psa0013ave/direct;at.aspnet_072303_01/01 > ___ > Draconet-users mailing list > [EMAIL PROTECTED] > https://lists.sourceforge.net/lists/listinfo/draconet-users > nick robinson www.fromconcept.

Re: [Draconet-users] Draco.net service doesn't work

2003-07-25 Thread Nick Robinson
WINNT\TEMP\tmp121.tmp > > 7/24/2003 6:56:36 PM - Setting SSDIR environment variable to: C:\Program > Files\Microsoft Visual Studio\VSS\databases\ > > 7/24/2003 6:57:11 PM - Check: 0 > > > > Also, I think it should be documented somewhere that quotes aren't nee

Re: [Draconet-users] Draco.net service doesn't work

2003-07-24 Thread Nick Robinson
r version 1.4.1223.9059. I > edited the draco.exe.config file and so when I tried to start the Draco.net > Service. I get the following error: Error 1067 The process terminated > unexpectedly. > > > > I have "Allow Service to interact with desktop" checked. >